gnu: Add texlive-feynmf.

* gnu/packages/tex.scm (texlive-feynmf): New variable.
This commit is contained in:
Nicolas Goaziou 2023-06-19 11:10:28 +02:00
parent 22f03ba5c6
commit bf5c92c679
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -5151,6 +5151,29 @@ (define-public texlive-featpost
things.")
(license license:gpl3+)))
(define-public texlive-feynmf
(package
(name "texlive-feynmf")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/feynmf/" "metafont/feynmf/"
"metapost/feynmf/" "source/latex/feynmf/"
"tex/latex/feynmf/")
(base32
"1a6zhs4x6rkjl7vapc3y59hmrvmi570ji2bszpsk88w3fi8klckb")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/feynmf")
(synopsis "Macros and fonts for creating Feynman (and other) diagrams")
(description
"The @code{feynmf} package provides an interface to Metafont to use
simple structure specifications to produce relatively complex diagrams. While
the package was designed for Feynman diagrams, it could in principle be used
for diagrams in graph and similar theories, where the structure is
semi-algorithmically determined.")
(license license:gpl3+)))
(define-public texlive-filemod
(package
(name "texlive-filemod")