guix-commits
[Top][All Lists]
Advanced

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

230/243: gnu: Add texlive-lshort-portuguese.


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

ngz pushed a commit to branch master
in repository guix.

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

    gnu: Add texlive-lshort-portuguese.
    
    * gnu/packages/tex.scm (texlive-lshort-portuguese): 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 6973d5977f..138573c0a5 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -5853,6 +5853,24 @@ to LaTeX2e.}")
 to LaTeX2e}.")
     (license license:gpl2+)))
 
+(define-public texlive-lshort-portuguese
+  (package
+    (name "texlive-lshort-portuguese")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "doc/latex/lshort-portuguese/")
+             (base32
+              "0wg51rjcayiizkz0vvjkirrx19q8fbnfrwilgh13prlbpams1hsh")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/lshort-portuguese";)
+    (synopsis "Introduction to LaTeX in Portuguese")
+    (description
+     "This is the Portuguese translation of a @emph{(Not So) Short
+Introduction to LaTeX2e}.")
+    (license license:public-domain)))
+
 (define-public texlive-lshort-slovak
   (package
     (name "texlive-lshort-slovak")



reply via email to

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