guix-commits
[Top][All Lists]
Advanced

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

50/93: gnu: Add texlive-namedef.


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

ngz pushed a commit to branch master
in repository guix.

commit 71a23462d9526bf383494016bc868b82ea88129f
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Thu Jul 20 10:56:34 2023 +0200

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

diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 9c6eff6e8a..94696d721d 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -3145,6 +3145,29 @@ a division operation without destroying the values of 
the counters containing
 the dividend and divisor.")
     (license license:lppl1.3c)))
 
+(define-public texlive-namedef
+  (package
+    (name "texlive-namedef")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "doc/generic/namedef/"
+                   "source/generic/namedef/"
+                   "tex/generic/namedef/")
+             (base32
+              "1rc97c8zn1gb1cfqf70q5iphnbkgay4xmw1a2h55kc9wj4ql2j5d")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (propagated-inputs (list texlive-l3kernel))
+    (home-page "https://ctan.org/pkg/namedef";)
+    (synopsis "TeX definitions with named parameters")
+    (description
+     "This package provides a prefix @code{\\named} to be used in TeX
+definitions so that parameters can be identified by their name rather than by
+number, giving parameters a semantic rather than syntactic meaning, making it
+easy to understand long definitions.")
+    (license license:lppl1.3c)))
+
 (define-public texlive-tex
   (package
     (name "texlive-tex")



reply via email to

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