File: template.tex

package info (click to toggle)
feynmf 1.08-5
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 624 kB
  • ctags: 52
  • sloc: perl: 256; makefile: 251
file content (24 lines) | stat: -rw-r--r-- 693 bytes parent folder | download | duplicates (11)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
% template.tex -- trivial FeynMF example
% $Id: template.tex,v 1.1 1996/12/02 01:38:45 ohl Exp $
% To typeset, either use the feynmf script
%   $ feynmf template
% or run Metafont manually
%   $ latex template
%   $ mf '\mode:=localfont; input fmftempl'
%   $ latex template
\documentclass{article}
\usepackage{feynmf}%%%{feynmp}
\unitlength=1mm
\begin{document}
\begin{fmffile}{fmftempl}
\begin{fmfchar*}(40,25)
  \fmfleft{em,ep} \fmflabel{$e^+$}{ep} \fmflabel{$e^-$}{em}
  \fmf{fermion}{em,Zee,ep}
  \fmf{photon,label=$\gamma,,Z$}{Zee,Zff}
  \fmf{fermion}{fb,Zff,f}
  \fmfright{fb,f} \fmflabel{$\bar f'$}{fb} \fmflabel{$f$}{f}
  \fmfdot{Zee,Zff}
\end{fmfchar*}
\end{fmffile}
\end{document}