me
/
guix
Archived
1
0
Fork 0

gnu: Add texlive-eulerpx.

* gnu/packages/tex.scm (texlive-eulerpx): New variable.
master
Nicolas Goaziou 2023-08-29 15:49:31 +02:00
parent 6b4ede4ddd
commit 7d4bcbbfb4
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 20 additions and 0 deletions

View File

@ -81042,6 +81042,26 @@ package has no immediate use for document authors; it only contains
@code{expl3} functions intended for programmers.") @code{expl3} functions intended for programmers.")
(license license:lppl1.3c))) (license license:lppl1.3c)))
(define-public texlive-eulerpx
(package
(name "texlive-eulerpx")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/fonts/eulerpx/" "tex/latex/eulerpx/")
(base32
"1lwyi35vzx21cg9kmg94c9z73af3dqf63klzzs86ahbz4f7lvp66")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/eulerpx")
(synopsis "Modern interface for the Euler math fonts")
(description
"This package provides the @code{eulerpx} font, which started as a hybrid of
multiple other font packages, notably @code{eulervm} and @code{newpxmath}.
This package was put together with the intent to use it with the Palatino and
Optima fonts, but it may work with other combinations, too.")
(license license:lppl1.3+)))
;;; ;;;
;;; Avoid adding new packages to the end of this file. To reduce the chances ;;; Avoid adding new packages to the end of this file. To reduce the chances
;;; of a merge conflict, place them above by existing packages with similar ;;; of a merge conflict, place them above by existing packages with similar