feynMF - Drawing Feynman Diagram

feynMFis a tool made by Thorsten Ohl to draw Feynman diagrams in LaTeX. There are three parts of official tutorials on feynMF: Part 1, Part 2 and Part 3. I have also written several examples. A more comprehensive and pedagogical manual comes with the package that you will download next.

How to install feynMF

  1. Download the entire directory of feynmf stuffs from CTAN site. Not all the sites have feynmf, but one of the sites which has fynmf is ftp.dante.de.
  2. Expand the downloaded feynmf.tar.gz if necessary.
  3. From Terminal, go into the feynmf directory, and type
    % make
  4. Next, copy 4 files into specific directories. If you are the only person who uses feynmf, you can copy them under your home directory.
    					% mkdir -p ~/texmf/tex/feynmf
    					% mkdir -p ~/texmf/metafont/feynmf
    					% mkdir -p ~/texmf/metapost/feynmf
    					% cp feynmf.sty ~/texmf/tex/feynmf
    					% cp feynmp.sty ~/texmf/tex/feynmf
    					% cp feynmf.mf ~/texmf/metafont/feynmf
    					% cp feynmp.mp ~/texmf/metapost/feynmf
    					% mktexlsr
    					

How to use feynMF

More examples

Here are more samples (PDF), and a LaTeX source code fmfsamples.tex.tar which was used to create the samples. It starts from basic examples, and then describes several tips to create common diagrams.
June 8, 2004, Taku Yamanaka