gnu: Add texlive-nomentbl.

* gnu/packages/tex.scm (texlive-nomentbl): New variable.
This commit is contained in:
Nicolas Goaziou 2023-08-29 15:56:49 +02:00
parent dab07d6f5c
commit 038dccbfb1
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -90392,6 +90392,27 @@ (define-public texlive-nolbreaks
or @samp{@{} and @samp{@}} can still create break-points.")
(license license:public-domain)))
(define-public texlive-nomentbl
(package
(name "texlive-nomentbl")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/nomentbl/" "makeindex/nomentbl/"
"source/latex/nomentbl/"
"tex/latex/nomentbl/")
(base32
"1q44gay0a701sn99ripip2h4p4g95p10958vkxxc3cs5hhlqv9s5")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/nomentbl")
(synopsis "Nomenclature typeset in a longtable")
(description
"@code{nomentbl} typeset nomenclatures in a longtable instead of the
@code{makeindex} style of @code{nomencl}. A nomenclature entry may have three
arguments: the symbol, description and physical unit.")
(license license:lppl)))
;;;
;;; 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