mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: Add texlive-showlabels.
* gnu/packages/tex.scm (texlive-showlabels): New variable.
This commit is contained in:
parent
039ecfdc87
commit
7ed8f26924
1 changed files with 24 additions and 0 deletions
|
@ -95547,6 +95547,30 @@ (define-public texlive-showdim
|
|||
a point.")
|
||||
(license license:lppl)))
|
||||
|
||||
(define-public texlive-showlabels
|
||||
(package
|
||||
(name "texlive-showlabels")
|
||||
(version (number->string %texlive-revision))
|
||||
(source (texlive-origin
|
||||
name version
|
||||
(list "doc/latex/showlabels/"
|
||||
"source/latex/showlabels/"
|
||||
"tex/latex/showlabels/")
|
||||
(base32
|
||||
"0c88yijjfw1xnlcchmsk9965fn464fj5xzi0s9ri13nj8cq7dmsw")))
|
||||
(outputs '("out" "doc"))
|
||||
(build-system texlive-build-system)
|
||||
(home-page "https://ctan.org/pkg/showlabels")
|
||||
(synopsis "Show label commands in the margin")
|
||||
(description
|
||||
"This package helps you keep track of all the labels you define, by putting
|
||||
the name of new labels into the margin whenever the @code{\\label} command is
|
||||
used. The package allows you to do the same thing for other commands. The
|
||||
only one for which this is obviously useful is the @code{\\cite} command, but
|
||||
it's easy to do it for others, such as the @code{\\ref} or @code{\\begin}
|
||||
commands.")
|
||||
(license license:lppl1.3c)))
|
||||
|
||||
;;;
|
||||
;;; 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