mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-03 18:09:18 -05:00
gnu: Add texlive-crossreference.
* gnu/packages/tex.scm (texlive-crossreference): New variable.
This commit is contained in:
parent
69e6806691
commit
1750d7d6e1
1 changed files with 20 additions and 0 deletions
|
@ -77517,6 +77517,26 @@ (define-public texlive-crbox
|
|||
crossing lines at the corners.")
|
||||
(license license:lppl)))
|
||||
|
||||
(define-public texlive-crossreference
|
||||
(package
|
||||
(name "texlive-crossreference")
|
||||
(version (number->string %texlive-revision))
|
||||
(source (texlive-origin
|
||||
name version
|
||||
(list "doc/latex/crossreference/"
|
||||
"source/latex/crossreference/"
|
||||
"tex/latex/crossreference/")
|
||||
(base32
|
||||
"0wxf4iz6mz7jm24dzbxnr3rhrlnfxs80dzd2avqyis1a9ln91cby")))
|
||||
(outputs '("out" "doc"))
|
||||
(build-system texlive-build-system)
|
||||
(home-page "https://ctan.org/pkg/crossreference")
|
||||
(synopsis "Crossreferences within documents")
|
||||
(description
|
||||
"The package defines cross-references (essentially grand label references),
|
||||
which may be listed in a table of cross-references.")
|
||||
(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