me
/
guix
Archived
1
0
Fork 0

gnu: Add texlive-pst-feyn.

* gnu/packages/tex.scm (texlive-pst-feyn): New variable.
Nicolas Goaziou 2023-08-14 10:16:07 +02:00
parent 74cc2ae427
commit c50614a0c3
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 20 additions and 0 deletions

View File

@ -32891,6 +32891,26 @@ coordinates is limited to points which controlled the figure.")
to put code and output side by side or one above the other.")
(license license:lppl)))
(define-public texlive-pst-feyn
(package
(name "texlive-pst-feyn")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/generic/pst-feyn/" "dvips/pst-feyn/"
"tex/generic/pst-feyn/"
"tex/latex/pst-feyn/")
(base32
"08m8pwl5kk2rs835pnksap8ld6ir0chlbswchgpvks229i6gkrj0")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/pst-feyn")
(synopsis "Draw graphical elements for Feynman diagrams")
(description
"@code{pst-feyn} is a set of drawing graphical elements which are used
for Feynman diagrams.")
(license license:lppl)))
(define-public texlive-pst-text
(package
(name "texlive-pst-text")