[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
31/416: gnu: Add texlive-chngcntr.
From: |
guix-commits |
Subject: |
31/416: gnu: Add texlive-chngcntr. |
Date: |
Sun, 28 May 2023 02:32:08 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit 5280ffd31990637b869ac33493b2902f2c53ea11
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
- 71/416: gnu: texlive-zref: Fix build., (continued)
- 71/416: gnu: texlive-zref: Fix build., guix-commits, 2023/05/28
- 83/416: gnu: texlive-latex-multirow -> texlive-multirow., guix-commits, 2023/05/28
- 21/416: gnu: Add texlive-filehook., guix-commits, 2023/05/28
- 22/416: gnu: Add texlive-currfile., guix-commits, 2023/05/28
- 23/416: gnu: Add texlive-lualatex-math., guix-commits, 2023/05/28
- 25/416: gnu: Add texlive-dehyph., guix-commits, 2023/05/28
- 24/416: gnu: Add texlive-enctex., guix-commits, 2023/05/28
- 26/416: gnu: Add texlive-passivetex., guix-commits, 2023/05/28
- 28/416: gnu: Add texlive-refstyle., guix-commits, 2023/05/28
- 30/416: gnu: Add texlive-breakurl., guix-commits, 2023/05/28
- 31/416: gnu: Add texlive-chngcntr.,
guix-commits <=
- 32/416: gnu: Add texlive-multido., guix-commits, 2023/05/28
- 33/416: gnu: Add texlive-attachfile., guix-commits, 2023/05/28
- 35/416: gnu: Add texlive-subfig., guix-commits, 2023/05/28
- 44/416: gnu: texlive-latex-newfloat -> texlive-newfloat., guix-commits, 2023/05/28
- 47/416: gnu: texlive-latex-seqsplit -> texlive-seqsplit., guix-commits, 2023/05/28
- 50/416: gnu: texlive-latex-tocloft -> texlive-tocloft., guix-commits, 2023/05/28
- 56/416: gnu: texlive-generic-babel-english -> texlive-babel-english., guix-commits, 2023/05/28
- 53/416: gnu: texlive-latex-g-brief -> texlive-g-brief., guix-commits, 2023/05/28
- 54/416: gnu: texlive-latex-galois -> texlive-galois., guix-commits, 2023/05/28
- 66/416: gnu: Add texlive-atenddvi., guix-commits, 2023/05/28