gnu: Add texlive-pxgreeks.

* gnu/packages/tex.scm (texlive-pxgreeks): New variable.
This commit is contained in:
Nicolas Goaziou 2023-08-29 15:59:09 +02:00
parent 1a3e535f48
commit b93f7bacd4
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -93229,6 +93229,30 @@ (define-public texlive-pstring
pointers.")
(license license:public-domain)))
(define-public texlive-pxgreeks
(package
(name "texlive-pxgreeks")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/pxgreeks/"
"source/latex/pxgreeks/"
"tex/latex/pxgreeks/")
(base32
"1s4bckmniy5paszg6hjqkf7vkj66mc5fpplwlz7xq432k0773xx3")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/pxgreeks")
(synopsis "Shape selection for PX fonts Greek letters")
(description
"The package allows LaTeX maths users of the PX fonts to select the shapes
(italic or upright) for the Greek lowercase and uppercase letters. Once the
shapes for lowercase and uppercase have been selected via a package option,
the @code{\\other} prefix (e.g., @code{\\otheralpha}) allows using the
alternate glyph (as in the fourier package). The @code{pxgreeks} package does
not constrain the text font that may be used in the document.")
(license license:lppl1.3+)))
;;;
;;; 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