me
/
guix
Archived
1
0
Fork 0

gnu: Add texlive-counttexruns.

* gnu/packages/tex.scm (texlive-counttexruns): New variable.
master
Nicolas Goaziou 2023-08-29 15:46:54 +02:00
parent 130f56646f
commit a2aac3bb48
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 21 additions and 0 deletions

View File

@ -77363,6 +77363,27 @@ a copyright notice relating to the matter created by the image command.")
@code{\\section}, etc.")
(license license:lppl1.3+)))
(define-public texlive-counttexruns
(package
(name "texlive-counttexruns")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/counttexruns/"
"source/latex/counttexruns/"
"tex/latex/counttexruns/")
(base32
"0ppy8qfpjq4vcq2w53ms63khsmw09vrg1psxd6ylr8rp2m3mrdgy")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/counttexruns")
(synopsis "Count compilations of a document")
(description
"The package counts how often a LaTeX document is compiled, keeping the data
in an external file. To print the count, can use the macro
@code{\\thecounttexruns}.")
(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