gnu: Add texlive-robustindex.

* gnu/packages/tex.scm (texlive-robustindex): New variable.
This commit is contained in:
Nicolas Goaziou 2023-08-29 15:59:55 +02:00
parent 452df87483
commit 09e340ee2e
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -94138,6 +94138,28 @@ (define-public texlive-robustcommand
which checks for the existence of a command before declaring it robust.")
(license license:lppl)))
(define-public texlive-robustindex
(package
(name "texlive-robustindex")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/robustindex/"
"tex/latex/robustindex/")
(base32
"1vm0fsshl9g4kkw9sfdva6xrmxmqhk1sndrg4nbh6ch8mk5s4b2a")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/robustindex")
(synopsis "Create index with pagerefs")
(description
"Third parties often change the page numbers without rerunning
@command{makeindex}. One would like to make the page numbers in the index
entries more robust. This bundle provides @file{robustindex.sty} and
@file{robustglossary.sty}, which use the @code{\\pageref} mechanism to
maintain correct page numbers.")
(license license:lppl1.2+)))
;;;
;;; 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