me
/
guix
Archived
1
0
Fork 0

gnu: Add texlive-pxtxalfa.

* gnu/packages/tex.scm (texlive-pxtxalfa): New variable.
Nicolas Goaziou 2023-08-21 12:54:16 +02:00
parent 47a5ed806d
commit f4bb24aa37
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 23 additions and 0 deletions

View File

@ -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")