guix-commits
[Top][All Lists]
Advanced

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

57/245: gnu: Add texlive-correctmathalign.


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

ngz pushed a commit to branch master
in repository guix.

commit 1993fa8d1dd9f44acc19b25ccde70cfc01b7bdfa
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sun Jul 30 15:48:38 2023 +0200

    gnu: Add texlive-correctmathalign.
    
    * gnu/packages/tex.scm (texlive-correctmathalign): 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 0d2af1386a..e3ade7313e 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -2758,6 +2758,25 @@ systems of continued equalities (or inequalities).  
Several variant layouts of
 the equalities are provided, and the user may define their own.")
     (license license:lppl1.3+)))
 
+(define-public texlive-correctmathalign
+  (package
+    (name "texlive-correctmathalign")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "doc/latex/correctmathalign/"
+                   "tex/latex/correctmathalign/")
+             (base32
+              "1zqla0gjv1b3x3z6g6fdb89c66ny7agshfmcsjjg42vlkz17ianm")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/correctmathalign";)
+    (synopsis "Correct spacing of the alignment in expressions")
+    (description
+     "This package realigns the horizontal spacing of the alignments in some
+mathematical environments.")
+    (license license:bsd-2)))
+
 (define-public texlive-crossrefenum
   (package
     (name "texlive-crossrefenum")



reply via email to

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