guix-commits
[Top][All Lists]
Advanced

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

108/243: gnu: Add texlive-lshort-dutch.


From: guix-commits
Subject: 108/243: gnu: Add texlive-lshort-dutch.
Date: Fri, 11 Aug 2023 08:45:52 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit 815e9bb319fbf02a0526aedffce525be383c9614
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Fri Aug 4 18:08:49 2023 +0200

    gnu: Add texlive-lshort-dutch.
    
    * gnu/packages/tex.scm (texlive-lshort-dutch): 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 89bbde036e..0207037738 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -4939,6 +4939,24 @@ Proof, and Logic} by Dave Barker-Plummer, Jon Barwise, 
and John Etchemendy.")
 LaTeX2e}.}")
     (license license:gpl3+)))
 
+(define-public texlive-lshort-dutch
+  (package
+    (name "texlive-lshort-dutch")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "doc/latex/lshort-dutch/")
+             (base32
+              "160r060gmw6f6lgbnyvfxafjpqvyr4jwd56ddkjfm3ir2bfl973d")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/lshort-dutch";)
+    (synopsis "Introduction to LaTeX in Dutch")
+    (description
+     "This is the Dutch (Nederlands) translation of the @emph{(No So) Short
+Introduction to LaTeX2e}.")
+    (license license:gpl3+)))
+
 (define-public texlive-lshort-english
   (package
     (name "texlive-lshort-english")



reply via email to

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