gnu: Add texlive-nomentbl.
* gnu/packages/tex.scm (texlive-nomentbl): New variable.
This commit is contained in:
parent
dab07d6f5c
commit
038dccbfb1
1 changed files with 21 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue