我已经使用 feynmp 和 feynmp-auto 数百次,但现在看来它们都无法在 Mac OS Yosemite 上运行。我安装了这两个程序,运行时收到如下消息:
我运行这个:
\documentclass{article}
\usepackage{feynmp-auto}
\usepackage{graphicx}
\begin{document}
\unitlength = 1mm
\begin{fmffile}{Test}
\begin{fmfgraph}(40,15)
\fmfleft{i1,i2}
\fmfright{o1,o2}
\fmf{fermion}{i1,v1,v2,o1}
\fmf{fermion}{o2,v4,v3,i2}
\fmf{photon,tension=0}{v1,v3}
\fmf{photon,tension=0}{v2,v4}
\end{fmfgraph}
\end{fmffile}
\end{document}
并收到此错误
feynmp: File Test.1 not found:
feynmp: Process Test.mp with MetaPost and then reprocess this file.
更新:出于某种原因,当我包含以下代码(以及相关包,如果有)时,一切都正常:
\ifpdf
\DeclareGraphicsRule{*}{mps}{*}{}
\fi
\makeatletter
\def\endfmffile{%
\fmfcmd{\p@rcent\space the end.^^J%
end.^^J%
endinput;}%
\if@fmfio
\immediate\closeout\@outfmf
\fi
\IfFileExists{\thefmffile.mp}{\immediate\write18{mpost \thefmffile}}{}
\let\thefmffile\relax
}
\makeatother
我以为 feynmp-auto 已经解决了最后一个难题。
我使用的是 TexShop 最新版本,但我认为我的 TexLive 是 2013 年的。