me
/
guix
Archived
1
0
Fork 0

gnu: Add texlive-esindex.

* gnu/packages/tex.scm (texlive-esindex): New variable.
master
Nicolas Goaziou 2023-08-29 15:49:27 +02:00
parent 17ee5e54f5
commit c0e1fc3d0e
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 20 additions and 0 deletions

View File

@ -80915,6 +80915,26 @@ alternatives may be selected by package options")
will expect.")
(license license:lppl)))
(define-public texlive-esindex
(package
(name "texlive-esindex")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/esindex/" "tex/latex/esindex/")
(base32
"12jirxg7nijnagn8gszi0bj3sdiyvb9sb2sdpjpj1yk2ngfb41m1")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/esindex")
(synopsis "Typset index entries in Spanish documents")
(description
"This package helps you to create indexes in Spanish. With @code{esindex} you
can write, say, @code{\\esindex@{canon@}} and the entry will be correctly
alphabetized in the index. This release of @code{esindex} works with accented
characters in any encoding, and without Babel.")
(license license:expat)))
;;;
;;; 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