diff options
author | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2023-08-11 00:28:55 +0200 |
---|---|---|
committer | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2023-08-11 14:40:07 +0200 |
commit | af969dda46b1899109a468d4d22c7a3b9fa10613 (patch) | |
tree | af3b23656fd4bffe6c884da9a3f848eb3a228f20 | |
parent | 7ad1578c15a72677c2d48aa15354f3a2eb3a654d (diff) |
gnu: Add texlive-lshort-portuguese.
* gnu/packages/tex.scm (texlive-lshort-portuguese): New variable.
-rw-r--r-- | gnu/packages/tex.scm | 18 |
1 files changed, 18 insertions, 0 deletions
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") |