summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/latex-graphics-companion/6-4-3.ltx
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2009-05-23 00:23:51 +0000
committerKarl Berry <karl@freefriends.org>2009-05-23 00:23:51 +0000
commita683c3d7e9fac38ec713f23fb6b9d2c7143aea82 (patch)
tree424ab223921f85fd3f167a4ccd0e2d37d05c2927 /Master/texmf-dist/doc/latex/latex-graphics-companion/6-4-3.ltx
parent5beb5368a684995153c8566797ba054f21c666af (diff)
move english latex doc out of texmf-doc
git-svn-id: svn://tug.org/texlive/trunk@13412 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/latex-graphics-companion/6-4-3.ltx')
-rw-r--r--Master/texmf-dist/doc/latex/latex-graphics-companion/6-4-3.ltx38
1 files changed, 38 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/latex-graphics-companion/6-4-3.ltx b/Master/texmf-dist/doc/latex/latex-graphics-companion/6-4-3.ltx
new file mode 100644
index 00000000000..885a511e308
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/latex-graphics-companion/6-4-3.ltx
@@ -0,0 +1,38 @@
+\documentclass{ppex}
+\nonstopmode
+\AtEndDocument {\end {fmffile}} \AtBeginDocument {\begin {fmffile}{ftmp}}
+\usepackage {feynmp}
+\pagestyle{empty}
+
+\begin{document}
+\ResetPreambleCommands
+\ReadyForTheFray
+\usepackage {feynmp}
+\fbox{\begin{fmfgraph}(100,40)
+ \fmfleft{w}\fmfright{e}
+ \fmf{boson}{w,vw}\fmf{boson}{ve,e}
+ \fmf{fermion,tension=.5}{vw,vn,ve,vs,vw}
+ \fmf{gluon}{vn,vs}
+ \fmffixed{(0,h)}{vn,vs}
+ \fmfdot{vw,vn,ve,vs}
+\end{fmfgraph}}
+\fbox{\begin{fmfgraph}(100,40)
+ \fmfleft{w}\fmfright{e}
+ \fmf{boson}{w,vw}\fmf{boson}{ve,e}
+ \fmf{phantom,left,tension=.4}{vw,ve,vw}
+ \fmfdot{vw,ve}
+ \fmffreeze
+ \fmfipath{pn,ps}\fmfipair{vn,vs}
+ \fmfiequ{pn}{vpath (__vw, __ve)}
+ \fmfiequ{ps}{vpath (__ve, __vw)}
+ \fmfiequ{vn}{point .5length(pn) of pn}
+ \fmfiequ{vs}{point .5length(ps) of ps}
+ \fmfi{fermion}{subpath (0,.5)*length(pn) of pn}
+ \fmfi{fermion}{subpath (.5,1)*length(pn) of pn}
+ \fmfi{fermion}{subpath (0,.5)*length(ps) of ps}
+ \fmfi{fermion}{subpath (.5,1)*length(ps) of ps}
+ \fmfi{gluon}{vn--vs}
+ \fmfiv{dec.sh=circle,dec.siz=2thick}{vn}
+ \fmfiv{dec.sh=circle,dec.siz=2thick}{vs}
+\end{fmfgraph}}
+\end{document}