[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
151/245: gnu: Add texlive-nath.
From: |
guix-commits |
Subject: |
151/245: gnu: Add texlive-nath. |
Date: |
Sun, 30 Jul 2023 13:46:54 -0400 (EDT) |
ngz pushed a commit to branch master
in repository guix.
commit 2ff67d9a8bc9dd8ffad22b4f4872156234f891e8
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sun Jul 30 16:34:57 2023 +0200
gnu: Add texlive-nath.
* gnu/packages/tex.scm (texlive-nath): New variable.
---
gnu/packages/tex.scm | 24 ++++++++++++++++++++++++
1 file changed, 24 insertions(+)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 1f2426163d..61a0428b17 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -5051,6 +5051,30 @@ Form (EBNF) notation.")
or that of Kalish and Montague.")
(license license:lppl1.3+)))
+(define-public texlive-nath
+ (package
+ (name "texlive-nath")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/nath/" "tex/latex/nath/")
+ (base32
+ "0dq9hb3gbqak6406x8av9zig4pc7kxasa3ak0fr50hx4fvfa6v8q")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/nath")
+ (synopsis "Natural mathematics notation")
+ (description
+ "Nath is a LaTeX style to separate presentation and content in
+mathematical typography. The style delivers a particular context-dependent
+presentation on the basis of a rather coarse context-independent notation.
+Highlighted features: depending on the context, the command @code{\\frac}
+produces either built-up or case or solidus fractions, with parentheses added
+whenever required for preservation of the mathematical meaning; delimiters
+adapt their size to the material enclosed, rendering @code{\\left} and
+@code{\\right} almost obsolete.")
+ (license license:gpl3+)))
+
(define-public texlive-bibtex8
(package
(name "texlive-bibtex8")
- 142/245: gnu: Add texlive-mhchem., (continued)
- 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
- 149/245: gnu: Add texlive-namedtensor., guix-commits, 2023/07/30
- 152/245: gnu: Add texlive-nchairx., guix-commits, 2023/07/30
- 156/245: gnu: Add texlive-numerica., guix-commits, 2023/07/30
- 157/245: gnu: Add texlive-numerica-plus., guix-commits, 2023/07/30
- 151/245: gnu: Add texlive-nath.,
guix-commits <=
- 155/245: gnu: Add texlive-nucleardata., guix-commits, 2023/07/30
- 167/245: gnu: Add texlive-physconst., guix-commits, 2023/07/30
- 163/245: gnu: Add texlive-overarrows., guix-commits, 2023/07/30
- 172/245: gnu: Add texlive-polexpr., guix-commits, 2023/07/30
- 169/245: gnu: Add texlive-physunits., guix-commits, 2023/07/30
- 166/245: gnu: Add texlive-pfdicons., guix-commits, 2023/07/30
- 174/245: gnu: Add texlive-principia., guix-commits, 2023/07/30
- 164/245: gnu: Add texlive-pascaltriangle., guix-commits, 2023/07/30
- 171/245: gnu: Add texlive-pm-isomath., guix-commits, 2023/07/30
- 244/245: gnu: Add texlive-zx-calculus., guix-commits, 2023/07/30