guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

183/243: gnu: Add texlive-translation-biblatex-de.


From: guix-commits
Subject: 183/243: gnu: Add texlive-translation-biblatex-de.
Date: Fri, 11 Aug 2023 08:46:14 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit 83bba7f9ae52b8b12ea628631b37e41ce4711017
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Fri Aug 11 00:04:28 2023 +0200

    gnu: Add texlive-translation-biblatex-de.
    
    * gnu/packages/tex.scm (texlive-translation-biblatex-de): New variable.
---
 gnu/packages/tex.scm | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)

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")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]