me
/
guix
Archived
1
0
Fork 0

gnu: Add texlive-multiple-choice.

* gnu/packages/tex.scm (texlive-multiple-choice): New variable.
master
Nicolas Goaziou 2023-08-29 15:56:17 +02:00
parent cac2c83d79
commit f9a1ed437a
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 19 additions and 0 deletions

View File

@ -89742,6 +89742,25 @@ a translation then is as simple as choosing the document's language via Babel
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