guix-commits
[Top][All Lists]
Advanced

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

240/243: gnu: Add texlive-latexcheat-esmx.


From: guix-commits
Subject: 240/243: gnu: Add texlive-latexcheat-esmx.
Date: Fri, 11 Aug 2023 08:46:29 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

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

    gnu: Add texlive-latexcheat-esmx.
    
    * gnu/packages/tex.scm (texlive-latexcheat-esmx): 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 32a6f5a75b..61c0df25e2 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -5526,6 +5526,24 @@ reference sheet for writing scientific papers).  It has 
been adapted to German
 standards using the KOMA script document classes.")
     (license license:lppl)))
 
+(define-public texlive-latexcheat-esmx
+  (package
+    (name "texlive-latexcheat-esmx")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "doc/latex/latexcheat-esmx/")
+             (base32
+              "1d6nk9p9adlhgr28mnnizrxzzqlk20zw2clcddqlaa8pn73dqhcm")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/latexcheat-esmx";)
+    (synopsis "LaTeX cheat sheet, in Spanish")
+    (description
+     "This is a translation to Spanish (Castellano) of Winston Chang's LaTeX
+cheat sheet (a reference sheet for writing scientific papers).")
+    (license license:lppl)))
+
 (define-public texlive-letgut
   (package
     (name "texlive-letgut")



reply via email to

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