mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 22:38:07 -05:00
gnu: Add texlive-varindex.
* gnu/packages/tex.scm (texlive-varindex): New variable.
This commit is contained in:
parent
30ba93b1da
commit
eebda10ca7
1 changed files with 21 additions and 0 deletions
|
@ -99195,6 +99195,27 @@ (define-public texlive-variablelm
|
|||
Japanese-Latin.")
|
||||
(license license:gfl1.0)))
|
||||
|
||||
(define-public texlive-varindex
|
||||
(package
|
||||
(name "texlive-varindex")
|
||||
(version (number->string %texlive-revision))
|
||||
(source (texlive-origin
|
||||
name version
|
||||
(list "doc/latex/varindex/"
|
||||
"source/latex/varindex/"
|
||||
"tex/latex/varindex/")
|
||||
(base32
|
||||
"079blfmdil8dhw8qxbwp6n2kgxqc92yn8fjlk8zahkkvims89xaj")))
|
||||
(outputs '("out" "doc"))
|
||||
(build-system texlive-build-system)
|
||||
(home-page "https://ctan.org/pkg/varindex")
|
||||
(synopsis "Luxury frontend to the @code{\\index} command")
|
||||
(description
|
||||
"This package provides a convenient front-end for the @code{\\index} command.
|
||||
For example, with it you can generate multiple index entries in almost any
|
||||
form by a single command.")
|
||||
(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
|
||||
|
|
Loading…
Reference in a new issue