gnu: Add texlive-numericplots.

* gnu/packages/tex.scm (texlive-numericplots): New variable.
This commit is contained in:
Nicolas Goaziou 2023-07-13 09:11:47 +02:00
parent 46b9175c2f
commit 3c901873a2
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -2891,6 +2891,27 @@ (define-public texlive-nndraw
a simple and efficient way.") a simple and efficient way.")
(license license:lppl1.3+))) (license license:lppl1.3+)))
(define-public texlive-numericplots
(package
(name "texlive-numericplots")
(version (number->string %texlive-revision))
(source (texlive-origin name version
(list "doc/latex/numericplots/"
"tex/latex/numericplots/")
(base32
"187h4q35s2asfgv9zxw992316v37p5nnvphjylnxfvygxci36lwg")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/numericplots")
(synopsis "Plot numeric data (including Matlab export) using PSTricks")
(description
"Plotting numeric data is a task which has often to be done for
scientific papers. LaTeX itself provides no facilities for drawing more than
the simplest plots from supplied data. The package will process user input,
and uses PSTricks to plot the results. The package provides Matlab functions
to transform Matlab results to plottable data.")
(license license:gpl3)))
(define-public texlive-amiri (define-public texlive-amiri
(package (package
(name "texlive-amiri") (name "texlive-amiri")