me
/
guix
Archived
1
0
Fork 0

gnu: Add texlive-generic-uniquecounter.

* gnu/packages/tex.scm (texlive-generic-uniquecounter): New public variable.
master
Marius Bakke 2021-05-22 17:57:38 +02:00
parent 169060fe7c
commit daf2e15187
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 20 additions and 0 deletions

View File

@ -7526,6 +7526,26 @@ as plain TeX.")
using TeX or e-TeX.") using TeX or e-TeX.")
(license license:lppl1.3c+))) (license license:lppl1.3c+)))
(define-public texlive-generic-uniquecounter
(package
(inherit (simple-texlive-package
"texlive-generic-uniquecounter"
'("/doc/latex/uniquecounter/"
"/tex/generic/uniquecounter/")
(base32
"1bjh8vwiqlkmjqndnh4xp116524x4m3hdcyq2s231jiqy8il8dcc")
#:trivial? #t))
(propagated-inputs
`(("texlive-generic-bigintcalc" ,texlive-generic-bigintcalc)
("texlive-generic-infwarerr" ,texlive-generic-infwarerr)))
(home-page "https://www.ctan.org/pkg/uniquecounter")
(synopsis "Unlimited unique counter")
(description
"This package provides a kind of counter that provides unique number
values. Several counters can be created with different names. The numeric
values are not limited.")
(license license:lppl1.3c+)))
(define-public texlive-latex-readarray (define-public texlive-latex-readarray
(package (package
(name "texlive-latex-readarray") (name "texlive-latex-readarray")