mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-27 23:02:16 -05:00
gnu: Add texlive-listlbls.
* gnu/packages/tex.scm (texlive-listlbls): New variable.
This commit is contained in:
parent
4d20036dd6
commit
1c18a45b11
1 changed files with 22 additions and 0 deletions
|
@ -87293,6 +87293,28 @@ (define-public texlive-listing
|
|||
packages that change the layout of @code{\\caption} still work.")
|
||||
(license license:lppl)))
|
||||
|
||||
(define-public texlive-listlbls
|
||||
(package
|
||||
(name "texlive-listlbls")
|
||||
(version (number->string %texlive-revision))
|
||||
(source (texlive-origin
|
||||
name version
|
||||
(list "doc/latex/listlbls/"
|
||||
"source/latex/listlbls/"
|
||||
"tex/latex/listlbls/")
|
||||
(base32
|
||||
"1vxzvqz6iyvz69z5khjyd05di4yw29h9qp34xfcsqhk0by8hnbdy")))
|
||||
(outputs '("out" "doc"))
|
||||
(build-system texlive-build-system)
|
||||
(home-page "https://ctan.org/pkg/listlbls")
|
||||
(synopsis "Creates a list of all labels used throughout a document")
|
||||
(description
|
||||
"The package aims to help a LaTeX author to keep track of all defined
|
||||
labels by typesetting a complete list of labels wherever the author requests it.
|
||||
(Of course, the user may need to have additional LaTeX runs to get the
|
||||
references right.)")
|
||||
(license license:lppl1.3+)))
|
||||
|
||||
;;;
|
||||
;;; 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