me
/
guix
Archived
1
0
Fork 0

gnu: Add texlive-xeindex.

* gnu/packages/tex.scm (texlive-xeindex): New variable.
Nicolas Goaziou 2023-06-19 15:55:33 +02:00
parent 4fb5d377ff
commit f598b0fb97
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 21 additions and 0 deletions

View File

@ -7335,6 +7335,27 @@ without any problem.")
XeLaTeX and @code{babel}.")
(license license:lppl1.3+)))
(define-public texlive-xeindex
(package
(name "texlive-xeindex")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/xelatex/xeindex/"
"tex/xelatex/xeindex/")
(base32
"1sps9lrzm9y2rrin5pkgzyk56c77xnydvp21ljmvsimqgafr5aqb")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/xeindex")
(synopsis "Automatic index generation for XeLaTeX")
(description
"The package is based on XeSearch, and will automatically index words or
phrases in an XeLaTeX document. Words are declared in a list, and every
occurrence then creates an index entry whose content can be fully specified
beforehand.")
(license license:lppl)))
(define-public texlive-currfile
(package
(name "texlive-currfile")