guix-commits
[Top][All Lists]
Advanced

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

241/243: gnu: Add texlive-lshort-spanish.


From: guix-commits
Subject: 241/243: gnu: Add texlive-lshort-spanish.
Date: Fri, 11 Aug 2023 08:46:30 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit d5c62229587a658f5161fd6782b6091434fad07e
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Fri Aug 11 00:34:22 2023 +0200

    gnu: Add texlive-lshort-spanish.
    
    * gnu/packages/tex.scm (texlive-lshort-spanish): 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 61c0df25e2..f5a89794e4 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -5963,6 +5963,24 @@ Short Introduction to LaTeX2e}.")
 Short Introduction to LaTeX2e}.")
     (license license:gpl3+)))
 
+(define-public texlive-lshort-spanish
+  (package
+    (name "texlive-lshort-spanish")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "doc/latex/lshort-spanish/")
+             (base32
+              "0ls50syrg3dl5dl5a3fi33cr9j990l2xr6pribn1vqglsqrh191l")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/lshort-spanish";)
+    (synopsis "Short introduction to LaTeX, in Spanish")
+    (description
+     "This package provides a Spanish translation of the @emph{(Not So) Short
+Introduction to LaTeX2e}.")
+    (license license:gpl3+)))
+
 (define-public texlive-lshort-turkish
   (package
     (name "texlive-lshort-turkish")



reply via email to

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