From b27c4b7a20dfb754e0c29400f7e266b2bf3d2026 Mon Sep 17 00:00:00 2001 From: Nicolas Goaziou Date: Mon, 19 Jun 2023 11:20:49 +0200 Subject: [PATCH] gnu: Add texlive-mfpic4ode. * gnu/packages/tex.scm (texlive-mfpic4ode): New variable. --- gnu/packages/tex.scm | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm index 896455fad9..745c17d716 100644 --- a/gnu/packages/tex.scm +++ b/gnu/packages/tex.scm @@ -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")