guix-commits
[Top][All Lists]
Advanced

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

182/243: gnu: Add texlive-translation-arsclassica-de.


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

ngz pushed a commit to branch master
in repository guix.

commit 5914025151909c84bdb96a3182fc8bef9154751d
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Fri Aug 11 00:03:47 2023 +0200

    gnu: Add texlive-translation-arsclassica-de.
    
    * gnu/packages/tex.scm (texlive-translation-arsclassica-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 21c0eb3157..476282cdd1 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -36634,6 +36634,23 @@ to bases 2, 4, 8 and 16.  All constructs TeX accepts 
as arguments to its
 may be used under LaTeX and plain TeX.")
     (license (license:fsf-free "file:/binhex.dtx"))))
 
+(define-public texlive-translation-arsclassica-de
+  (package
+    (name "texlive-translation-arsclassica-de")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "doc/latex/translation-arsclassica-de/")
+             (base32
+              "1ix5lafy3ay2bc9zkkbqw2rrw6ng3izb8d9p6rki6h2j7n0qj47s")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/translation-arsclassica-de";)
+    (synopsis "German version of @code{arsclassica}")
+    (description
+     "This is a German translation of the @code{arsclassica} documentation.")
+    (license license:lppl)))
+
 (define-public texlive-translations
   (package
     (name "texlive-translations")



reply via email to

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