[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
31/418: gnu: Add texlive-chngcntr.
From: |
guix-commits |
Subject: |
31/418: gnu: Add texlive-chngcntr. |
Date: |
Fri, 2 Jun 2023 17:23:51 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit c591722068492274451a78105d7e04a3ec8b7b38
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Fri May 12 18:22:50 2023 +0200
gnu: Add texlive-chngcntr.
* gnu/packages/tex.scm (texlive-chngcntr): New variable.
---
gnu/packages/tex.scm | 19 +++++++++++++++++++
1 file changed, 19 insertions(+)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index ca5b165599..2bce40732b 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -9813,6 +9813,25 @@ Support for use with LaTeX is available in
@code{freenfss}, part of
(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
- 08/418: gnu: texlive-latex-blindtext -> texlive-blindtext., (continued)
- 08/418: gnu: texlive-latex-blindtext -> texlive-blindtext., guix-commits, 2023/06/02
- 11/418: gnu: texlive-latex-draftwatermark -> texlive-draftwatermark., guix-commits, 2023/06/02
- 13/418: gnu: texlive-latex-environ -> texlive-environ., guix-commits, 2023/06/02
- 14/418: gnu: texlive-latex-eqparbox -> texlive-eqparbox., guix-commits, 2023/06/02
- 15/418: gnu: texlive-latex-etoc -> texlive-etoc., guix-commits, 2023/06/02
- 16/418: gnu: texlive-latex-expdlist -> texlive-expdlist., guix-commits, 2023/06/02
- 19/418: gnu: Add texlive-xfor., guix-commits, 2023/06/02
- 21/418: gnu: Add texlive-filehook., guix-commits, 2023/06/02
- 25/418: gnu: Add texlive-dehyph., guix-commits, 2023/06/02
- 29/418: gnu: Add texlive-euenc., guix-commits, 2023/06/02
- 31/418: gnu: Add texlive-chngcntr.,
guix-commits <=
- 32/418: gnu: Add texlive-multido., guix-commits, 2023/06/02
- 33/418: gnu: Add texlive-attachfile., guix-commits, 2023/06/02
- 45/418: gnu: texlive-latex-newunicodechar -> texlive-newunicodechar., guix-commits, 2023/06/02
- 47/418: gnu: texlive-latex-seqsplit -> texlive-seqsplit., guix-commits, 2023/06/02
- 50/418: gnu: texlive-latex-tocloft -> texlive-tocloft., guix-commits, 2023/06/02
- 51/418: gnu: texlive-latex-fncychap -> texlive-fncychap., guix-commits, 2023/06/02
- 57/418: gnu: texlive-fonts-latex -> texlive-latex-fonts., guix-commits, 2023/06/02
- 65/418: gnu: texlive-latex-appendix -> texlive-appendix., guix-commits, 2023/06/02
- 28/418: gnu: Add texlive-refstyle., guix-commits, 2023/06/02
- 36/418: gnu: texlive-latex-backend -> texlive-backend., guix-commits, 2023/06/02