guix-commits
[Top][All Lists]
Advanced

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

42/93: gnu: Add texlive-lambda-lists.


From: guix-commits
Subject: 42/93: gnu: Add texlive-lambda-lists.
Date: Thu, 20 Jul 2023 05:21:19 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit f1ad95b0ad116e52d4762314c50f4129f7da0974
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Thu Jul 20 10:54:17 2023 +0200

    gnu: Add texlive-lambda-lists.
    
    * gnu/packages/tex.scm (texlive-lambda-lists): New variable.
---
 gnu/packages/tex.scm | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)

diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index be8af6317a..e8de5a9ae8 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -2948,6 +2948,26 @@ for short verbatim; @file{xfig.tex}, for including 
xfig/transfig output in
 a TeX document; and @file{cassette.tex} for setting cassette labels.")
     (license license:public-domain)))
 
+(define-public texlive-lambda-lists
+  (package
+    (name "texlive-lambda-lists")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "doc/plain/lambda-lists/"
+                   "tex/plain/lambda-lists/")
+             (base32
+              "1dlm6yr0z7d2j4wn1i1khf47sf79y4h2aahymm3y11ljr5pg012r")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/lambda-lists";)
+    (synopsis "Lists in ``TeX's mouth''")
+    (description
+     "These list-processing macros avoid the reassignments employed in the
+macros shown in Appendix D of the TeXbook: all the manipulations take place in
+what Knuth is pleased to call ``TeX's mouth''.")
+    (license license:lppl)))
+
 (define-public texlive-tex
   (package
     (name "texlive-tex")



reply via email to

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