diff options
author | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2023-08-11 00:32:28 +0200 |
---|---|---|
committer | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2023-08-11 14:40:09 +0200 |
commit | 426d4f8195d4d050608aa398859ae0a0bdbb4de8 (patch) | |
tree | 645809ca16ac61101e2a88f10d21423f4b37b617 /gnu/packages | |
parent | e6fe33f093c3d80cd8ef83fcadcc134cfbe70444 (diff) | |
download | guix-426d4f8195d4d050608aa398859ae0a0bdbb4de8.tar.gz |
gnu: Add texlive-l2tabu-spanish.
* gnu/packages/tex.scm (texlive-l2tabu-spanish): New variable.
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/tex.scm | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm index 81b5e4f34d..a9ddac432d 100644 --- a/gnu/packages/tex.scm +++ b/gnu/packages/tex.scm @@ -5450,6 +5450,25 @@ practical guide to LaTeX2e by Mark Trettin. It focuses on obsolete packages and commands.") (license license:fdl1.2+))) +(define-public texlive-l2tabu-spanish + (package + (name "texlive-l2tabu-spanish") + (version (number->string %texlive-revision)) + (source (texlive-origin + name version + (list "doc/latex/l2tabu-spanish/") + (base32 + "1p83xflgv8x7nq9mylh468zn3hz5pv3zxprc63q51fwx0ylxfdbk"))) + (outputs '("out" "doc")) + (build-system texlive-build-system) + (home-page "https://ctan.org/pkg/l2tabu-spanish") + (synopsis "Spanish translation of @emph{Obsolete packages and commands}") + (description + "This package provides a Spanish translation of the @emph{l2tabu} +practical guide to LaTeX2e by Mark Trettin. It focuses on obsolete packages +and commands.") + (license license:public-domain))) + (define-public texlive-latex2e-help-texinfo-fr (package (name "texlive-latex2e-help-texinfo-fr") |