diff options
Diffstat (limited to 'gnu')
-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") |