gnu: Add texlive-collection-langspanish.
* gnu/packages/tex.scm (texlive-collection-langspanish): New variable.
parent
d5c6222958
commit
6f321c0de4
|
@ -34548,6 +34548,29 @@ simply on the size of the support.")
|
|||
(description "This collection provides support packages for Portuguese.")
|
||||
(license (license:fsf-free "https://www.tug.org/texlive/copying.html"))))
|
||||
|
||||
(define-public texlive-collection-langspanish
|
||||
(package
|
||||
(name "texlive-collection-langspanish")
|
||||
(version (number->string %texlive-revision))
|
||||
(source #f)
|
||||
(build-system trivial-build-system)
|
||||
(arguments (list #:builder #~(mkdir #$output)))
|
||||
(propagated-inputs
|
||||
(list texlive-babel-catalan
|
||||
texlive-babel-galician
|
||||
texlive-babel-spanish
|
||||
texlive-collection-basic
|
||||
texlive-es-tex-faq
|
||||
texlive-hyphen-complete
|
||||
texlive-l2tabu-spanish
|
||||
texlive-latex2e-help-texinfo-spanish
|
||||
texlive-latexcheat-esmx
|
||||
texlive-lshort-spanish))
|
||||
(home-page "https://www.tug.org/texlive/")
|
||||
(synopsis "Support for Spanish")
|
||||
(description "This collection provides support packages for Spanish.")
|
||||
(license (license:fsf-free "https://www.tug.org/texlive/copying.html"))))
|
||||
|
||||
(define-public texlive-collection-latex
|
||||
(package
|
||||
(name "texlive-collection-latex")
|
||||
|
|
Reference in New Issue