答案1
像这样?
\documentclass[a4paper,12pt]{article}
\usepackage{feynmp-auto}
\begin{document}
\begin{fmffile}{ghost}
\begin{fmfgraph*}(150,80)
\fmfleft{i1,i2}
\fmfright{o1,o2}
\fmf{fermion}{i1,v1,o1}
\fmf{fermion}{o2,v2,i2}
\fmf{ghost}{v1,v2}
\fmfdot{v1,v2}
\end{fmfgraph*}
\end{fmffile}
\end{document}
用户@Thruston 的版本 \fmf{fermion}{i2,v2,o2}
代替\fmf{fermion}{o2,v2,i2}
。
\documentclass[a4paper,12pt]{article}
\usepackage{feynmp-auto}
\begin{document}
\begin{fmffile}{ghost}
\begin{fmfgraph*}(150,80)
\fmfleft{i1,i2}
\fmfright{o1,o2}
\fmf{fermion}{i1,v1,o1}
\fmf{fermion}{i2,v2,o2}
\fmf{ghost}{v1,v2}
\fmfdot{v1,v2}
\end{fmfgraph*}
\end{fmffile}
\end{document}
附录:没有点。
\documentclass[a4paper,12pt]{article}
\usepackage{feynmp-auto}
\begin{document}
\begin{fmffile}{ghost}
\begin{fmfgraph*}(150,80)
\fmfleft{i1,i2}
\fmfright{o1,o2}
\fmf{fermion}{i1,v1,o1}
\fmf{fermion}{i2,v2,o2}
\fmf{ghost}{v1,v2}
\end{fmfgraph*}
\end{fmffile}
\end{document}