diff options
author | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2023-08-11 00:15:29 +0200 |
---|---|---|
committer | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2023-08-11 14:39:58 +0200 |
commit | 44dcf8aa96bfd82e6c5fc5a7b8b61ad43f81d2b8 (patch) | |
tree | 35da642285ec60f27392891ae4cd842b11105594 /gnu | |
parent | 65ddb638fa105a47e0c0a1f5062dbecf8ab3af49 (diff) | |
download | guix-44dcf8aa96bfd82e6c5fc5a7b8b61ad43f81d2b8.tar.gz |
gnu: Add texlive-l2tabu-italian.
* gnu/packages/tex.scm (texlive-l2tabu-italian): New variable.
Diffstat (limited to 'gnu')
-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 ecc2cad4f9..03aba411b0 100644 --- a/gnu/packages/tex.scm +++ b/gnu/packages/tex.scm @@ -5390,6 +5390,25 @@ practical guide to LaTeX2e by Mark Trettin. It focuses on obsolete packages and commands.") (license license:fdl1.2+))) +(define-public texlive-l2tabu-italian + (package + (name "texlive-l2tabu-italian") + (version (number->string %texlive-revision)) + (source (texlive-origin + name version + (list "doc/latex/l2tabu-italian/") + (base32 + "0bgfmn5v80rdhs9wmjj6mki29p28ip1d29rmgbw4jh4z6gd4sf22"))) + (outputs '("out" "doc")) + (build-system texlive-build-system) + (home-page "https://ctan.org/pkg/l2tabu-italian") + (synopsis "Italian translation of @emph{Obsolete packages and commands}") + (description + "This package provides an Italian translation of the @emph{l2tabu} +practical guide to LaTeX2e by Mark Trettin. It focuses on obsolete packages +and commands.") + (license license:fdl1.2+))) + (define-public texlive-latex2e-help-texinfo-fr (package (name "texlive-latex2e-help-texinfo-fr") |