guix-commits
[Top][All Lists]
Advanced

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

52/111: gnu: Add texlive-pst-infixplot.


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

ngz pushed a commit to branch master
in repository guix.

commit 683b55ba8bc55a11d6df0c788fd526133c2c046b
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Mon Aug 14 10:22:00 2023 +0200

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

diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 768fa67e41..fe37468836 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -33234,6 +33234,30 @@ with continuous colours.  Only colours defined in the 
HSB model are
 supported.")
     (license license:lppl)))
 
+(define-public texlive-pst-infixplot
+  (package
+    (name "texlive-pst-infixplot")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "doc/generic/pst-infixplot/"
+                   "tex/generic/pst-infixplot/"
+                   "tex/latex/pst-infixplot/")
+             (base32
+              "07yqjzznayk3pjbsaxjz5b63hiabmkdywv2h6kshpjqmh2q1zi6w")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/pst-infixplot";)
+    (synopsis "Use PSTricks plotting capacities with infix expressions")
+    (description
+     "Plotting functions with pst-plot is very powerful but sometimes
+difficult to learn since the syntax of @code{\\psplot} and
+@code{\\parametricplot} requires some PostScript knowledge.  The infix-RPN and
+@code{pst-infixplot} styles simplify the usage of @code{pst-plot} for the
+beginner, providing macro commands that convert natural mathematical
+expressions to PostScript syntax.")
+    (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]