From 6650b656ea188b809cb05b521d3ec6869c2fd602 Mon Sep 17 00:00:00 2001 From: Nicolas Goaziou Date: Mon, 19 Jun 2023 11:10:50 +0200 Subject: [PATCH] gnu: Add texlive-feynmp-auto. * gnu/packages/tex.scm (texlive-feynmp-auto): New variable. --- gnu/packages/tex.scm | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm index f4be064c39..b02dcf8ff2 100644 --- a/gnu/packages/tex.scm +++ b/gnu/packages/tex.scm @@ -5174,6 +5174,28 @@ for diagrams in graph and similar theories, where the structure is semi-algorithmically determined.") (license license:gpl3+))) +(define-public texlive-feynmp-auto + (package + (name "texlive-feynmp-auto") + (version (number->string %texlive-revision)) + (source (texlive-origin + name version + (list "doc/latex/feynmp-auto/" + "source/latex/feynmp-auto/" + "tex/latex/feynmp-auto/") + (base32 + "19ghfblv641ghak049v42wbqmh7pfadz0mrbkfbx2jr4bvf57rv2"))) + (outputs '("out" "doc")) + (build-system texlive-build-system) + (home-page "https://ctan.org/pkg/feynmp-auto") + (synopsis "Automatic processing of @code{feynmp} graphics") + (description + "The package takes care of running Metapost on the output files produced +by the @code{feynmp} package, so that the compiled pictures will be available +in the next run of LaTeX. The package honours options that apply to +@code{feynmp}.") + (license license:lppl1.3+))) + (define-public texlive-filemod (package (name "texlive-filemod")