gnu: Add texlive-multiple-choice.
* gnu/packages/tex.scm (texlive-multiple-choice): New variable.
This commit is contained in:
parent
cac2c83d79
commit
f9a1ed437a
1 changed files with 19 additions and 0 deletions
|
@ -89742,6 +89742,25 @@ (define-public texlive-multilang
|
|||
or Polyglossia.")
|
||||
(license license:lppl1.2+)))
|
||||
|
||||
(define-public texlive-multiple-choice
|
||||
(package
|
||||
(name "texlive-multiple-choice")
|
||||
(version (number->string %texlive-revision))
|
||||
(source (texlive-origin
|
||||
name version
|
||||
(list "doc/latex/multiple-choice/"
|
||||
"tex/latex/multiple-choice/")
|
||||
(base32
|
||||
"1g99ggspnab763jil1xdapnpi6bzwdpa4f9qdxm9iy5vvwhdzc1i")))
|
||||
(outputs '("out" "doc"))
|
||||
(build-system texlive-build-system)
|
||||
(home-page "https://ctan.org/pkg/multiple-choice")
|
||||
(synopsis "LaTeX package for multiple-choice questions")
|
||||
(description
|
||||
"This package adjusts the choices of the multiple-choice question
|
||||
automatically.")
|
||||
(license license:lppl1.3c)))
|
||||
|
||||
;;;
|
||||
;;; Avoid adding new packages to the end of this file. To reduce the chances
|
||||
;;; of a merge conflict, place them above by existing packages with similar
|
||||
|
|
Loading…
Reference in a new issue