diff options
author | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2023-08-10 09:18:26 +0200 |
---|---|---|
committer | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2023-08-11 14:39:40 +0200 |
commit | 00645ea7c08b6c79207f6478c85e309524500935 (patch) | |
tree | eea1295b9a1e313d444c117f4782d201c7aab297 /gnu/packages | |
parent | d1993f02c207fe2ff59fcb5c5bfb53978dfe9ded (diff) |
gnu: Add texlive-l2tabu-french.
* gnu/packages/tex.scm (texlive-l2tabu-french): 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 6e22c5d956..d45a60ce3a 100644 --- a/gnu/packages/tex.scm +++ b/gnu/packages/tex.scm @@ -5145,6 +5145,25 @@ practical guide to LaTeX2e by Mark Trettin. It focuses on obsolete packages and commands.") (license license:fdl1.2+))) +(define-public texlive-l2tabu-french + (package + (name "texlive-l2tabu-french") + (version (number->string %texlive-revision)) + (source (texlive-origin + name version + (list "doc/latex/l2tabu-french/") + (base32 + "0c6fbmgwv2adlxbhl1shvpa1w6xd36gmrwvkjgdp9xc3q999l4dj"))) + (outputs '("out" "doc")) + (build-system texlive-build-system) + (home-page "https://ctan.org/pkg/l2tabu-french") + (synopsis "English translation of @emph{Obsolete packages and commands}") + (description + "This package provides a French 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-letterswitharrows (package (name "texlive-letterswitharrows") |