me
/
guix
Archived
1
0
Fork 0

gnu: Add texlive-collection-langportuguese.

* gnu/packages/tex.scm (texlive-collection-langportuguese): New variable.
Nicolas Goaziou 2023-08-11 00:30:29 +02:00
parent 38779ca5f3
commit 8fd9d02b6b
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 25 additions and 0 deletions

View File

@ -34391,6 +34391,31 @@ simply on the size of the support.")
(description "This collection provides support packages for Polish.")
(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
(package
(name "texlive-collection-latex")