[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
132/245: gnu: Add texlive-mathsemantics.
From: |
guix-commits |
Subject: |
132/245: gnu: Add texlive-mathsemantics. |
Date: |
Sun, 30 Jul 2023 13:46:51 -0400 (EDT) |
ngz pushed a commit to branch master
in repository guix.
commit 98206c123b1b2b20aa36b9a25154b08077b81337
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sun Jul 30 16:30:29 2023 +0200
gnu: Add texlive-mathsemantics.
* gnu/packages/tex.scm (texlive-mathsemantics): 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 065b3a1cf6..b638657644 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -4604,6 +4604,29 @@ for typeseting sets of type inference rules or typing
derivations.")
semicolons in mathematical expressions.")
(license license:bsd-2)))
+(define-public texlive-mathsemantics
+ (package
+ (name "texlive-mathsemantics")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/mathsemantics/"
+ "tex/latex/mathsemantics/")
+ (base32
+ "06p4i9nx8sh3dv2nzq3vk1m36nshxgalr8c6660ns9kbhraprkbp")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/mathsemantics")
+ (synopsis "Semantic math commands in LaTeX")
+ (description
+ "This LaTeX package provides both syntactic and semantic helpers to
+typeset mathematics in LaTeX. The syntactic layer eases typesetting of
+formulae in general, while the semantic layer provides commands like
+@code{\\inner@{x@}@{y@}} to unify typesetting of inner products. These not
+only unify typesetting of math formulae but also allow to easily adapt
+notation if a user prefers to. The semantic layer is split into topics.")
+ (license license:expat)))
+
(define-public texlive-bibtex8
(package
(name "texlive-bibtex8")
- 112/245: gnu: Add texlive-isomath., (continued)
- 112/245: gnu: Add texlive-isomath., guix-commits, 2023/07/30
- 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 <=
- 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, 2023/07/30
- 146/245: gnu: Add texlive-multiobjective., guix-commits, 2023/07/30
- 150/245: gnu: Add texlive-natded., guix-commits, 2023/07/30