summaryrefslogtreecommitdiff
path: root/info/examples/lgc2/8-4-1.ltx
blob: 2a47892358ba100ca1ad3001b1ffd9de557857c8 (plain)
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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
%% 
%%  The LaTeX Graphics Companion, 2ed (first printing May 2007)
%% 
%%  Example 8-4-1 on page 556.
%% 
%%  Copyright (C) 2007 Michel Goossens, Frank Mittelbach, Denis Roegel, Sebastian Rahtz, Herbert Vo\ss 
%% 
%%  It may be distributed and/or modified under the conditions
%%  of the LaTeX Project Public License, either version 1.3
%%  of this license or (at your option) any later version.
%% 
%%  See http://www.latex-project.org/lppl.txt for details.
%% 

\documentclass{ttctexa}
\pagestyle{empty}
\setcounter{page}{6}
\setlength\textwidth{427.6677pt}

\StartShownPreambleCommands
\usepackage{array,feyn}
\StopShownPreambleCommands
\begin{document}
\newlength{\LLL}
\settoheight{\LLL}{$\FeynSpaceChar$}
\providecommand\DOFEYN[1]{#1 & \makebox[0mm][l]{%
                          \raisebox{-\LLL}{\makebox[0mm][c]{$\circ$}}$\Feyn{#1}$}}
\renewcommand{\arraystretch}{1.2}
\begin{tabular}{>{\ttfamily}lcl@{\qquad}>{\ttfamily}lcl@{}}
\normalfont\emph{Symbol}&\emph{Result}&\emph{Description}
&
\normalfont\emph{Symbol}&\emph{Result}&\emph{Description}\\
\hline
\DOFEYN{f}    & fermion$^{\dag}$
&
\DOFEYN{fs}  & short fermion
\\
\DOFEYN{fl}  & fermion loop$^{\dag}$
&
\DOFEYN{fu}  & upward fermion$^\dag$ (45$^\circ$)
\\
\DOFEYN{fd}  & downward fermion$^\dag$
&
\DOFEYN{fv}  & vertical fermion$^\dag$
\\
\DOFEYN{f0}  & spacer
&
\DOFEYN{fs0}& short spacer
\\
\DOFEYN{g}    & gluon/photon$^{\dag}$
&
\DOFEYN{gl}  & gluon loop$^{\dag}$
\\[1mm]
\DOFEYN{glB}& gluon loop (big)$^{\dag}$
&
\DOFEYN{glS}& gluon loop (small)$^{\dag}$
\\[2mm]
\DOFEYN{glu}& gluon loop upsidedown$^{\dag}$
&
\DOFEYN{g1}  & gluon loop, first quadrant \kern-1cm\kern0pt \\
& & & & &      (similar for 2, 3, 4$^{\dag}$)
\\
\DOFEYN{gu}  & upward gluon$^\dag$ (45$^\circ$)
&
\DOFEYN{gd}  & downward gluon$^\dag$
\\
\DOFEYN{gv}  & vertical gluon$^\dag$
&
\DOFEYN{m}    & massive fermion$^{\dag}$
\\
\DOFEYN{ms}  & short massive fermion
&
\DOFEYN{h}    & ghost
\\
\DOFEYN{hs}  & short ghost
&
\DOFEYN{hu}  & upward ghost (45$^\circ$)
\\
\DOFEYN{hd}  & downward ghost
&
\DOFEYN{x}    & counterterm vertex
\\
\DOFEYN{p}    & proper vertex
&
\DOFEYN{c}    & complete vertex
\\
\DOFEYN{a}    & arrow
\\
\multicolumn{6}{l}{\small\itshape\qquad $^\dag$ The symbol also
                   exists in two arrowed variants; see the text.}
\end{tabular}
\end{document}