LaTeX question about Feynman Diagrams

ChrisVer
Science Advisor
Messages
3,372
Reaction score
465
Has anyone of you tried to work with creating Feynman Graphs in LaTeX?

I tried using the feynmf package, as explained here:
https://www.sharelatex.com/learn/Feynman_diagrams
and used the same introductory script:
\begin{fmffile*}{diagram}
\begin{fmfgraph}(40,25)
\fmfleft{i1,i2}
\fmfright{o1,o2}
\fmf{fermion}{i1,v1,o1}
\fmf{fermion}{i2,v2,o2}
\fmf{photon}{v1,v2}
\end{fmfgraph}
\end{fmffile*}

Trying to run it like this doesn't work, and during compiling I get the message that (\begin{fmffile*}{diagram}) is wrong... After removing the *, the compiling works, but I get a very weird graph which:
1. Is very small
2. I am not able to interfere with... (like changing the lines-vertices)

Has anyone ever had that problem? any way to solve it?
 
on Phys.org
I have no experience with feynmf, I usually use axodraw and it works reasonably.
 
Do you understand what the procedure:
"latex-dvips-ps2pdf route"
means? Because TeX won't make axodraw work with pdflatex...
 
I vaguely remember that I had to run metafont (?) whenever I changed something in a fmffile-environment before running pdflatex.
 

Similar threads

  • · Replies 1 ·
Replies
1
Views
3K
  • · Replies 3 ·
Replies
3
Views
4K
  • · Replies 1 ·
Replies
1
Views
5K
  • · Replies 7 ·
Replies
7
Views
9K
  • · Replies 2 ·
Replies
2
Views
7K
  • · Replies 2 ·
Replies
2
Views
2K
Replies
1
Views
4K
  • · Replies 1 ·
Replies
1
Views
4K