[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
145/245: gnu: Add texlive-mismath.
From: |
guix-commits |
Subject: |
145/245: gnu: Add texlive-mismath. |
Date: |
Sun, 30 Jul 2023 13:46:53 -0400 (EDT) |
ngz pushed a commit to branch master
in repository guix.
commit c60a378dca5c40e9c91c20019f356ac4ae257e99
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sun Jul 30 16:33:23 2023 +0200
gnu: Add texlive-mismath.
* gnu/packages/tex.scm (texlive-mismath): 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 1f19611c4a..146e62c839 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -4920,6 +4920,29 @@ with an easy syntax. Minus signs are printed as bar
above the corresponding
number.")
(license license:lppl)))
+(define-public texlive-mismath
+ (package
+ (name "texlive-mismath")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/mismath/" "source/latex/mismath/"
+ "tex/latex/mismath/")
+ (base32
+ "1wsy9219aq7q79f34vr2ykgnrlq8z057wkvjq1ca0194v8z2ypnf")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/mismath")
+ (synopsis "Miscellaneous mathematical macros")
+ (description
+ "The package provides some mathematical macros to typeset: mathematical
+constants @samp{e}, @samp{i}, @samp{p} in upright shape (automatically) as
+recommended by ISO 80000-2, vectors with beautiful arrows and adjusted norm,
+some standard operator names, improved spacings in mathematical formulas,
+systems of equations and small matrices, @code{displaymath} in double columns
+for long calculations.")
+ (license license:lppl1.3+)))
+
(define-public texlive-bibtex8
(package
(name "texlive-bibtex8")
- 128/245: gnu: Add texlive-mathfixs., (continued)
- 128/245: gnu: Add texlive-mathfixs., guix-commits, 2023/07/30
- 124/245: gnu: Add texlive-lplfitch., guix-commits, 2023/07/30
- 132/245: gnu: Add texlive-mathsemantics., guix-commits, 2023/07/30
- 137/245: gnu: Add texlive-membranecomputing., guix-commits, 2023/07/30
- 136/245: gnu: Add texlive-mecaso., guix-commits, 2023/07/30
- 135/245: gnu: Add texlive-mattens., guix-commits, 2023/07/30
- 139/245: gnu: Add texlive-messagepassing., guix-commits, 2023/07/30
- 133/245: gnu: Add texlive-matlab-prettifier., guix-commits, 2023/07/30
- 143/245: gnu: Add texlive-mhequ., guix-commits, 2023/07/30
- 159/245: gnu: Add texlive-objectz., guix-commits, 2023/07/30
- 145/245: gnu: Add texlive-mismath.,
guix-commits <=
- 146/245: gnu: Add texlive-multiobjective., guix-commits, 2023/07/30
- 150/245: gnu: Add texlive-natded., guix-commits, 2023/07/30
- 160/245: gnu: Add texlive-oplotsymbl., guix-commits, 2023/07/30
- 173/245: gnu: Add texlive-prftree., guix-commits, 2023/07/30
- 176/245: gnu: Add texlive-proof-at-the-end., guix-commits, 2023/07/30
- 161/245: gnu: Add texlive-ot-tableau., guix-commits, 2023/07/30
- 178/245: gnu: Add texlive-pseudo., guix-commits, 2023/07/30
- 162/245: gnu: Add texlive-oubraces., guix-commits, 2023/07/30
- 170/245: gnu: Add texlive-pinoutikz., guix-commits, 2023/07/30
- 175/245: gnu: Add texlive-proba., guix-commits, 2023/07/30