[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")
- 189/245: gnu: Add texlive-rmathbr., (continued)
- 189/245: gnu: Add texlive-rmathbr., guix-commits, 2023/07/30
- 217/245: gnu: Add texlive-subsupscripts., guix-commits, 2023/07/30
- 205/245: gnu: Add texlive-spalign., guix-commits, 2023/07/30
- 119/245: gnu: Add texlive-letterswitharrows., guix-commits, 2023/07/30
- 122/245: gnu: Add texlive-longdivision., guix-commits, 2023/07/30
- 113/245: gnu: Add texlive-jkmath., guix-commits, 2023/07/30
- 118/245: gnu: Add texlive-kvmap., guix-commits, 2023/07/30
- 115/245: gnu: Add texlive-karnaugh., guix-commits, 2023/07/30
- 103/245: gnu: Add texlive-hep-reference., guix-commits, 2023/07/30
- 123/245: gnu: Add texlive-lpform., guix-commits, 2023/07/30
- 130/245: gnu: Add texlive-mathpartir.,
guix-commits <=
- 138/245: gnu: Add texlive-memorygraphs., guix-commits, 2023/07/30
- 134/245: gnu: Add texlive-matrix-skeleton., guix-commits, 2023/07/30
- 144/245: gnu: Add texlive-miller., guix-commits, 2023/07/30
- 140/245: gnu: Add texlive-mgltex., guix-commits, 2023/07/30
- 142/245: gnu: Add texlive-mhchem., guix-commits, 2023/07/30
- 141/245: gnu: Add texlive-chemgreek., guix-commits, 2023/07/30
- 147/245: gnu: Add texlive-filecontentsdef., guix-commits, 2023/07/30
- 153/245: gnu: Add texlive-nicematrix., guix-commits, 2023/07/30
- 148/245: gnu: Add texlive-naive-ebnf., guix-commits, 2023/07/30
- 154/245: gnu: Add texlive-nuc., guix-commits, 2023/07/30