[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
289/296: gnu: Add texlive-tocbibind.
From: |
guix-commits |
Subject: |
289/296: gnu: Add texlive-tocbibind. |
Date: |
Thu, 24 Aug 2023 05:21:30 -0400 (EDT) |
ngz pushed a commit to branch master
in repository guix.
commit 52ba95aa666c182d928f590c046b300a95d3d7c2
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Wed Aug 23 10:10:57 2023 +0200
gnu: Add texlive-tocbibind.
* gnu/packages/tex.scm (texlive-tocbibind): New variable.
---
gnu/packages/tex.scm | 20 ++++++++++++++++++++
1 file changed, 20 insertions(+)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 78a02b9389..e8a3e77dc1 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -30038,6 +30038,26 @@ and margins. It standardizes a document layout
intended for formal
documents.")
(license license:bsd-3)))
+(define-public texlive-tocbibind
+ (package
+ (name "texlive-tocbibind")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/tocbibind/"
+ "source/latex/tocbibind/"
+ "tex/latex/tocbibind/")
+ (base32
+ "086yi3d11pj5cnf0jfsmyy495y6kcind88569mig2yvq2adjmq3b")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/tocbibind")
+ (synopsis "Add bibliography/index/contents to table of contents")
+ (description
+ "This package automatically adds the bibliography and/or the index and/or
+the contents, etc., to the table of contents.")
+ (license license:lppl)))
+
(define-public texlive-topletter
(package
(name "texlive-topletter")
- 225/296: gnu: Add texlive-tuda-ci., (continued)
- 225/296: gnu: Add texlive-tuda-ci., guix-commits, 2023/08/24
- 231/296: gnu: Add texlive-turabian., guix-commits, 2023/08/24
- 238/296: gnu: Add texlive-ucsmonograph., guix-commits, 2023/08/24
- 239/296: gnu: Add texlive-ucthesis., guix-commits, 2023/08/24
- 245/296: gnu: Add texlive-uiucthesis., guix-commits, 2023/08/24
- 240/296: gnu: Add texlive-udes-genie-these., guix-commits, 2023/08/24
- 260/296: gnu: Add texlive-unswcover., guix-commits, 2023/08/24
- 276/296: gnu: Add texlive-wsemclassic., guix-commits, 2023/08/24
- 268/296: gnu: Add texlive-utexasthesis., guix-commits, 2023/08/24
- 267/296: gnu: Add texlive-ut-thesis., guix-commits, 2023/08/24
- 289/296: gnu: Add texlive-tocbibind.,
guix-commits <=
- 277/296: gnu: Add texlive-xduthesis., guix-commits, 2023/08/24
- 270/296: gnu: Add texlive-uwa-colours., guix-commits, 2023/08/24
- 281/296: gnu: Add texlive-imakeidx., guix-commits, 2023/08/24
- 286/296: gnu: Add texlive-mparhack., guix-commits, 2023/08/24
- 290/296: gnu: Add texlive-glossaries., guix-commits, 2023/08/24
- 296/296: gnu: Add texlive-collection-publishers., guix-commits, 2023/08/24
- 249/296: gnu: Add texlive-umich-thesis., guix-commits, 2023/08/24
- 251/296: gnu: Add texlive-unam-thesis., guix-commits, 2023/08/24
- 243/296: gnu: Add texlive-uhhassignment., guix-commits, 2023/08/24
- 253/296: gnu: Add texlive-unamthesis., guix-commits, 2023/08/24