[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
157/243: gnu: Add texlive-booktabs-de.
From: |
guix-commits |
Subject: |
157/243: gnu: Add texlive-booktabs-de. |
Date: |
Fri, 11 Aug 2023 08:46:05 -0400 (EDT) |
ngz pushed a commit to branch master
in repository guix.
commit 2eef1f3fcf18dbba942534fb55693211928ce691
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Thu Aug 10 23:40:59 2023 +0200
gnu: Add texlive-booktabs-de.
* gnu/packages/tex.scm (texlive-booktabs-de): New variable.
---
gnu/packages/tex.scm | 35 +++++++++++++++++++++++++++++++++++
1 file changed, 35 insertions(+)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index cba036a195..29131e3127 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -2189,6 +2189,24 @@ convert atomic numbers to element symbols or element
names and vice versa.")
characters.")
(license license:gpl3+)))
+(define-public texlive-booktabs-de
+ (package
+ (name "texlive-booktabs-de")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/booktabs-de/")
+ (base32
+ "1ld7zdr88xjhnnl2x734rxr7h0fz84awapmv50p1kzn6fczrwyam")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/booktabs-de")
+ (synopsis "German version of @code{booktabs}")
+ (description
+ "This is a German translation of the @code{booktabs} package
+documentation.")
+ (license license:gpl3+)))
+
(define-public texlive-booktabs-fr
(package
(name "texlive-booktabs-fr")
@@ -31345,6 +31363,23 @@ especially in the humanities and the social sciences.
All quote styles as
well as the optional active quotes are freely configurable.")
(license license:lppl1.3c+)))
+(define-public texlive-csquotes-de
+ (package
+ (name "texlive-csquotes-de")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/csquotes-de/")
+ (base32
+ "087c08c44811vd8p00l1xrkg5w6fsl8as64jq83m6gf1hfan9w4c")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/csquotes-de")
+ (synopsis "German translation of @code{csquotes} documentation")
+ (description
+ "This is a German translation of the documentation of @code{csquotes}.")
+ (license license:lppl)))
+
(define-public texlive-logreq
(package
(name "texlive-logreq")
- 130/243: gnu: Add texlive-facture., (continued)
- 130/243: gnu: Add texlive-facture., guix-commits, 2023/08/11
- 131/243: gnu: Add texlive-formation-latex-ul., guix-commits, 2023/08/11
- 132/243: gnu: Add texlive-frenchmath., guix-commits, 2023/08/11
- 137/243: gnu: Add texlive-l2tabu-french., guix-commits, 2023/08/11
- 140/243: gnu: Add texlive-lshort-french., guix-commits, 2023/08/11
- 141/243: gnu: Add texlive-mafr., guix-commits, 2023/08/11
- 143/243: gnu: Add texlive-proflabo., guix-commits, 2023/08/11
- 145/243: gnu: Add texlive-tabvar., guix-commits, 2023/08/11
- 147/243: gnu: Add texlive-translation-array-fr., guix-commits, 2023/08/11
- 155/243: gnu: Add texlive-apalike-german., guix-commits, 2023/08/11
- 157/243: gnu: Add texlive-booktabs-de.,
guix-commits <=
- 163/243: gnu: Add texlive-german., guix-commits, 2023/08/11
- 162/243: gnu: Add texlive-fifinddo-info., guix-commits, 2023/08/11
- 164/243: gnu: Add texlive-germbib., guix-commits, 2023/08/11
- 174/243: gnu: Add texlive-milog., guix-commits, 2023/08/11
- 178/243: gnu: Add texlive-templates-fenn., guix-commits, 2023/08/11
- 166/243: gnu: Add texlive-hausarbeit-jura., guix-commits, 2023/08/11
- 183/243: gnu: Add texlive-translation-biblatex-de., guix-commits, 2023/08/11
- 184/243: gnu: Add texlive-translation-chemsym-de., guix-commits, 2023/08/11
- 172/243: gnu: Add texlive-lualatex-doc-de., guix-commits, 2023/08/11
- 190/243: gnu: Add texlive-udesoftec., guix-commits, 2023/08/11