[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
17/458: gnu: Add texlive-minitoc.
From: |
guix-commits |
Subject: |
17/458: gnu: Add texlive-minitoc. |
Date: |
Wed, 14 Jun 2023 05:21:58 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit b2bb327ab6e7213f0df195811f64808ab87e353a
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Fri May 5 18:43:49 2023 +0200
gnu: Add texlive-minitoc.
* gnu/packages/tex.scm (texlive-minitoc): New variable.
---
gnu/packages/tex.scm | 24 ++++++++++++++++++++++++
1 file changed, 24 insertions(+)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 3c500ae05b..be3b0982d3 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -10264,6 +10264,30 @@ various fonts are provided. An alternative package
the bundle.")
(license license:lppl1.3c))))
+(define-public texlive-minitoc
+ (package
+ (name "texlive-minitoc")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/minitoc/"
+ "tex/latex/minitoc/")
+ (base32
+ "0yd1na5b9m7z1j87a5fjwjqddfpiblfbpzcv0vlvql6lwh38mii7")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/minitoc")
+ (synopsis "Produce a table of contents for each chapter, part or section")
+ (description
+ "The @code{minitoc} package allows you to add
+mini-tables-of-contents (minitocs) at the beginning of every chapter, part or
+section. There is also provision for mini-lists of figures and of tables. At
+the part level, they are parttocs, partlofs and partlots. If the type of
+document does not use chapters, the basic provision is section level secttocs,
+sectlofs and sectlots. The package has provision for language-specific
+configuration of its own fixed names, using @file{.mld} files.")
+ (license license:lppl1.3+)))
+
(define-public texlive-minted
(let ((template (simple-texlive-package
"texlive-minted"
- 05/458: guix: import: texlive use full file names for generic directories., (continued)
- 05/458: guix: import: texlive use full file names for generic directories., guix-commits, 2023/06/14
- 07/458: gnu: texlive-latex-l3kernel -> texlive-l3kernel., guix-commits, 2023/06/14
- 08/458: gnu: texlive-latex-blindtext -> texlive-blindtext., guix-commits, 2023/06/14
- 14/458: gnu: texlive-latex-eqparbox -> texlive-eqparbox., guix-commits, 2023/06/14
- 03/458: guix: import: Update texlive importer according to new build system., guix-commits, 2023/06/14
- 02/458: gnu: Simplify simple-texlive-package for non-trivial packages., guix-commits, 2023/06/14
- 09/458: gnu: texlive-latex-dinbrief -> texlive-dinbrief., guix-commits, 2023/06/14
- 10/458: gnu: Add texlive-everypage., guix-commits, 2023/06/14
- 12/458: gnu: texlive-latex-trimspaces -> texlive-trimspaces., guix-commits, 2023/06/14
- 16/458: gnu: texlive-latex-expdlist -> texlive-expdlist., guix-commits, 2023/06/14
- 17/458: gnu: Add texlive-minitoc.,
guix-commits <=
- 19/458: gnu: Add texlive-xfor., guix-commits, 2023/06/14
- 20/458: gnu: Add texlive-mfirstuc., guix-commits, 2023/06/14
- 34/458: gnu: Add texlive-showexpl., guix-commits, 2023/06/14
- 35/458: gnu: Add texlive-subfig., guix-commits, 2023/06/14
- 37/458: gnu: texlive-dvips-l3backend -> texlive-l3backend., guix-commits, 2023/06/14
- 29/458: gnu: Add texlive-euenc., guix-commits, 2023/06/14
- 41/458: gnu: texlive-latex-hanging -> texlive-hanging., guix-commits, 2023/06/14
- 43/458: gnu: texlive-latex-natbib -> texlive-natbib., guix-commits, 2023/06/14
- 40/458: gnu: texlive-latex-amsrefs -> texlive-amsrefs., guix-commits, 2023/06/14
- 42/458: gnu: texlive-latex-ifplatform -> texlive-ifplatform., guix-commits, 2023/06/14