ngz pushed a commit to branch master
in repository guix.
commit f4bb24aa3740e1ea16a2990583b193f2d27c0cc1
Author: Nicolas Goaziou <[email protected]>
AuthorDate: Mon Aug 21 12:54:16 2023 +0200
gnu: Add texlive-pxtxalfa.
* gnu/packages/tex.scm (texlive-pxtxalfa): 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 4573766028..4b9bd6b5c7 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -21913,6 +21913,29 @@ several variants of each glyph, and uses the OpenType
randomize function to
select a variant for each invocation.")
(license license:knuth)))
+(define-public texlive-pxtxalfa
+ (package
+ (name "texlive-pxtxalfa")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/fonts/pxtxalfa/"
+ "fonts/tfm/public/pxtxalfa/"
+ "fonts/vf/public/pxtxalfa/"
+ "tex/latex/pxtxalfa/")
+ (base32
+ "1zanrgazaffpby6jmfncyq2g4sgi23p27wi2dx18zp0350ai55ia")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/pxtxalfa")
+ (synopsis
+ "Virtual maths alphabets based on @code{pxfonts} and @code{txfonts}")
+ (description
+ "The package provides virtual math alphabets based on @code{pxfonts} and
+@code{txfonts}, with LaTeX support files and adjusted metrics. The
+@code{mathalpha} package offers support for this collection.")
+ (license license:lppl)))
+
(define-public texlive-pythonhighlight
(package
(name "texlive-pythonhighlight")