me
/
guix
Archived
1
0
Fork 0

gnu: Add texlive-xcntperchap.

* gnu/packages/tex.scm (texlive-xcntperchap): New variable.
master
Nicolas Goaziou 2023-08-29 16:05:04 +02:00
parent 676aac031f
commit b4833c94c3
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 20 additions and 0 deletions

View File

@ -100043,6 +100043,26 @@ of documents that are to be built separately, but have a common bookmark
tree.")
(license license:lppl1.2+)))
(define-public texlive-xcntperchap
(package
(name "texlive-xcntperchap")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/xcntperchap/"
"tex/latex/xcntperchap/")
(base32
"0cbkvf8dw1pi6qr397pf985s4zyvdmc5g87y9jvg9na69v8r4pkj")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/xcntperchap")
(synopsis
"Track the number of subsections etc., that occur in a specified tracklevel")
(description
"This package is the successor of @code{cntperchap} and allows to provide more
tracklevels than just only one.")
(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