guix-commits
[Top][All Lists]
Advanced

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

34/111: gnu: Add texlive-pst-eps.


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

ngz pushed a commit to branch master
in repository guix.

commit c95939196a4ed2a5e7437a376d4c73778632cc95
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Mon Aug 14 10:15:37 2023 +0200

    gnu: Add texlive-pst-eps.
    
    * gnu/packages/tex.scm (texlive-pst-eps): New variable.
---
 gnu/packages/tex.scm | 21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)

diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index a09ce086ee..51e2e4fd10 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -32830,6 +32830,27 @@ lines using PStricks.  There may be any number of 
charges which can be placed
 in a cartesian coordinate system.")
     (license license:lppl)))
 
+(define-public texlive-pst-eps
+  (package
+    (name "texlive-pst-eps")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "doc/generic/pst-eps/"
+                   "source/generic/pst-eps/"
+                   "tex/generic/pst-eps/" "tex/latex/pst-eps/")
+             (base32
+              "1lf106rw3w6gicn6021jpj4bgbpgjyixp64l9aqqxn6ip6vm4yh3")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/pst-eps";)
+    (synopsis "Create EPS files from PSTricks figures")
+    (description
+     "Pst-eps is a PSTricks-based package for exporting PSTricks images on the
+fly to encapsulated PostScript (EPS) image files, which can then be read into
+a document in the usual way.")
+    (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]