mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-07 11:54:33 -05:00
gnu: Add texlive-crossreftools.
* gnu/packages/tex.scm (texlive-crossreftools): New variable.
This commit is contained in:
parent
1750d7d6e1
commit
d6c569245c
1 changed files with 19 additions and 0 deletions
|
@ -77537,6 +77537,25 @@ (define-public texlive-crossreference
|
||||||
which may be listed in a table of cross-references.")
|
which may be listed in a table of cross-references.")
|
||||||
(license license:lppl)))
|
(license license:lppl)))
|
||||||
|
|
||||||
|
(define-public texlive-crossreftools
|
||||||
|
(package
|
||||||
|
(name "texlive-crossreftools")
|
||||||
|
(version (number->string %texlive-revision))
|
||||||
|
(source (texlive-origin
|
||||||
|
name version
|
||||||
|
(list "doc/latex/crossreftools/"
|
||||||
|
"tex/latex/crossreftools/")
|
||||||
|
(base32
|
||||||
|
"0rqv8km9l5yxl60vs9cyx41yfpw56djxynlm0p2ykxpncppipxrs")))
|
||||||
|
(outputs '("out" "doc"))
|
||||||
|
(build-system texlive-build-system)
|
||||||
|
(home-page "https://ctan.org/pkg/crossreftools")
|
||||||
|
(synopsis "Expandable extraction of @code{cleveref} data")
|
||||||
|
(description
|
||||||
|
"This package extracts information from cross-referencing labels, especially
|
||||||
|
those from @code{cleveref}, in an expandable manner.")
|
||||||
|
(license license:lppl1.3+)))
|
||||||
|
|
||||||
;;;
|
;;;
|
||||||
;;; Avoid adding new packages to the end of this file. To reduce the chances
|
;;; 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
|
;;; of a merge conflict, place them above by existing packages with similar
|
||||||
|
|
Loading…
Reference in a new issue