gnu: Add texlive-multiple-choice.

* gnu/packages/tex.scm (texlive-multiple-choice): New variable.
This commit is contained in:
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

View file

@ -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