summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/feynmf/template.tex
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2008-07-08 18:32:29 +0000
committerKarl Berry <karl@freefriends.org>2008-07-08 18:32:29 +0000
commitaaa893ce7054a17e3d05138f0d20bea50ca2b3e9 (patch)
treef9c42f75b0adccc67097f76025ffb87e685202d9 /Master/texmf-dist/doc/latex/feynmf/template.tex
parent3f87fd0076dbd3a6068e4e5e1c36a865cde29dc0 (diff)
feynmf update, fixing perl syntax error (Norbert 2 Jun 2008 11:01:37)
git-svn-id: svn://tug.org/texlive/trunk@9384 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/feynmf/template.tex')
-rw-r--r--Master/texmf-dist/doc/latex/feynmf/template.tex24
1 files changed, 24 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/feynmf/template.tex b/Master/texmf-dist/doc/latex/feynmf/template.tex
new file mode 100644
index 00000000000..5fa885aaa2f
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/feynmf/template.tex
@@ -0,0 +1,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}
+