gnu: Add texlive-pst-fit.

* gnu/packages/tex.scm (texlive-pst-fit): New variable.
This commit is contained in:
Nicolas Goaziou 2023-08-14 10:16:23 +02:00
parent 530bba52d3
commit 300b438e66
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -32931,6 +32931,26 @@ (define-public texlive-pst-fill
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")