mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-27 04:59:27 -05:00
gnu: Add texlive-repeatindex.
* gnu/packages/tex.scm (texlive-repeatindex): New variable.
This commit is contained in:
parent
36c9445932
commit
4a914f0595
1 changed files with 20 additions and 0 deletions
|
@ -93925,6 +93925,26 @@ (define-public texlive-relenc
|
|||
characters.")
|
||||
(license license:lppl1.0+)))
|
||||
|
||||
(define-public texlive-repeatindex
|
||||
(package
|
||||
(name "texlive-repeatindex")
|
||||
(version (number->string %texlive-revision))
|
||||
(source (texlive-origin
|
||||
name version
|
||||
(list "doc/latex/repeatindex/"
|
||||
"makeindex/repeatindex/"
|
||||
"tex/latex/repeatindex/")
|
||||
(base32
|
||||
"10i5z21vz123xq7mn8248584n2h4gziznb28cmjbfmljvc7gfcfr")))
|
||||
(outputs '("out" "doc"))
|
||||
(build-system texlive-build-system)
|
||||
(home-page "https://ctan.org/pkg/repeatindex")
|
||||
(synopsis "Repeat items in an index after a page or column break")
|
||||
(description
|
||||
"This package repeats item of an index if a page or column break occurs within a
|
||||
list of subitems. This helps to find out to which main item a subitem belongs.")
|
||||
(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