[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
186/243: gnu: Add texlive-translation-enumitem-de.
From: |
guix-commits |
Subject: |
186/243: gnu: Add texlive-translation-enumitem-de. |
Date: |
Fri, 11 Aug 2023 08:46:15 -0400 (EDT) |
ngz pushed a commit to branch master
in repository guix.
commit f8361ec8b5b8e0dc17d0f41e421ed791f15022b3
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Fri Aug 11 00:05:14 2023 +0200
gnu: Add texlive-translation-enumitem-de.
* gnu/packages/tex.scm (texlive-translation-enumitem-de): New variable.
---
gnu/packages/tex.scm | 17 +++++++++++++++++
1 file changed, 17 insertions(+)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 4f779c97c5..5529f41fdf 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -36702,6 +36702,23 @@ BibLaTeX.")
(description "This is a German translation of the @code{ecv}
documentation.")
(license license:lppl)))
+(define-public texlive-translation-enumitem-de
+ (package
+ (name "texlive-translation-enumitem-de")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/translation-enumitem-de/")
+ (base32
+ "121raikamd33gabvbgwygrc8hyi3qhvx4hhv4h8wq2chrglj37dq")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/translation-enumitem-de")
+ (synopsis "@code{enumitem} documentation, in German")
+ (description
+ "This is a German translation of the manual for @code{enumitem}.")
+ (license license:lppl)))
+
(define-public texlive-translations
(package
(name "texlive-translations")
- 121/243: gnu: Add texlive-basque-book., (continued)
- 121/243: gnu: Add texlive-basque-book., guix-commits, 2023/08/11
- 126/243: gnu: Add texlive-droit-fr., guix-commits, 2023/08/11
- 134/243: gnu: Add texlive-frpseudocode., guix-commits, 2023/08/11
- 154/243: gnu: Add texlive-collection-langfrench., guix-commits, 2023/08/11
- 160/243: gnu: Add texlive-etdipa., guix-commits, 2023/08/11
- 168/243: gnu: Add texlive-l2picfaq., guix-commits, 2023/08/11
- 165/243: gnu: Add texlive-germkorr., guix-commits, 2023/08/11
- 176/243: gnu: Add texlive-r-und-s., guix-commits, 2023/08/11
- 182/243: gnu: Add texlive-translation-arsclassica-de., guix-commits, 2023/08/11
- 170/243: gnu: Add texlive-latexcheat-de., guix-commits, 2023/08/11
- 186/243: gnu: Add texlive-translation-enumitem-de.,
guix-commits <=
- 208/243: gnu: Add texlive-verifica., guix-commits, 2023/08/11
- 215/243: gnu: Add texlive-lshort-polish., guix-commits, 2023/08/11
- 214/243: gnu: Add texlive-gustprog., guix-commits, 2023/08/11
- 227/243: gnu: Add texlive-feupphdteses., guix-commits, 2023/08/11
- 229/243: gnu: Add texlive-latexcheat-ptbr., guix-commits, 2023/08/11
- 216/243: gnu: Add texlive-mex., guix-commits, 2023/08/11
- 241/243: gnu: Add texlive-lshort-spanish., guix-commits, 2023/08/11
- 222/243: gnu: Add texlive-tex-virtual-academy-pl., guix-commits, 2023/08/11
- 94/243: gnu: Add texlive-babel-romanian., guix-commits, 2023/08/11
- 179/243: gnu: Add texlive-templates-sommer., guix-commits, 2023/08/11