[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
112/245: gnu: Add texlive-isomath.
From: |
guix-commits |
Subject: |
112/245: gnu: Add texlive-isomath. |
Date: |
Sun, 30 Jul 2023 13:46:47 -0400 (EDT) |
ngz pushed a commit to branch master
in repository guix.
commit 1603f5a22ec4b42bcbbe0f371b6c2aa1d1a6f8ec
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sun Jul 30 16:26:06 2023 +0200
gnu: Add texlive-isomath.
* gnu/packages/tex.scm (texlive-isomath): New variable.
---
gnu/packages/tex.scm | 22 ++++++++++++++++++++++
1 file changed, 22 insertions(+)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index d14d9bc7c9..8ba2447855 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -4166,6 +4166,28 @@ Finally, an @emph{e} starts the exponent of the number.
For example,
@samp{$21e6$} may be output as @samp{$26\\times10\\,^@{6@}$}.")
(license license:gpl3+)))
+(define-public texlive-isomath
+ (package
+ (name "texlive-isomath")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/isomath/" "tex/latex/isomath/")
+ (base32
+ "1jjz2hp9g6swjfbcd43j12dvsvgwgfid6v6lf3n1c87aq6jqx8ly")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/isomath")
+ (synopsis "Mathematics style for science and technology")
+ (description
+ "The package provides tools for a mathematical style that conforms to the
+International Standard ISO 80000-2 and is common in science and technology.
+It changes the default shape of capital Greek letters to italic, sets up bold
+italic and sans-serif bold italic math alphabets with Latin and Greek
+characters, and defines macros for markup of vector, matrix and tensor
+symbols.")
+ (license license:lppl)))
+
(define-public texlive-bibtex8
(package
(name "texlive-bibtex8")
- 114/245: gnu: Add texlive-jupynotex., (continued)
- 114/245: gnu: Add texlive-jupynotex., guix-commits, 2023/07/30
- 38/245: gnu: Add texlive-chemexec., guix-commits, 2023/07/30
- 29/245: gnu: Add texlive-bytefield., guix-commits, 2023/07/30
- 41/245: gnu: Add texlive-chemnum., guix-commits, 2023/07/30
- 120/245: gnu: Add texlive-lie-hasse., guix-commits, 2023/07/30
- 108/245: gnu: Add texlive-ibrackets., guix-commits, 2023/07/30
- 116/245: gnu: Add texlive-karnaugh-map., guix-commits, 2023/07/30
- 69/245: gnu: Add texlive-drawmatrix., guix-commits, 2023/07/30
- 74/245: gnu: Add texlive-eltex., guix-commits, 2023/07/30
- 79/245: gnu: Add texlive-eolang., guix-commits, 2023/07/30
- 112/245: gnu: Add texlive-isomath.,
guix-commits <=
- 107/245: gnu: Add texlive-hepunits., guix-commits, 2023/07/30
- 100/245: gnu: Add texlive-gu., guix-commits, 2023/07/30
- 99/245: gnu: Add texlive-grundgesetze., guix-commits, 2023/07/30
- 110/245: gnu: Add texlive-interval., guix-commits, 2023/07/30
- 126/245: gnu: Add texlive-mathcommand., guix-commits, 2023/07/30
- 127/245: gnu: Add texlive-mathcomp., guix-commits, 2023/07/30
- 125/245: gnu: Add texlive-lstbayes., guix-commits, 2023/07/30
- 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