[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
238/243: gnu: Add texlive-l2tabu-spanish.
From: |
guix-commits |
Subject: |
238/243: gnu: Add texlive-l2tabu-spanish. |
Date: |
Fri, 11 Aug 2023 08:46:29 -0400 (EDT) |
ngz pushed a commit to branch master
in repository guix.
commit 426d4f8195d4d050608aa398859ae0a0bdbb4de8
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Fri Aug 11 00:32:28 2023 +0200
gnu: Add texlive-l2tabu-spanish.
* gnu/packages/tex.scm (texlive-l2tabu-spanish): New variable.
---
gnu/packages/tex.scm | 19 +++++++++++++++++++
1 file changed, 19 insertions(+)
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")
- 231/243: gnu: Add texlive-numberpt., (continued)
- 231/243: gnu: Add texlive-numberpt., guix-commits, 2023/08/11
- 237/243: gnu: Add texlive-es-tex-faq., guix-commits, 2023/08/11
- 221/243: gnu: Add texlive-tap., guix-commits, 2023/08/11
- 211/243: gnu: Add texlive-pl., guix-commits, 2023/08/11
- 96/243: gnu: Add texlive-babel-samin., guix-commits, 2023/08/11
- 205/243: gnu: Add texlive-latex4wp-it., guix-commits, 2023/08/11
- 189/243: gnu: Add texlive-translation-moreverb-de., guix-commits, 2023/08/11
- 196/243: gnu: Add texlive-amsmath-it., guix-commits, 2023/08/11
- 194/243: gnu: Add texlive-collection-langgerman., guix-commits, 2023/08/11
- 197/243: gnu: Add texlive-amsthdoc-it., guix-commits, 2023/08/11
- 238/243: gnu: Add texlive-l2tabu-spanish.,
guix-commits <=
- 218/243: gnu: Add texlive-polski., guix-commits, 2023/08/11
- 100/243: gnu: Add texlive-babel-welsh., guix-commits, 2023/08/11
- 92/243: gnu: Add texlive-babel-occitan., guix-commits, 2023/08/11
- 98/243: gnu: Add texlive-babel-slovenian., guix-commits, 2023/08/11
- 105/243: gnu: Add texlive-hulipsum., guix-commits, 2023/08/11
- 95/243: gnu: Add texlive-babel-romansh., guix-commits, 2023/08/11
- 120/243: gnu: Add texlive-apprends-latex., guix-commits, 2023/08/11
- 121/243: gnu: Add texlive-basque-book., guix-commits, 2023/08/11
- 126/243: gnu: Add texlive-droit-fr., guix-commits, 2023/08/11
- 134/243: gnu: Add texlive-frpseudocode., guix-commits, 2023/08/11