me
/
guix
Archived
1
0
Fork 0

gnu: Add texlive-cntperchap.

* gnu/packages/tex.scm (texlive-cntperchap): New variable.
master
Nicolas Goaziou 2023-08-29 15:46:11 +02:00
parent 2f57db2cfb
commit 39ffdfcaf3
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 22 additions and 0 deletions

View File

@ -76334,6 +76334,28 @@ least it provides a number of programming tools.")
patterns. These patterns do not affect normal LaTeX treatment of counters.")
(license license:lppl1.3+)))
(define-public texlive-cntperchap
(package
(name "texlive-cntperchap")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/cntperchap/"
"tex/latex/cntperchap/")
(base32
"06af0861m7fsvznpjc5kylbz0dvv9kwcmwk09iv4yy7lrp43a5b7")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/cntperchap")
(synopsis "Store counter values per chapter")
(description
"This package stores values of counters (which have been registered
beforehand) on a per chapter base and provides the values on demand in the
second LaTeX compilation run. In this way it is possible to know how many
sections etc., there are lying ahead and to react to these counter values, if
needed.")
(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