summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas Goaziou <mail@nicolasgoaziou.fr>2023-08-11 00:04:28 +0200
committerNicolas Goaziou <mail@nicolasgoaziou.fr>2023-08-11 14:39:52 +0200
commit83bba7f9ae52b8b12ea628631b37e41ce4711017 (patch)
tree91836c2896707a83d234145c900cd07491641eed
parent5914025151909c84bdb96a3182fc8bef9154751d (diff)
gnu: Add texlive-translation-biblatex-de.
* gnu/packages/tex.scm (texlive-translation-biblatex-de): New variable.
-rw-r--r--gnu/packages/tex.scm18
1 files changed, 18 insertions, 0 deletions
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 476282cdd1..7a175dcca4 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -36651,6 +36651,24 @@ may be used under LaTeX and plain TeX.")
"This is a German translation of the @code{arsclassica} documentation.")
(license license:lppl)))
+(define-public texlive-translation-biblatex-de
+ (package
+ (name "texlive-translation-biblatex-de")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/translation-biblatex-de/")
+ (base32
+ "1ygbz7prjg6pdiqm7lknnk8a9ar05xvpdam38piivif3d3yk5bg1")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/translation-biblatex-de")
+ (synopsis "German translation of the User Guide for BibLaTeX")
+ (description
+ "This package provides a German translation of the User Guide for
+BibLaTeX.")
+ (license license:lppl)))
+
(define-public texlive-translations
(package
(name "texlive-translations")