guix-commits
[Top][All Lists]
Advanced

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

239/243: gnu: Add texlive-latex2e-help-texinfo-spanish.


From: guix-commits
Subject: 239/243: gnu: Add texlive-latex2e-help-texinfo-spanish.
Date: Fri, 11 Aug 2023 08:46:29 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit 94aa4b1b18c357ca9035517f0c42d61ef9556124
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Fri Aug 11 00:33:45 2023 +0200

    gnu: Add texlive-latex2e-help-texinfo-spanish.
    
    * gnu/packages/tex.scm (texlive-latex2e-help-texinfo-spanish): New variable.
---
 gnu/packages/tex.scm | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)

diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index a9ddac432d..32a6f5a75b 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -5488,6 +5488,25 @@ and commands.")
 @code{latex2e-help-texinfo}.")
     (license license:public-domain)))
 
+(define-public texlive-latex2e-help-texinfo-spanish
+  (package
+    (name "texlive-latex2e-help-texinfo-spanish")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "doc/info/latex2e-es.info"
+                   "doc/latex/latex2e-help-texinfo-spanish/")
+             (base32
+              "1v3wa99phdmsiajbq0ad4h939cpwjwzpq88h6s0796h5fr34hrvq")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/latex2e-help-texinfo";)
+    (synopsis "Spanish translation of @code{latex2e-help-texinfo}")
+    (description
+     "This package provides a complete Spanish translation of
+@code{latex2e-help-texinfo}.")
+    (license license:public-domain)))
+
 (define-public texlive-latexcheat-de
   (package
     (name "texlive-latexcheat-de")



reply via email to

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