mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-22 10:16:45 +01:00
gnu: Add texlive-numericplots.
* gnu/packages/tex.scm (texlive-numericplots): New variable.
This commit is contained in:
parent
46b9175c2f
commit
3c901873a2
1 changed files with 21 additions and 0 deletions
|
@ -2891,6 +2891,27 @@ (define-public texlive-nndraw
|
|||
a simple and efficient way.")
|
||||
(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
|
||||
(package
|
||||
(name "texlive-amiri")
|
||||
|
|
Loading…
Reference in a new issue