guix-commits
[Top][All Lists]
Advanced

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

195/296: gnu: Add texlive-tocvsec2.


From: guix-commits
Subject: 195/296: gnu: Add texlive-tocvsec2.
Date: Thu, 24 Aug 2023 05:21:02 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit 1c0ec4c69c4cdcff96bcb70bbaf98dd1abbce08e
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Tue Aug 22 16:37:22 2023 +0200

    gnu: Add texlive-tocvsec2.
    
    * gnu/packages/tex.scm (texlive-tocvsec2): New variable.
---
 gnu/packages/tex.scm | 21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)

diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index adc6fd8167..ef57f56c50 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -49951,6 +49951,27 @@ create new @samp{List of ...}.  The ToC 
@code{\\parskip} may be changed.")
 
 (define-deprecated-package texlive-latex-tocloft texlive-tocloft)
 
+(define-public texlive-tocvsec2
+  (package
+    (name "texlive-tocvsec2")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "doc/latex/tocvsec2/"
+                   "source/latex/tocvsec2/"
+                   "tex/latex/tocvsec2/")
+             (base32
+              "0ybw8dra074pbl9l0ilp13naz73mgb57agy79bvmrb7v2r8a6zm7")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/tocvsec2";)
+    (synopsis "Section numbering and table of contents control")
+    (description
+     "This package provides control over section numbering (without recourse
+to starred sectional commands) and the entries in the table of contents on
+a section by section basis.")
+    (license license:lppl1.3+)))
+
 (define-public texlive-trimspaces
   (package
     (name "texlive-trimspaces")



reply via email to

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