ngz pushed a commit to branch master
in repository guix.
commit 875c58be7714b6f54aa545fd86a6fdc1a1f75368
Author: Nicolas Goaziou <[email protected]>
AuthorDate: Mon Aug 21 12:14:46 2023 +0200
gnu: Add texlive-esstix.
* gnu/packages/tex.scm (texlive-esstix): New variable.
---
gnu/packages/tex.scm | 27 +++++++++++++++++++++++++++
1 file changed, 27 insertions(+)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index fb0519f8f0..048c663223 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -11440,6 +11440,33 @@ by Michel Bovani.")
describing relations between ordered pairs, using Metafont.")
(license license:lppl1.3+)))
+(define-public texlive-esstix
+ (package
+ (name "texlive-esstix")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/fonts/esstix/"
+ "fonts/afm/esstix/"
+ "fonts/map/dvips/esstix/"
+ "fonts/tfm/public/esstix/"
+ "fonts/type1/public/esstix/"
+ "fonts/vf/public/esstix/"
+ "tex/latex/esstix/")
+ (base32
+ "1wfl7q6yx7pflzy402ldx7p3zw3xgvgvilrdzv7pm0w937a3qkm9")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/esstix")
+ (synopsis "PostScript versions of the ESSTIX, with macro support")
+ (description
+ "These fonts represent translation to PostScript Type 1 of the ESSTIX
+fonts. ESSTIX seem to have been a precursor to the STIX project. The
+accompanying virtual fonts with customized metrics and LaTeX support files
+allow their use as @code{calligraphic}, @code{fraktur} and
+@code{double-struck} (blackboard bold) in maths mode.")
+ (license license:silofl1.1)))
+
(define-public texlive-euclideangeometry
(package
(name "texlive-euclideangeometry")