me
/
guix
Archived
1
0
Fork 0

gnu: Add texlive-pst-graphicx.

* gnu/packages/tex.scm (texlive-pst-graphicx): New variable.
Nicolas Goaziou 2023-08-14 10:21:14 +02:00
parent 448b15fae7
commit 03bce78042
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 20 additions and 0 deletions

View File

@ -33194,6 +33194,26 @@ and HSB models are supported. Other colour gradient mechanisms are to be
found in package @code{pst-slpe}.")
(license license:lppl)))
(define-public texlive-pst-graphicx
(package
(name "texlive-pst-graphicx")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/generic/pst-graphicx/"
"tex/generic/pst-graphicx/")
(base32
"0x1053a92hi1msbmw7s0222k0vfg28172qrinz3hdv94igaxi38q")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/pst-graphicx")
(synopsis "PSTricks-compatible @code{graphicx} for use with Plain TeX")
(description
"The package provides a version of @code{graphicx} that avoids loading
the graphics bundle's (original) @code{keyval} package, which clashes with
PSTricks use of @code{xkeyval}.")
(license license:lppl)))
(define-public texlive-pst-text
(package
(name "texlive-pst-text")