gnu: Add texlive-chngcntr.

* gnu/packages/tex.scm (texlive-chngcntr): New variable.
This commit is contained in:
Nicolas Goaziou 2023-05-12 18:22:50 +02:00
parent 9bfa1ca1c2
commit 4ab1b5ccd4
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -9813,6 +9813,25 @@ (define-public texlive-charter
(define-deprecated-package texlive-fonts-charter texlive-charter)
(define-public texlive-chngcntr
(package
(name "texlive-chngcntr")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/chngcntr/" "tex/latex/chngcntr/")
(base32
"0ag1hb1vkl0xdzslp6f0j59dijwr9k9kq7vaada148241q0hflbj")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/chngcntr")
(synopsis "Change the resetting of counters")
(description
"This package defines commands @code{\\counterwithin} (which sets up
a counter to be reset when another is incremented) and
@code{\\counterwithout} (which unsets such a relationship).")
(license license:lppl)))
(define-public texlive-context
(package
(inherit (simple-texlive-package