gnu: Add texlive-imakeidx.

* gnu/packages/tex.scm (texlive-imakeidx): New variable.
This commit is contained in:
Nicolas Goaziou 2023-08-22 17:20:48 +02:00
parent 2ea41e2db8
commit aa5089ca88
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -17433,6 +17433,31 @@ (define-public texlive-imac
provides a LaTeX package and a BibTeX style file.")
(license license:gpl3+)))
(define-public texlive-imakeidx
(package
(name "texlive-imakeidx")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/imakeidx/"
"source/latex/imakeidx/"
"tex/latex/imakeidx/")
(base32
"1s65kbzafx5q7519pbxjldb87flws0mgg76yxi7a5mgxrnkfy961")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/imakeidx")
(synopsis "Package for producing multiple indexes")
(description
"The package enables the user to produce and typeset one or more indexes
simultaneously with a document. The package is known to work in LaTeX
documents processed with pdfLaTeX, XeLaTeX and LuaLaTeX. If
@command{makeindex} is used for processing the index entries, no particular
setting up is needed. When using Xindy or other programs, it is necessary to
enable shell escape; shell escape is also needed if @command{splitindex} is
used.")
(license license:lppl1.3+)))
(define-public texlive-imtekda
(package
(name "texlive-imtekda")