mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-14 07:00:32 -05:00
gnu: Add texlive-latex2e-help-texinfo-spanish.
* gnu/packages/tex.scm (texlive-latex2e-help-texinfo-spanish): New variable.
This commit is contained in:
parent
426d4f8195
commit
94aa4b1b18
1 changed files with 19 additions and 0 deletions
|
@ -5488,6 +5488,25 @@ (define-public texlive-latex2e-help-texinfo-fr
|
|||
@code{latex2e-help-texinfo}.")
|
||||
(license license:public-domain)))
|
||||
|
||||
(define-public texlive-latex2e-help-texinfo-spanish
|
||||
(package
|
||||
(name "texlive-latex2e-help-texinfo-spanish")
|
||||
(version (number->string %texlive-revision))
|
||||
(source (texlive-origin
|
||||
name version
|
||||
(list "doc/info/latex2e-es.info"
|
||||
"doc/latex/latex2e-help-texinfo-spanish/")
|
||||
(base32
|
||||
"1v3wa99phdmsiajbq0ad4h939cpwjwzpq88h6s0796h5fr34hrvq")))
|
||||
(outputs '("out" "doc"))
|
||||
(build-system texlive-build-system)
|
||||
(home-page "https://ctan.org/pkg/latex2e-help-texinfo")
|
||||
(synopsis "Spanish translation of @code{latex2e-help-texinfo}")
|
||||
(description
|
||||
"This package provides a complete Spanish translation of
|
||||
@code{latex2e-help-texinfo}.")
|
||||
(license license:public-domain)))
|
||||
|
||||
(define-public texlive-latexcheat-de
|
||||
(package
|
||||
(name "texlive-latexcheat-de")
|
||||
|
|
Loading…
Reference in a new issue