guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

32/243: gnu: Add texlive-l2tabu-english.


From: guix-commits
Subject: 32/243: gnu: Add texlive-l2tabu-english.
Date: Fri, 11 Aug 2023 08:45:31 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit aab5ea2519a841a5cf04b8f5c882504295ba8bf5
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Fri Aug 4 12:14:04 2023 +0200

    gnu: Add texlive-l2tabu-english.
    
    * gnu/packages/tex.scm (texlive-l2tabu-english): 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 ef20497067..c6cb8f988b 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -4599,6 +4599,25 @@ It provides a tabular-like input syntax and support for 
drawing bundles
 (implicants) around adjacent values.")
     (license license:lppl1.3c)))
 
+(define-public texlive-l2tabu-english
+  (package
+    (name "texlive-l2tabu-english")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "doc/latex/l2tabu-english/")
+             (base32
+              "0dqmdr3lffhiaq7pg5pn6ia46miwq4nh5vimhd0qbf936amiv1mm")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/l2tabu-english";)
+    (synopsis "English translation of @emph{Obsolete packages and commands}")
+    (description
+     "This package provides an English 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")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]