gnu: Add texlive-collection-langportuguese.
* gnu/packages/tex.scm (texlive-collection-langportuguese): New variable.
This commit is contained in:
parent
38779ca5f3
commit
8fd9d02b6b
1 changed files with 25 additions and 0 deletions
|
@ -34391,6 +34391,31 @@ simply on the size of the support.")
|
||||||
(description "This collection provides support packages for Polish.")
|
(description "This collection provides support packages for Polish.")
|
||||||
(license (license:fsf-free "https://www.tug.org/texlive/copying.html"))))
|
(license (license:fsf-free "https://www.tug.org/texlive/copying.html"))))
|
||||||
|
|
||||||
|
(define-public texlive-collection-langportuguese
|
||||||
|
(package
|
||||||
|
(name "texlive-collection-langportuguese")
|
||||||
|
(version (number->string %texlive-revision))
|
||||||
|
(source #f)
|
||||||
|
(build-system trivial-build-system)
|
||||||
|
(arguments (list #:builder #~(mkdir #$output)))
|
||||||
|
(propagated-inputs
|
||||||
|
(list texlive-babel-portuges
|
||||||
|
texlive-beamer-tut-pt
|
||||||
|
texlive-collection-basic
|
||||||
|
texlive-cursolatex
|
||||||
|
texlive-feupphdteses
|
||||||
|
texlive-hyphen-complete
|
||||||
|
texlive-latex-via-exemplos
|
||||||
|
texlive-latexcheat-ptbr
|
||||||
|
texlive-lshort-portuguese
|
||||||
|
texlive-numberpt
|
||||||
|
texlive-ordinalpt
|
||||||
|
texlive-xypic-tut-pt))
|
||||||
|
(home-page "https://www.tug.org/texlive/")
|
||||||
|
(synopsis "Support for Portuguese")
|
||||||
|
(description "This collection provides support packages for Portuguese.")
|
||||||
|
(license (license:fsf-free "https://www.tug.org/texlive/copying.html"))))
|
||||||
|
|
||||||
(define-public texlive-collection-latex
|
(define-public texlive-collection-latex
|
||||||
(package
|
(package
|
||||||
(name "texlive-collection-latex")
|
(name "texlive-collection-latex")
|
||||||
|
|
Reference in a new issue