mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-19 01:11:55 -05:00
gnu: Add texlive-chngcntr.
* gnu/packages/tex.scm (texlive-chngcntr): New variable.
This commit is contained in:
parent
9bfa1ca1c2
commit
4ab1b5ccd4
1 changed files with 19 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue