我有一个基本问题,如何使用 feynmp 画一只蝌蚪?
答案1
这是一种方法。您需要对此运行 latex 两次才能获得输出。我通过遵循以下示例类型获得了此结果http://osksn2.hep.sci.osaka-u.ac.jp/~taku/osx/feynmp.html
\documentclass{article}
\usepackage{feynmp-auto}
\begin{document}
\unitlength=1mm
\begin{fmffile}{example}
\begin{fmfgraph}(40,25)
\fmfleft{i}
\fmfright{o}
\fmf{photon}{i,v1}
\fmf{plain,left}{v1,o,v1}
\end{fmfgraph}
\end{fmffile}
\end{document}