mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-13 14:40:21 -05:00
gnu: Add texlive-feynmf.
* gnu/packages/tex.scm (texlive-feynmf): New variable.
This commit is contained in:
parent
22f03ba5c6
commit
bf5c92c679
1 changed files with 23 additions and 0 deletions
|
@ -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")
|
||||
|
|
Loading…
Reference in a new issue