ngz pushed a commit to branch master
in repository guix.
commit 300b438e66e7b35c307251461652372f06b9f823
Author: Nicolas Goaziou <[email protected]>
AuthorDate: Mon Aug 14 10:16:23 2023 +0200
gnu: Add texlive-pst-fit.
* gnu/packages/tex.scm (texlive-pst-fit): 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 cf45c83a7b..7da546dbd9 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -32931,6 +32931,26 @@ for Feynman diagrams.")
characters.")
(license license:lppl)))
+(define-public texlive-pst-fit
+ (package
+ (name "texlive-pst-fit")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/generic/pst-fit/"
+ "tex/generic/pst-fit/" "tex/latex/pst-fit/")
+ (base32
+ "0w2vnd6zb9vdrqbk256ynr7lg7p9ps53rrdq9l999bw8f8vip1as")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/pst-fit")
+ (synopsis "Macros for curve fitting")
+ (description
+ "The package uses PSTricks to fit curves to: linear functions; power
+functions; exp function; logarithm functions; Recip; Kings Law data; Gaussian;
+and fourth order polynomials.")
+ (license license:lppl)))
+
(define-public texlive-pst-text
(package
(name "texlive-pst-text")