me
/
guix
Archived
1
0
Fork 0

gnu: Add texlive-pxgreeks.

* gnu/packages/tex.scm (texlive-pxgreeks): New variable.
master
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
1 changed files with 24 additions and 0 deletions

View File

@ -93229,6 +93229,30 @@ represent sequence of game moves with their associated justification
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