guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

50/111: gnu: Add texlive-pst-graphicx.


From: guix-commits
Subject: 50/111: gnu: Add texlive-pst-graphicx.
Date: Mon, 14 Aug 2023 05:04:38 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit 03bce78042881185e27a8efe072e9750a820f410
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Mon Aug 14 10:21:14 2023 +0200

    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")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]