guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

31/452: gnu: Add texlive-chngcntr.


From: guix-commits
Subject: 31/452: gnu: Add texlive-chngcntr.
Date: Fri, 9 Jun 2023 13:42:51 -0400 (EDT)

ngz pushed a commit to branch tex-team-next
in repository guix.

commit b11e4966bbe5cf3ef0288051ca2798017adc344e
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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]