guix-commits
[Top][All Lists]
Advanced

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

229/243: gnu: Add texlive-latexcheat-ptbr.


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

ngz pushed a commit to branch master
in repository guix.

commit 7ad1578c15a72677c2d48aa15354f3a2eb3a654d
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Fri Aug 11 00:28:30 2023 +0200

    gnu: Add texlive-latexcheat-ptbr.
    
    * gnu/packages/tex.scm (texlive-latexcheat-ptbr): 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 f53116b6cb..6973d5977f 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -20505,6 +20505,24 @@ papers.  Unlike many other such sheets, this sheet 
does not focus on
 typesetting mathematics, though it does list some symbols.")
     (license license:lppl)))
 
+(define-public texlive-latexcheat-ptbr
+  (package
+    (name "texlive-latexcheat-ptbr")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "doc/latex/latexcheat-ptbr/")
+             (base32
+              "0m636j9gdfpm4j1b679z5qw5ygbm6jp8xl9dzy6v5zzy695fcgaf")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/latexcheat-ptbr";)
+    (synopsis "LaTeX cheat sheet, in Brazilian Portuguese")
+    (description
+     "This is a translation to Brazilian Portuguese of Winston Chang's LaTeX
+cheat sheet.")
+    (license license:lppl)))
+
 (define-public texlive-latexcourse-rug
   (package
     (name "texlive-latexcourse-rug")



reply via email to

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