me
/
guix
Archived
1
0
Fork 0

gnu: Add texlive-manyind.

* gnu/packages/tex.scm (texlive-manyind): New variable.
master
Nicolas Goaziou 2023-08-29 15:55:07 +02:00
parent 29857a5aa5
commit 1682645732
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 21 additions and 0 deletions

View File

@ -88258,6 +88258,27 @@ institutions that still maintain the typewriter is the summit of
non-professional printing.")
(license license:lppl)))
(define-public texlive-manyind
(package
(name "texlive-manyind")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/manyind/" "tex/latex/manyind/")
(base32
"0szsdqxl962c5bsqhg9qvqx8ls5rfpxq7yp8cwlpn11rmp77jbca")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/manyind")
(synopsis "Provides support for many indexes")
(description
"This package provides support for many indexes, leaving all the bookkeeping
to LaTeX and MakeIndex. No extra programs or files are needed. One runs
@command{latex} and @command{makeindex} as if there is just one index. In the
main file one puts commands like @samp{\\setindex@{main@}} to steer the flow.
Some features of MakeIndex may no longer work.")
(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