From 03bce78042881185e27a8efe072e9750a820f410 Mon Sep 17 00:00:00 2001 From: Nicolas Goaziou Date: Mon, 14 Aug 2023 10:21:14 +0200 Subject: [PATCH] gnu: Add texlive-pst-graphicx. * gnu/packages/tex.scm (texlive-pst-graphicx): New variable. --- gnu/packages/tex.scm | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm index 03e5b52ed7..6f2d55a2c0 100644 --- a/gnu/packages/tex.scm +++ b/gnu/packages/tex.scm @@ -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")