summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/susy/susy.sty
blob: 1e84a003b7bf00e5af2e0be56325486d6d7a35bf (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
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%       SuSy TeX package       %
%     by: Emmanuel Turlay      %
%     turlay@lal.in2p3.fr      %
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%
%Installation
%------------
%
%cd to where you downloaded the package
%  $tar xvzf susy.tar.gz
%
%As super-user do
%  $mv susy /usr/share/texmf/tex/latex/
%  $texhash
%
%You are ready to roll.


%%%%%%%%%%%Sfermions
\newcommand{\sfer}[1][]{{\tilde f_{#1}}}
%%%%%%Squarks
\newcommand{\sqk}[1][]{{\tilde q_{#1}}}
\newcommand{\squ}[1][]{{\tilde u_{#1}}}
\newcommand{\sqd}[1][]{{\tilde d_{#1}}}
\newcommand{\sqc}[1][]{{\tilde c_{#1}}}
\newcommand{\sqs}[1][]{{\tilde s_{#1}}}
\newcommand{\sqt}[1][]{{\tilde t_{#1}}}
\newcommand{\sqb}[1][]{{\tilde b_{#1}}}
%%%%%%Sleptons
\newcommand{\slep}[1][]{{\tilde l_{#1}}}
\newcommand{\sle}[1][]{{\tilde e_{#1}}}
\newcommand{\slmu}[1][]{{\tilde\mu_{#1}}}
\newcommand{\sltau}[1][]{{\tilde\tau_{#1}}}
\newcommand{\slneu}[1][]{{\tilde\nu_{#1}}}

\newcommand{\tbeta}{{\tan\beta}}

%%%%%%%%%%%Higgs sector
%%%%%%Higgs
\newcommand{\Hu}[1][]{{H_u^{#1}}}
\newcommand{\Hd}[1][]{{H_d^{#1}}}
%%%%%%Higgsinos
\newcommand{\Ho}[1][]{{\tilde H^{#1}}}
\newcommand{\Hou}[1][]{{\tilde H_u^{#1}}}
\newcommand{\Hod}[1][]{{\tilde H_d^{#1}}}

%%%%%%%%%%%Gauginos
%%%%%%Gluinos
\newcommand{\go}{{\tilde g}}
%%%%%%Winos
\newcommand{\Wo}{{\tilde W}}
%\newcommand{\Wo+}{{\tilde W^+}}
%\newcommand{\Wo-}{{\tilde W^-}}
%%%%%%Zinos
\newcommand{\Zo}{{\tilde Z}}
%\newcommand{\Zo0}{{\tilde Z^0}}
%%%%%%Photino
\newcommand{\pho}{{\tilde\gamma}}
%%%%%%%%%%%Neutralinos/Charginos
\newcommand{\No}[1][]{{\chi^0_{#1}}}
\newcommand{\Co}[1][]{{\chi^\pm_{#1}}}
\newcommand{\Cop}[1][]{{\chi^+_{#1}}}
\newcommand{\Com}[1][]{{\chi^-_{#1}}}