gnu: Add texlive-hlist.

* gnu/packages/tex.scm (texlive-hlist): New variable.
This commit is contained in:
Nicolas Goaziou 2023-07-20 10:52:28 +02:00
parent 90faa7d63a
commit bd9580625b
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -2854,6 +2854,24 @@ (define-public texlive-gtl
to work with entire braced groups at a time.")
(license license:lppl1.3c)))
(define-public texlive-hlist
(package
(name "texlive-hlist")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/generic/hlist/" "tex/generic/hlist/")
(base32
"14rm9npzcanw4p4nkqd0rrm4655f9yhw58zf0qfa5azs305ba687")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/hlist")
(synopsis "Horizontal and columned lists")
(description
"This plain TeX and LaTeX package provides the @code{hlist} environment
in which @code{\\hitem} starts a horizontal and columned item.")
(license license:lppl1.3c)))
(define-public texlive-tex
(package
(name "texlive-tex")