gnu: Add texlive-multenum.

* gnu/packages/tex.scm (texlive-multenum): New variable.
This commit is contained in:
Nicolas Goaziou 2023-08-29 15:56:07 +02:00
parent 80956eabe8
commit 7adba4dd01
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -89526,6 +89526,24 @@ (define-public texlive-mtgreek
a switch to choose between the two kinds of Greek uppercase letters.")
(license license:lppl)))
(define-public texlive-multenum
(package
(name "texlive-multenum")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/multenum/" "tex/latex/multenum/")
(base32
"18nvnxs5gpaxz82kbfxc7yj8vc7vh0ki1yc0y91xchfnc88hcdhs")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/multenum")
(synopsis "Multi-column enumerated lists")
(description
"This package defines an environment @code{multienumerate}, that produces an
enumerated array in which columns are vertically aligned on the counter.")
(license license:lppl1.0+)))
;;;
;;; 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