gnu: Add texlive-pst-ode.

* gnu/packages/tex.scm (texlive-pst-ode): New variable.
This commit is contained in:
Nicolas Goaziou 2023-08-14 10:29:12 +02:00
parent ce2bcf0712
commit 7ead1d7350
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -33578,6 +33578,33 @@ (define-public texlive-pst-ob3d
dies (which are only a special kind of cubes) are defined.")
(license license:lppl)))
(define-public texlive-pst-ode
(package
(name "texlive-pst-ode")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/generic/pst-ode/" "dvips/pst-ode/"
"tex/generic/pst-ode/" "tex/latex/pst-ode/")
(base32
"0mx6wsdl4m0nr6848qpyfi6rn7x1nsqljnflsp0yk010r0vsmid5")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/pst-ode")
(synopsis
"Solve initial value problems for sets of Ordinary Differential
Equations")
(description
"The package defines @code{\\pstODEsolve} for solving initial value
problems for sets of Ordinary Differential Equations (ODE) using the
Runge-Kutta-Fehlberg (RKF45) method with automatic step size adjustment. The
result is stored as a PostScript object and may be plotted later using macros
from other PSTricks packages, such as @code{\\listplot} (from @code{pst-plot})
and @code{\\listplotThreeD} (from @code{pst-3dplot}), or may be further
processed by user-defined PostScript procedures. Optionally, the computed
state vectors can be written as a table to a text file.")
(license license:lppl)))
(define-public texlive-pst-text
(package
(name "texlive-pst-text")