mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-28 07:12:30 -05:00
gnu: Add texlive-chklref.
* gnu/packages/tex.scm (texlive-chklref): New variable.
This commit is contained in:
parent
ca177406f7
commit
8787605c5e
1 changed files with 25 additions and 0 deletions
|
@ -1322,6 +1322,31 @@ (define-public texlive-checklistings
|
||||||
compilers in the ML family.")
|
compilers in the ML family.")
|
||||||
(license license:lppl1.2+)))
|
(license license:lppl1.2+)))
|
||||||
|
|
||||||
|
(define-public texlive-chklref
|
||||||
|
(package
|
||||||
|
(name "texlive-chklref")
|
||||||
|
(version (number->string %texlive-revision))
|
||||||
|
(source (texlive-origin
|
||||||
|
name version
|
||||||
|
(list "doc/man/man1/chklref.1"
|
||||||
|
"doc/man/man1/chklref.man1.pdf"
|
||||||
|
"doc/support/chklref/" "scripts/chklref/"
|
||||||
|
"tex/latex/chklref/")
|
||||||
|
(base32
|
||||||
|
"1namyi035gqhvldplj0yzfkgxq91zrifqxhsf32jgxhjgcbbal6g")))
|
||||||
|
(outputs '("out" "doc"))
|
||||||
|
(build-system texlive-build-system)
|
||||||
|
(arguments (list #:link-scripts #~(list "chklref.pl")))
|
||||||
|
(inputs (list perl))
|
||||||
|
(home-page "https://ctan.org/pkg/chklref")
|
||||||
|
(synopsis "Check for problems with labels in LaTeX")
|
||||||
|
(description
|
||||||
|
"It is quite common that after modifying a TeX file, many unused labels
|
||||||
|
remain in it. The purpose of chklref is to automatically find these useless
|
||||||
|
labels. It also looks for non starred mathematical environments with no
|
||||||
|
labels and advises the user to use a starred version instead.")
|
||||||
|
(license license:gpl3)))
|
||||||
|
|
||||||
(define-public texlive-dvipsconfig
|
(define-public texlive-dvipsconfig
|
||||||
(package
|
(package
|
||||||
(name "texlive-dvipsconfig")
|
(name "texlive-dvipsconfig")
|
||||||
|
|
Loading…
Reference in a new issue