mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-15 15:37:54 -05:00
gnu: Add texlive-lshort-portuguese.
* gnu/packages/tex.scm (texlive-lshort-portuguese): New variable.
This commit is contained in:
parent
7ad1578c15
commit
af969dda46
1 changed files with 18 additions and 0 deletions
|
@ -5853,6 +5853,24 @@ (define-public texlive-lshort-polish
|
|||
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")
|
||||
|
|
Loading…
Reference in a new issue