[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
15/416: gnu: texlive-latex-etoc -> texlive-etoc.
From: |
guix-commits |
Subject: |
15/416: gnu: texlive-latex-etoc -> texlive-etoc. |
Date: |
Sun, 28 May 2023 02:32:06 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit ea47fb24ea3d71da7ebd9b2dc67f3a3f140ec6f2
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Thu May 4 22:47:22 2023 +0200
gnu: texlive-latex-etoc -> texlive-etoc.
* gnu/packages/tex.scm (texlive-etoc): New variable.
(texlive-latex-etoc): Deprecate variable.
* gnu/packages/maths.scm (hypre): Apply renaming.
---
gnu/packages/maths.scm | 2 +-
gnu/packages/tex.scm | 54 ++++++++++++++++++++++++++++----------------------
2 files changed, 31 insertions(+), 25 deletions(-)
diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm
index 1b34c6e314..6a19f89d2b 100644
--- a/gnu/packages/maths.scm
+++ b/gnu/packages/maths.scm
@@ -5762,6 +5762,7 @@ set.")
texlive-cm
texlive-courier
texlive-enumitem
+ texlive-etoc
texlive-etoolbox
texlive-fancyhdr
texlive-fancyvrb
@@ -5775,7 +5776,6 @@ set.")
texlive-generic-listofitems
texlive-latex-cmap
texlive-latex-colortbl
- texlive-latex-etoc
texlive-latex-float
texlive-latex-fncychap
texlive-latex-framed
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 2a94d6d226..2163c2883a 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -4935,36 +4935,42 @@ also provided.")
(define-deprecated-package texlive-latex-eqparbox texlive-eqparbox)
-(define-public texlive-latex-etoc
+(define-public texlive-etoc
(package
- (inherit (simple-texlive-package
- "texlive-latex-etoc"
- '("/doc/latex/etoc/README.md"
- "/doc/latex/etoc/etoc.pdf"
- "/tex/latex/etoc/")
- (base32
- "0198cn75m1y8ggbfv1qlnif0d9275f6mxqsansyqw4np0rv6q9sv")
- #:trivial? #t))
- (home-page "https://www.ctan.org/pkg/etoc")
- (synopsis "Completely customisable TOCs")
+ (name "texlive-etoc")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/etoc/"
+ "source/latex/etoc/"
+ "tex/latex/etoc/")
+ (base32
+ "04vjfn4jadxbc38r08r9pwvpj7szvk88hiav35iqhl3p78xri7z4")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/etoc")
+ (synopsis "Customisable table of contents")
(description
- "This package gives the user complete control of how the entries of
-the table of contents should be constituted from the name, number, and page
-number of each sectioning unit. The layout is controlled by the definition
-of ‘line styles’ for each sectioning level used in the document.
+ "This package gives the user complete control of how the entries of the
+table of contents should be constituted from the name, number, and page number
+of each sectioning unit. The layout is controlled by the definition of line
+styles for each sectioning level used in the document.
The package provides its own custom line styles (which may be used as
-examples), and continues to support the standard formatting inherited from
-the LaTeX document classes, but the package can also allow the user to
-delegate the details to packages dealing with list making environments (such
-as enumitem). The package’s default global style typesets tables of contents
-in a multi-column format, with either a standard heading, or a ruled title
+examples), and continues to support the standard formatting inherited from the
+LaTeX document classes, but the package can also allow the user to delegate
+the details to packages dealing with list making environments (such as
+@code{enumitem}). The package's default global style typesets tables of
+contents in a multi-column format, with either a standard heading, or a ruled
+title
(optionally with a frame around the table).
-The @code{\\tableofcontents} command may be used arbitrarily many times in
-the same document, while @code{\\localtableofcontents} provides a ‘local’
-table of contents.")
- (license license:lppl1.3c+)))
+The @code{\\tableofcontents} command may be used arbitrarily many times in the
+same document, while @code{\\localtableofcontents} provides a local table of
+contents.")
+ (license license:lppl1.3c)))
+
+(define-deprecated-package texlive-latex-etoc texlive-etoc)
(define-public texlive-latex-expdlist
(package
- 01/416: guix: texlive-build-system: Improvements on non-trivial packages., (continued)
- 01/416: guix: texlive-build-system: Improvements on non-trivial packages., guix-commits, 2023/05/28
- 04/416: guix: import: Improve home-page generation in texlive importer., guix-commits, 2023/05/28
- 06/416: guix: import: Fix multiple licenses output in texlive importer., guix-commits, 2023/05/28
- 07/416: gnu: texlive-latex-l3kernel -> texlive-l3kernel., guix-commits, 2023/05/28
- 02/416: gnu: Simplify simple-texlive-package for non-trivial packages., guix-commits, 2023/05/28
- 08/416: gnu: texlive-latex-blindtext -> texlive-blindtext., guix-commits, 2023/05/28
- 10/416: gnu: Add texlive-everypage., guix-commits, 2023/05/28
- 03/416: guix: import: Update texlive importer according to new build system., guix-commits, 2023/05/28
- 09/416: gnu: texlive-latex-dinbrief -> texlive-dinbrief., guix-commits, 2023/05/28
- 12/416: gnu: texlive-latex-trimspaces -> texlive-trimspaces., guix-commits, 2023/05/28
- 15/416: gnu: texlive-latex-etoc -> texlive-etoc.,
guix-commits <=
- 111/416: gnu: texlive-latex-ebproof -> texlive-ebproof., guix-commits, 2023/05/28
- 84/416: gnu: texlive-latex-overpic -> texlive-overpic., guix-commits, 2023/05/28
- 117/416: gnu: texlive-latex-koma-script -> texlive-koma-script., guix-commits, 2023/05/28
- 96/416: gnu: Add texlive-luacode., guix-commits, 2023/05/28
- 13/416: gnu: texlive-latex-environ -> texlive-environ., guix-commits, 2023/05/28
- 14/416: gnu: texlive-latex-eqparbox -> texlive-eqparbox., guix-commits, 2023/05/28
- 16/416: gnu: texlive-latex-expdlist -> texlive-expdlist., guix-commits, 2023/05/28
- 17/416: gnu: Add texlive-minitoc., guix-commits, 2023/05/28
- 20/416: gnu: Add texlive-mfirstuc., guix-commits, 2023/05/28
- 27/416: gnu: Add texlive-luabidi., guix-commits, 2023/05/28