I'm trying to make some Feynman diagrams for a LaTeX document, and so I found the feynMF package, which seemed to be what I needed.
But I have a problem - I have no idea how to get it to work... How do I make a TeXnicCenter build profile such that a code like
Code: Select all
\begin{fmfgraph*}(30,40) \fmfpen{thick}
\fmfleft{i1,i2} \fmfright{o1,o2}
\fmf{fermion}{i1,v1,o1} \fmf{fermion}{i2,v2,o2}
\fmf{boson}{v1,v2} \fmfdot{v1,v2}
\end{fmfgraph*}