guix-commits
[Top][All Lists]
Advanced

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

449/452: gnu: Add texlive-pspicture.


From: guix-commits
Subject: 449/452: gnu: Add texlive-pspicture.
Date: Fri, 9 Jun 2023 13:44:29 -0400 (EDT)

ngz pushed a commit to branch tex-team-next
in repository guix.

commit 3c47d932c1ccb2a2cdbb74cd425da844a530a4b9
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Fri Jun 9 09:18:18 2023 +0200

    gnu: Add texlive-pspicture.
    
    * gnu/packages/tex.scm (texlive-pspicture): 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 075fac1cf4..154c2cd3d9 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -12151,6 +12151,27 @@ free fixed-width available now, than there were when 
@code{pslatex} was
 designed).  As a result, @code{pslatex} is widely considered obsolete.")
     (license license:lppl)))
 
+(define-public texlive-pspicture
+  (package
+    (name "texlive-pspicture")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "doc/latex/pspicture/" "dvips/pspicture/"
+                   "source/latex/pspicture/"
+                   "tex/latex/pspicture/")
+             (base32
+              "06wlnwyn45873zghnbw16lzmfj98r9il218z84p1ixw6jwkwlkh8")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/pspicture";)
+    (synopsis "PostScript picture support")
+    (description
+     "This package provides a replacement for LaTeX's picture macros, that
+uses PostScript @code{\\special} commands.  The package is now largely
+superseded by @code{pict2e}.")
+    (license license:lppl)))
+
 (define-public texlive-datetime2
   (package
     (name "texlive-datetime2")



reply via email to

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