mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 22:38:07 -05:00
gnu: Add texlive-babel-spanish.
* gnu/packages/tex.scm (texlive-babel-spanish): New variable.
This commit is contained in:
parent
cad37ff3b3
commit
c24e6ae84c
1 changed files with 21 additions and 0 deletions
|
@ -9047,6 +9047,27 @@ (define-public texlive-babel-portuges
|
|||
well as translations to Portuguese of standard LaTeX names.")
|
||||
(license license:lppl1.3+)))
|
||||
|
||||
(define-public texlive-babel-spanish
|
||||
(package
|
||||
(name "texlive-babel-spanish")
|
||||
(version (number->string %texlive-revision))
|
||||
(source (texlive-origin
|
||||
name version
|
||||
(list "doc/generic/babel-spanish/"
|
||||
"source/generic/babel-spanish/"
|
||||
"tex/generic/babel-spanish/")
|
||||
(base32
|
||||
"0nzc4hs91a901cjy2vhpamdw3gyxp7k2lmag9ni8zmy180zncm5g")))
|
||||
(outputs '("out" "doc"))
|
||||
(build-system texlive-build-system)
|
||||
(home-page "https://ctan.org/pkg/babel-spanish")
|
||||
(synopsis "Babel support for Spanish")
|
||||
(description
|
||||
"This bundle provides the means to typeset Spanish text, with the support
|
||||
provided by the LaTeX standard package Babel. Note that separate support is
|
||||
provided for those who wish to typeset Spanish as written in Mexico.")
|
||||
(license license:lppl1.3+)))
|
||||
|
||||
(define-public texlive-babel-swedish
|
||||
(package
|
||||
(name "texlive-babel-swedish")
|
||||
|
|
Loading…
Reference in a new issue