diff options
author | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2023-08-11 00:34:22 +0200 |
---|---|---|
committer | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2023-08-11 14:40:10 +0200 |
commit | d5c62229587a658f5161fd6782b6091434fad07e (patch) | |
tree | 4bc8526037b64e649144111c7e583030d5cdf9de | |
parent | cac2547aa8b688a402a82761aa8884e089cb1dab (diff) |
gnu: Add texlive-lshort-spanish.
* gnu/packages/tex.scm (texlive-lshort-spanish): New variable.
-rw-r--r-- | gnu/packages/tex.scm | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm index 61c0df25e2..f5a89794e4 100644 --- a/gnu/packages/tex.scm +++ b/gnu/packages/tex.scm @@ -5963,6 +5963,24 @@ Short Introduction to LaTeX2e}.") Short Introduction to LaTeX2e}.") (license license:gpl3+))) +(define-public texlive-lshort-spanish + (package + (name "texlive-lshort-spanish") + (version (number->string %texlive-revision)) + (source (texlive-origin + name version + (list "doc/latex/lshort-spanish/") + (base32 + "0ls50syrg3dl5dl5a3fi33cr9j990l2xr6pribn1vqglsqrh191l"))) + (outputs '("out" "doc")) + (build-system texlive-build-system) + (home-page "https://ctan.org/pkg/lshort-spanish") + (synopsis "Short introduction to LaTeX, in Spanish") + (description + "This package provides a Spanish translation of the @emph{(Not So) Short +Introduction to LaTeX2e}.") + (license license:gpl3+))) + (define-public texlive-lshort-turkish (package (name "texlive-lshort-turkish") |