[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
117/306: gnu: Add texlive-euler-math.
From: |
guix-commits |
Subject: |
117/306: gnu: Add texlive-euler-math. |
Date: |
Mon, 21 Aug 2023 10:35:57 -0400 (EDT) |
ngz pushed a commit to branch master
in repository guix.
commit 89b198c369ff153e559b8d4dc48c1743ab122245
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Mon Aug 21 12:15:24 2023 +0200
gnu: Add texlive-euler-math.
* gnu/packages/tex.scm (texlive-euler-math): New variable.
---
gnu/packages/tex.scm | 21 +++++++++++++++++++++
1 file changed, 21 insertions(+)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 2f6e299706..aac0a16b90 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -11546,6 +11546,27 @@ ellipsograph. This package extends the
functionalities of the @code{curve2e}
package.")
(license license:lppl1.3c)))
+(define-public texlive-euler-math
+ (package
+ (name "texlive-euler-math")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/fonts/euler-math/"
+ "fonts/opentype/public/euler-math/"
+ "tex/latex/euler-math/")
+ (base32
+ "01vj4nqmac078176m3cj97lx4nnrs395208vxc6671c90fvirg1s")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/euler-math")
+ (synopsis "OpenType version of Hermann Zapf's Euler maths font")
+ (description
+ "@file{Euler-Math.otf} is an OpenType version of Hermann Zapf's Euler
+maths font. A style file @file{euler-math.sty} is provided as a replacement
+of the @code{eulervm} package for LuaLaTeX and XeLaTeX users.")
+ (license (list license:silofl1.1 license:lppl1.3+))))
+
(define-public texlive-evangelion-jfm
(package
(name "texlive-evangelion-jfm")
- 96/306: gnu: Add texlive-duerer-latex., (continued)
- 96/306: gnu: Add texlive-duerer-latex., guix-commits, 2023/08/21
- 97/306: gnu: Add texlive-dutchcal., guix-commits, 2023/08/21
- 129/306: gnu: Add texlive-fontawesome5., guix-commits, 2023/08/21
- 80/306: gnu: Add texlive-crimsonpro., guix-commits, 2023/08/21
- 85/306: gnu: Add texlive-dejavu-otf., guix-commits, 2023/08/21
- 83/306: gnu: Add texlive-dancers., guix-commits, 2023/08/21
- 101/306: gnu: Add texlive-ecc., guix-commits, 2023/08/21
- 104/306: gnu: Add texlive-eiad., guix-commits, 2023/08/21
- 111/306: gnu: Add texlive-erewhon., guix-commits, 2023/08/21
- 115/306: gnu: Add texlive-esvect., guix-commits, 2023/08/21
- 117/306: gnu: Add texlive-euler-math.,
guix-commits <=
- 122/306: gnu: Add texlive-feyn., guix-commits, 2023/08/21
- 127/306: gnu: Add texlive-fonetika., guix-commits, 2023/08/21
- 133/306: gnu: Add texlive-frcursive., guix-commits, 2023/08/21
- 137/306: gnu: Add texlive-garamond-math., guix-commits, 2023/08/21
- 140/306: gnu: Add texlive-gfsbodoni., guix-commits, 2023/08/21
- 141/306: gnu: Add texlive-gfscomplutum., guix-commits, 2023/08/21
- 142/306: gnu: Add texlive-gfsdidot., guix-commits, 2023/08/21
- 143/306: gnu: Add texlive-gfsdidotclassic., guix-commits, 2023/08/21
- 145/306: gnu: Add texlive-gfsneohellenicmath., guix-commits, 2023/08/21
- 147/306: gnu: Add texlive-gillcm., guix-commits, 2023/08/21