File: 6-4-2.ltx

package info (click to toggle)
texlive-lang 2016.20170123-5
  • links: PTS
  • area: main
  • in suites: stretch
  • size: 1,093,148 kB
  • ctags: 15,901
  • sloc: perl: 46,074; xml: 29,603; makefile: 5,248; sh: 3,179; python: 2,949; ansic: 2,846; ruby: 945; lisp: 726; awk: 636; java: 159; sed: 142; cpp: 12
file content (25 lines) | stat: -rw-r--r-- 629 bytes parent folder | download | duplicates (12)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
\documentclass{ppex}
\nonstopmode
\AtEndDocument {\end {fmffile}} \AtBeginDocument {\begin {fmffile}{ftmp}}
\usepackage {feynmp}
\pagestyle{empty}

\begin{document}
\ResetPreambleCommands
\ReadyForTheFray
\usepackage {feynmp}
\begin{fmfgraph*}(100,60)
 \fmfleftn{i}{2} \fmfrightn{o}{4}
 \fmflabel{$e_-$}{i1}\fmflabel{$e_+$}{i2}
 \fmflabel{$\mu_+$}{o1}
 \fmflabel{$\nu_{\mu}$}{o2}
 \fmflabel{$s$}{o3}
 \fmflabel{$\bar c$}{o4}
 \fmf{fermion}{i1,v1,i2}
 \fmf{boson,label=$\gamma,,Z$}{v1,v2}
 \fmf{boson}{v3,v2,v4}
 \fmf{fermion}{o1,v3,o2}
 \fmf{fermion}{o4,v4,o3}
 \fmfdot{v1,v3,v4}\fmfblob{.12w}{v2}
\end{fmfgraph*}
\end{document}