gnu: Add texlive-labelschanged.

* gnu/packages/tex.scm (texlive-labelschanged): New variable.
This commit is contained in:
Nicolas Goaziou 2023-08-29 15:53:46 +02:00
parent ab5c519a0f
commit 3ff5edb52b
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -86589,6 +86589,30 @@ (define-public texlive-labels4easylist
reference labels to @code{easylist} items.")
(license license:expat)))
(define-public texlive-labelschanged
(package
(name "texlive-labelschanged")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/labelschanged/"
"source/latex/labelschanged/"
"tex/latex/labelschanged/")
(base32
"1x126fdi7bq0m1fsaj344fhfqnkz0bjcdgahw3d1drac1nvh6fqk")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/labelschanged")
(synopsis
"Identify labels which cause endless ``may have changed'' warnings")
(description
"Several conditions can cause LaTeX labels to keep changing, no matter how
many times a document is recompiled. This package helps diagnose the cause of
repeated ``Label(s) may have changed'' warnings. The names and before/after
definitions of changing labels are printed at the end of each compile.
Multiply-defined labels are printed as well.")
(license license:public-domain)))
;;;
;;; 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