[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
44/111: gnu: Add texlive-pst-func.
From: |
guix-commits |
Subject: |
44/111: gnu: Add texlive-pst-func. |
Date: |
Mon, 14 Aug 2023 05:04:37 -0400 (EDT) |
ngz pushed a commit to branch master
in repository guix.
commit a69c15a05cd9a1e47b7fbf0cf8adcdda32542402
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Mon Aug 14 10:19:06 2023 +0200
gnu: Add texlive-pst-func.
* gnu/packages/tex.scm (texlive-pst-func): New variable.
---
gnu/packages/tex.scm | 41 +++++++++++++++++++++++++++++++++++++++++
1 file changed, 41 insertions(+)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index c3fe9eef23..ee6d7500d5 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -33041,6 +33041,47 @@ fish, kangaroo, etc. Such objects may be useful for
testing other PSTricks
macros and/or packages. (Or they can be used for fun...)")
(license license:lppl)))
+(define-public texlive-pst-func
+ (package
+ (name "texlive-pst-func")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/generic/pst-func/" "dvips/pst-func/"
+ "tex/generic/pst-func/"
+ "tex/latex/pst-func/")
+ (base32
+ "01ibjcyb71l5wqm0x2vq3i4by7q0hp6jmghyw9gkrapmdlwqig5q")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/pst-func")
+ (synopsis "PSTricks package for plotting mathematical functions")
+ (description
+ "The package is built for use with PSTricks. It provides macros for
+plotting and manipulating various mathematical functions:
+
+@itemize
+@item polynomials and their derivatives,
+@item Fourier sums,
+@item the Bessel function defined by its order;
+@item the Gauss function defined by sigma and mu,
+@item Bezier curves from order 1 (two control points) to order 9 (10 control
+points),
+@item the superellipse function (the Lame curve),
+@item Chebyshev polynomials of the first and second kind,
+@item the Thomae (or popcorn) function,
+@item the Weierstrass function,
+@item various integration-derived functions: normal, binomial, poisson, gamma,
+chi-squared, student's t, F, beta, Cauchy and Weibull distribution functions
+and the Lorenz curve,
+@item the zeroes of a function, or the intermediate point of two functions,
+@item the Vasicek function for describing the evolution of interest rates,
+@item implicit functions.
+@end itemize
+
+The plots may be generated as volumes of rotation about the X-axis, as well.")
+ (license license:lppl)))
+
(define-public texlive-pst-text
(package
(name "texlive-pst-text")
- 13/111: gnu: Add texlive-pst-abspos., (continued)
- 13/111: gnu: Add texlive-pst-abspos., guix-commits, 2023/08/14
- 20/111: gnu: Add texlive-pst-bezier., guix-commits, 2023/08/14
- 23/111: gnu: Add texlive-pst-calculate., guix-commits, 2023/08/14
- 16/111: gnu: Add texlive-pst-arrow., guix-commits, 2023/08/14
- 28/111: gnu: Add texlive-pst-contourplot., guix-commits, 2023/08/14
- 17/111: gnu: Add texlive-pst-asr., guix-commits, 2023/08/14
- 26/111: gnu: Add texlive-pst-circ., guix-commits, 2023/08/14
- 18/111: gnu: Add texlive-pst-bar., guix-commits, 2023/08/14
- 35/111: gnu: Add texlive-pst-eucl., guix-commits, 2023/08/14
- 45/111: gnu: Add texlive-pst-gantt., guix-commits, 2023/08/14
- 44/111: gnu: Add texlive-pst-func.,
guix-commits <=
- 49/111: gnu: Add texlive-pst-grad., guix-commits, 2023/08/14
- 43/111: gnu: Add texlive-pst-fun., guix-commits, 2023/08/14
- 47/111: gnu: Add texlive-pst-geometrictools., guix-commits, 2023/08/14
- 46/111: gnu: Add texlive-pst-geo., guix-commits, 2023/08/14
- 61/111: gnu: Add texlive-pst-magneticfield., guix-commits, 2023/08/14
- 57/111: gnu: Add texlive-pst-layout., guix-commits, 2023/08/14
- 62/111: gnu: Add texlive-pst-marble., guix-commits, 2023/08/14
- 67/111: gnu: Add texlive-pst-ob3d., guix-commits, 2023/08/14
- 63/111: gnu: Add texlive-pst-math., guix-commits, 2023/08/14
- 65/111: gnu: Add texlive-pst-moire., guix-commits, 2023/08/14