me
/
guix
Archived
1
0
Fork 0

gnu: Add texlive-feyn.

* gnu/packages/tex.scm (texlive-feyn): New variable.
Nicolas Goaziou 2023-08-21 12:16:26 +02:00
parent 6b6356dacf
commit 6db8e5e62f
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 25 additions and 0 deletions

View File

@ -11885,6 +11885,31 @@ It can make it easy to write theses both in Chinese and English.")
Logo fonts to complete the Type 1 encoding.")
(license license:lppl1.3+)))
(define-public texlive-feyn
(package
(name "texlive-feyn")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/fonts/feyn/"
"fonts/source/public/feyn/"
"fonts/tfm/public/feyn/"
"source/fonts/feyn/" "tex/latex/feyn/")
(base32
"0kd5xs1xffgplpapj6rjv4aaz7pfjfh8rspy2xrabbf03npkdqz5")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(native-inputs (list texlive-metafont texlive-sauter))
(home-page "https://ctan.org/pkg/feyn")
(synopsis "Font for in-text Feynman diagrams")
(description
"Feyn may be used to produce relatively simple Feynman diagrams within
equations in a LaTeX document. While the @code{feynmf} package is good at
drawing large diagrams for figures, the present package and its fonts allow
diagrams within equations or text, at a matching size. The fonts are
distributed as Metafont source, and macros for their use are also provided.")
(license license:bsd-2)))
(define-public texlive-figbas
(package
(name "texlive-figbas")