guix-commits
[Top][All Lists]
Advanced

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

130/245: gnu: Add texlive-mathpartir.


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

ngz pushed a commit to branch master
in repository guix.

commit 32523ddf4d266b18911dc1aa07d375e9cffb2efe
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sun Jul 30 16:30:06 2023 +0200

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

diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 42c19970fe..f4f1c7063f 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -4558,6 +4558,33 @@ maths mode.")
     ;; The license is basically CC-BY.
     (license (license:fsf-free "file://tex/generic/mathlig/mathlig.tex"))))
 
+(define-public texlive-mathpartir
+  (package
+    (name "texlive-mathpartir")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "doc/latex/mathpartir/"
+                   "source/latex/mathpartir/"
+                   "tex/latex/mathpartir/")
+             (base32
+              "1baadhdxs4rp1qijkwiki2f4w1faarsq3dqy62q7rxs4640mxqa1")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/mathpartir";)
+    (synopsis
+     "Typesetting sequences of math formulas, e.g., type inference rules")
+    (description
+     "The package provides macros for typesetting math formulas in mixed
+horizontal and vertical mode, automatically as best fit.  It provides an
+environment @code{mathpar} that behaves much as a loose centered paragraph
+where words are math formulas, and spaces between them are larger and
+adjustable.  It also provides a macro @code{\\inferrule} for typesetting
+fractions where both the numerator and denominator may be sequences of
+formulas that will be also typeset in a similar way.  It can typically be used
+for typeseting sets of type inference rules or typing derivations.")
+    (license license:gpl2)))
+
 (define-public texlive-bibtex8
   (package
     (name "texlive-bibtex8")



reply via email to

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