gnu: Add texlive-mfpic4ode.

* gnu/packages/tex.scm (texlive-mfpic4ode): New variable.
This commit is contained in:
Nicolas Goaziou 2023-06-19 11:20:49 +02:00
parent ff5de6f612
commit b27c4b7a20
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -5604,6 +5604,29 @@ (define-public texlive-mfpic
appeared.")
(license license:lppl1.3+)))
(define-public texlive-mfpic4ode
(package
(name "texlive-mfpic4ode")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/mfpic4ode/"
"source/latex/mfpic4ode/"
"tex/latex/mfpic4ode/")
(base32
"0ssmpvp1apxvinidq42pfpvjimpvd250har85n6rl7dj5fws9j8m")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/mfpic4ode")
(synopsis "Macros to draw direction fields and solutions of ODEs")
(description
"The package is a small set of macros for drawing direction fields, phase
portraits and trajectories of differential equations and two dimensional
autonomous systems. The Euler, Runge-Kutta and fourth order Runge-Kutta
algorithms are available to solve the ODEs. The picture is translated into
@code{mfpic} macros and MetaPost is used to create the final drawing.")
(license license:lppl)))
(define-public texlive-natbib
(package
(name "texlive-natbib")