guix-commits
[Top][All Lists]
Advanced

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

62/245: gnu: Add texlive-delim.


From: guix-commits
Subject: 62/245: gnu: Add texlive-delim.
Date: Sun, 30 Jul 2023 13:46:38 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit 24df5b8ab46af693269660eb32225a1250747da3
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sun Jul 30 15:49:44 2023 +0200

    gnu: Add texlive-delim.
    
    * gnu/packages/tex.scm (texlive-delim): 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 8bc28a7629..665eb74794 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -2928,6 +2928,25 @@ labels and captions to be added seamlessly.  It is also 
possible to place
 multiple DMN tables in one table/figure environment.")
     (license license:lppl1.3c)))
 
+(define-public texlive-delim
+  (package
+    (name "texlive-delim")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "doc/latex/delim/" "source/latex/delim/"
+                   "tex/latex/delim/")
+             (base32
+              "12h0zqn46yrqf079a6k939g3pv843rs417va4g2r39rhb2fvh6r8")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/delim";)
+    (synopsis "Simplify typesetting mathematical delimiters")
+    (description
+     "The package permits simpler control of delimiters without excessive use
+of @code{\\big} commands and the like.")
+    (license license:lppl1.2+)))
+
 (define-public texlive-dinat
   (package
     (name "texlive-dinat")



reply via email to

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