guix-commits
[Top][All Lists]
Advanced

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

172/243: gnu: Add texlive-lualatex-doc-de.


From: guix-commits
Subject: 172/243: gnu: Add texlive-lualatex-doc-de.
Date: Fri, 11 Aug 2023 08:46:11 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit e135f05064674f92b0adf09d7d337812cea85f81
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Thu Aug 10 23:59:31 2023 +0200

    gnu: Add texlive-lualatex-doc-de.
    
    * gnu/packages/tex.scm (texlive-lualatex-doc-de): New variable.
---
 gnu/packages/tex.scm | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)

diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 5e175ff4d1..c014f0c094 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -20555,6 +20555,26 @@ package provides the @code{\\luaexec} command and the 
@code{luacode}
 environments to help with these problems.")
     (license license:lppl1.3+)))
 
+(define-public texlive-lualatex-doc-de
+  (package
+    (name "texlive-lualatex-doc-de")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "doc/latex/lualatex-doc-de/")
+             (base32
+              "0vnmgs475bzbqi14m9sm45cwjfsbvbk45wkb8m73j1bnk7wg7hh4")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/lualatex-doc-de";)
+    (synopsis "Guide to LuaLaTeX (German translation)")
+    (description
+     "The document is a German translation of the map/guide to the world of
+LuaLaTeX.  Coverage supports both new users and package developers.  Apart
+from the introductory material, the document gathers information from several
+sources, and offers links to others.")
+    (license license:fdl1.3+)))
+
 (define-public texlive-lualatex-math
   (package
     (name "texlive-lualatex-math")



reply via email to

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