[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
158/163: gnu: Add texlive-ltxdockit.
From: |
guix-commits |
Subject: |
158/163: gnu: Add texlive-ltxdockit. |
Date: |
Sat, 19 Aug 2023 14:40:00 -0400 (EDT) |
ngz pushed a commit to branch master
in repository guix.
commit d185112962c2658630e6f10c3a27e315ff4ed8f5
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Fri Aug 18 14:11:20 2023 +0200
gnu: Add texlive-ltxdockit.
* gnu/packages/tex.scm (texlive-ltxdockit): 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 0c6efc76e4..61425847da 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -12593,6 +12593,26 @@ bibliographical database (@file{.ltb}) to a BibTeX
bibliographical database
@code{amsrefs}.")
(license license:lppl1.3+)))
+(define-public texlive-ltxdockit
+ (package
+ (name "texlive-ltxdockit")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/ltxdockit/"
+ "tex/latex/ltxdockit/")
+ (base32
+ "0n1c8g8kaaazg7kahfkckh86s29bi1p3sw9h8v7hl5zgg6mb3415")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/ltxdockit";)
+ (synopsis "Documentation support")
+ (description
+ "This bundle, consisting of a simple wrapper class and some packages,
+forms a small LaTeX and BibTeX documentation kit; the author uses it for some
+of his own packages.")
+ (license license:lppl)))
+
(define-public texlive-luabibentry
(package
(name "texlive-luabibentry")
- 133/163: gnu: Add texlive-multibibliography., (continued)
- 133/163: gnu: Add texlive-multibibliography., guix-commits, 2023/08/19
- 134/163: gnu: Add texlive-munich., guix-commits, 2023/08/19
- 144/163: gnu: Add texlive-rsc., guix-commits, 2023/08/19
- 150/163: gnu: Add texlive-uni-wtal-lin., guix-commits, 2023/08/19
- 155/163: gnu: Add texlive-xcite., guix-commits, 2023/08/19
- 139/163: gnu: Add texlive-notex-bst., guix-commits, 2023/08/19
- 149/163: gnu: Add texlive-uni-wtal-ger., guix-commits, 2023/08/19
- 136/163: gnu: Add texlive-newcastle-bst., guix-commits, 2023/08/19
- 141/163: gnu: Add texlive-perception., guix-commits, 2023/08/19
- 156/163: gnu: Add texlive-zootaxa-bst., guix-commits, 2023/08/19
- 158/163: gnu: Add texlive-ltxdockit.,
guix-commits <=
- 161/163: gnu: Add texlive-fontsize., guix-commits, 2023/08/19
- 124/163: gnu: Add texlive-jmb., guix-commits, 2023/08/19
- 126/163: gnu: Add texlive-jurabib., guix-commits, 2023/08/19
- 147/163: gnu: Add texlive-splitbib., guix-commits, 2023/08/19
- 105/163: gnu: Add texlive-econ-bst., guix-commits, 2023/08/19
- 121/163: gnu: Add texlive-iopart-num., guix-commits, 2023/08/19
- 128/163: gnu: Add texlive-listbib., guix-commits, 2023/08/19
- 148/163: gnu: Add texlive-turabian-formatting., guix-commits, 2023/08/19
- 146/163: gnu: Add texlive-sort-by-letters., guix-commits, 2023/08/19
- 152/163: gnu: Add texlive-usebib., guix-commits, 2023/08/19