me
/
guix
Archived
1
0
Fork 0

gnu: Add texlive-hvindex.

* gnu/packages/tex.scm (texlive-hvindex): New variable.
master
Nicolas Goaziou 2023-08-29 15:52:37 +02:00
parent 6d19e46e80
commit 91390f3879
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 19 additions and 0 deletions

View File

@ -85143,6 +85143,25 @@ file, run that file via shell escape to create PDF, PNG, or text output, and
include that output automatically into the main LaTeX document.")
(license license:lppl1.3c)))
(define-public texlive-hvindex
(package
(name "texlive-hvindex")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/hvindex/" "tex/latex/hvindex/")
(base32
"1vy5x6ws4kq68g6k9bprxnhk41w63v035ippsc3wq2mfp6s29hif")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/hvindex")
(synopsis "Support for indexing")
(description
"The package simplifies the indexing of words using the @code{\\index} command
of @code{makeidx}. With the package, to index a word in a text, you only have
to type it once; the package makes sure it is both typeset and indexed.")
(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