guix-commits
[Top][All Lists]
Advanced

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

109/243: gnu: Add texlive-lshort-estonian.


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

ngz pushed a commit to branch master
in repository guix.

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

    gnu: Add texlive-lshort-estonian.
    
    * gnu/packages/tex.scm (texlive-lshort-estonian): 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 0207037738..c1af970ec5 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -4957,6 +4957,24 @@ LaTeX2e}.}")
 Introduction to LaTeX2e}.")
     (license license:gpl3+)))
 
+(define-public texlive-lshort-estonian
+  (package
+    (name "texlive-lshort-estonian")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "doc/latex/lshort-estonian/")
+             (base32
+              "0dfwp7kkynpskb345i3yz7h5pvc8iljqg3q6l546vrwla0bmb95c")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/lshort-estonian";)
+    (synopsis "Estonian introduction to LaTeX")
+    (description
+     "This is the Estonian translation of @emph{(No So) Short Introduction to
+LaTeX2e}.")
+    (license license:gpl2)))
+
 (define-public texlive-lshort-english
   (package
     (name "texlive-lshort-english")



reply via email to

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