diff options
author | Karl Berry <karl@freefriends.org> | 2008-07-31 00:26:06 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2008-07-31 00:26:06 +0000 |
commit | 987f9f45ed7155a825fee4b8f9fce1364bf7bb16 (patch) | |
tree | de9ecec27da4806b2cd136129eeb5ee6fb9f4aa1 /Master/texmf-dist | |
parent | 88c8d97374df828df745a4870ea45fe60bd20489 (diff) |
new latex package hepnames (28jul08)
git-svn-id: svn://tug.org/texlive/trunk@9912 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist')
-rw-r--r-- | Master/texmf-dist/doc/latex/hepnames/ChangeLog | 44 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/hepnames/README | 33 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/hepnames/hepnames.pdf | bin | 0 -> 124948 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/latex/hepnames/hepnames.tex | 169 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/hepnames/hepnicenames-macros.tex | 254 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/hepnames/hepnicenames.pdf | bin | 0 -> 151303 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/latex/hepnames/hepnicenames.tex | 1052 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/hepnames/heppennames-macros.tex | 369 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/hepnames/heppennames.pdf | bin | 0 -> 54793 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/latex/hepnames/heppennames.tex | 1512 | ||||
-rw-r--r-- | Master/texmf-dist/tex/latex/hepnames/hepnames.sty | 44 | ||||
-rw-r--r-- | Master/texmf-dist/tex/latex/hepnames/hepnicenames.sty | 343 | ||||
-rw-r--r-- | Master/texmf-dist/tex/latex/hepnames/heppennames.sty | 473 |
13 files changed, 4293 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/hepnames/ChangeLog b/Master/texmf-dist/doc/latex/hepnames/ChangeLog new file mode 100644 index 00000000000..2bb61cd8f53 --- /dev/null +++ b/Master/texmf-dist/doc/latex/hepnames/ChangeLog @@ -0,0 +1,44 @@ +2008-03-01 Andy Buckley <andy@insectnation.org> + + * Added \APpositron and \eplus, \eminus synonyms. + +2006-09-01 Andy Buckley <andy@insectnation.org> + + * Added \usepackage{color} to mkmacrotables output which stops the + word "red" from appearing in the PDF output! + + * Corrected \APtruth to show correct symbol (thanks to Michael + Guenther) + +2006-03-21 Andy Buckley <andy@insectnation.org> + + * Added superscript zero to the Z0 in the documentation (in the + line where I explicitly reference the superscript, oops!) + +2006-02-23 Andy Buckley <andy@insectnation.org> + + * Ready for 1.3 release (the two packages have had their version + numbers synchronised for convenience) + + * Added bino, B boson and extended the SUSY particles and charged + Higgses + + * Added proper build scripts and documentation + +2006-01-20 Andy Buckley <andy@insectnation.org> + + * Added the \(A)Pbeauty and \(A)Ptruth synonyms for \(A)Pbottom + and \(A)Ptop to nicenames + +2005-08-19 Andy Buckley <andy.buckley@durham.ac.uk> + + * Added D-star entries: \PDst to PENnames and \PDstar to nicenames. + +2005-07-28 Andy Buckley <andy.buckley@durham.ac.uk> + + * Added dependency on hepparticles 1.6 (PDF bookmark bug fix). + +2005-07-08 Andy Buckley <andy.buckley@durham.ac.uk> + + * Added Ds meson: \PsD in PENnames / \PDs in nicenames. + * Added rho mesons: \Prho etc. in nicenames. diff --git a/Master/texmf-dist/doc/latex/hepnames/README b/Master/texmf-dist/doc/latex/hepnames/README new file mode 100644 index 00000000000..6d677ef3311 --- /dev/null +++ b/Master/texmf-dist/doc/latex/hepnames/README @@ -0,0 +1,33 @@ +hepnames --- a set of pre-defined high energy particle names + built using the hepparticles package +by Andy Buckley <andy@insectnation.org> +----------------------------------------------------------- + +hepnames is a pair of LaTeX packages, heppennames and hepnicenames, providing a +large set of pre-defined high energy physics particle names built with the +hepparticles package. This means that the particle name macros can be used in +and out of math mode, and will adapt according to the context in which they are +called: for example, particles in a bold region of text or a section header will +automatically be typeset in bold type. + +heppennames re-implements the particle names in pennames.sty, with some +additions and alterations and greater flexibility and robustness due to the +hepparticles structures, which were written for this purpose. + +hepnicenames provides the main non-resonant particle names from heppennames with +more "friendly" names. The full list of macro names, as well as more general +package documentation, can be found in the hepnames PDF and PS files. The full +list of macros and typeset forms in various contexts are listed in the +specific heppennames and hepnicenames PDF and PS files. + +Finally, the simplest choice is the hepnames package, which imports both +heppennames and hepnicenames and accepts the same package options as those two. + +These packages are based around pennames.sty by Michel Goosens and Eric van +Herwijnen. + +This material is subject to the LaTeX Project Public License. +See http://www.ctan.org/tex-archive/help/Catalogue/licenses.lppl.html +for the details of that license. + +Author: Andy Buckley <andy@insectnation.org> diff --git a/Master/texmf-dist/doc/latex/hepnames/hepnames.pdf b/Master/texmf-dist/doc/latex/hepnames/hepnames.pdf Binary files differnew file mode 100644 index 00000000000..49aa5b46e2c --- /dev/null +++ b/Master/texmf-dist/doc/latex/hepnames/hepnames.pdf diff --git a/Master/texmf-dist/doc/latex/hepnames/hepnames.tex b/Master/texmf-dist/doc/latex/hepnames/hepnames.tex new file mode 100644 index 00000000000..68ade5bd93b --- /dev/null +++ b/Master/texmf-dist/doc/latex/hepnames/hepnames.tex @@ -0,0 +1,169 @@ +\documentclass[12pt]{scrartcl} +\usepackage{maybemath,xspace,setspace,fancyvrb,fancybox} +\usepackage{a4wide,multicol,url,relsize,underscore} +\usepackage{xcolor,braket,amsmath} +\usepackage[colorlinks=true,bookmarks=true]{hyperref} +\usepackage{hepnames} + +\onehalfspacing +\DefineShortVerb{\|} +\setlength{\fboxsep}{10pt} +\addtolength{\fboxrule}{0.6\fboxrule} + +%% Bold tt font +\DeclareFontShape{OT1}{cmtt}{bx}{n}{<5><6><7><8><9><10><10.95><12><14.4><17.28><20.74><24.88>cmttb10}{} + +\newcommand{\texcmd}[1]{\textcolor{red}{\texttt{\char`\\#1}}} +\newcommand{\texenv}[1]{\textcolor{red}{\texttt{#1}}} +\newcommand{\texopt}[1]{\textcolor{purple}{\texttt{#1}}} +\newcommand{\texopts}[1]{\textcolor{purple}{\texttt{[#1]}}} +\newcommand{\texarg}[1]{\textcolor{violet}{\texttt{#1}}} +\newcommand{\texargs}[1]{\textcolor{violet}{\texttt{\{#1\}}}} +\newcommand{\texpkg}[1]{\texttt{#1}} +\newcommand{\texcls}[1]{\texttt{#1}} +\newcommand{\gen}[1]{\ensuremath{\braket{#1}}} +\newcommand{\texcommand}[1]{\texcmd{#1}} +\newcommand{\texoption}[1]{\texopt{#1}} +\newenvironment{snippet}{\Verbatim}{\endVerbatim} + +\DeclareRobustCommand{\hepparticles}{\texpkg{hepparticles}\xspace} +\DeclareRobustCommand{\hepnames}{\texpkg{hepnames}\xspace} +\DeclareRobustCommand{\heppennames}{\texpkg{heppennames}\xspace} +\DeclareRobustCommand{\hepnicenames}{\texpkg{hepnicenames}\xspace} +\author{Andy Buckley, \texttt{andy@insectnation.org}} +\title{The \hepnames packages for \LaTeX} + +\begin{document} +{\sf \maketitle} +%\maketitle + +\begin{abstract} + The \hepnames, \heppennames and \hepnicenames packages provide a large, though + not entirely comprehensive, library of established high-energy particle + names. These are flexibly typeset using the \hepparticles package, which + gracefully adapts the particle typesetting depending on context. + + \heppennames re-implements and augments the particle entity notation scheme + (PEN) using \hepparticles macros; \hepnicenames uses an alternative, more + intuitive macro naming scheme to access the simple subset of PEN symbols; and + \hepnames is a convenience interface to both notations simultaneously. + + Several missing particles have been implemented to augment the naming + scheme. As well as distinct particle states that were missing in the original + implementation, alternative representations and ``simple forms'' of existing + PEN states have been added, occasionally with minimal renaming. + + Particle names not in this scheme can be easily implemented using + \hepparticles. Contributions to the package, including requests, are of course + encouraged. +\end{abstract} + + +\section{Introduction} +\hepnicenames provides a less formally prescribed but more ``natural language'' +set of macro names to access the particle names. Listings of macro-to-particle +mappings can be found in the accompanying \texttt{heppennames} and +\texttt{hepnicenames} PDF and PS files and in this document. All of the macros +can be used both in and out of math mode. Unlisted particles can be easily +implemented using \hepparticles directly: please contact the author if you find +a missing state, so it can be added to the library. + + +\section{Package options} +Both \heppennames and \hepnicenames support the \hepparticles options, simply +passing those options to \hepparticles. Loading more than one of the packages +with contradictory options has undefined behaviour, at least as far as the author +is concerned! For your convenience, the \hepparticles options documentation is +repeated below: + +By request, the package now typesets particles in italic as well as upright +convention. The choice of convention can be made when the package is loaded with +the \texopt{italic} and \texopt{notitalic} options, e.g. +\texcmd{usepackage\texopts{italic}\texargs{hepnames}}. The default mode is +upright (i.e. \texopt{notitalic}). + +In addition, the \texopt{forceit} option will force \emph{everything} in +particle names to be italic, even if they aren't normally italic in math mode +(such as Arabic numerals). Note that the italic font that will appear here is +that used by \texcmd{mathit} and so will appear more script-like than normal +math mode. I can't say that I recommend using this option, but it's there for +flexibility's sake. + +Finally, a pair of options, \texopt{maybess} and \texopt{noss}, are available: +using \texopt{maybess} will allow particle names to be typeset in sans-serif if +the surrounding context is sans-serif and \texopt{noss} has the converse effect. +Note that since there is no italic sans-serif math font in LaTeX, generic +particle names will not be typeset in italic sans font. Maybe this behaviour +will change in future if there's lots of enthusiasm for a fix. However, it looks +pretty good at the moment and I suspect most people will want sans-serif +particle names in sans documents, so \texopt{maybess} is set by default. + + +\section{Installation} +\textbf{Requirements:} You will need to be using a \LaTeXe{} system, and +have installed copies of the \hepparticles package and the \texpkg{maybemath} +package on which it depends. + +To install, simply copy the \texttt{hep*names.sty} files into a location in +your \texttt{LATEXINPUTS} path. Tada! + +Now we move on to the lists of macro names in the \hepnicenames and \heppennames +schemes. I'm taken the liberty of placing the \hepnicenames macros first, since +for most purposes they're more intuitive, memorable and (dare I say it?) modern +than the PEN codes. + + +\section{\hepnicenames macros} +The scheme for the naming of these macros is less rigorous than PEN, but is still +largely prescribed. The main features of the ``nicename'' macro naming scheme are: +% +\begin{itemize} +\item All particle macros start with \texcmd{P}, all antiparticle macros with + \texcmd{AP}. In some cases, such as the positron, both \texcmd{Ppositron} and + \texcmd{APelectron} are provided for the \Ppositron symbol, so as not to + surprise the user. +\item The core of the name is the particle type name in natural language and + appropriately capitalised, e.g. \texttt{B}, \texttt{Lambda} etc. +\item The optional end part of the command usually specifies the super- or + sub-script state qualifier, e.g. \texcmd{PBplus} for the \PBplus symbol, + \texcmd{PZzero} for a \PZ with an explicit superscript zero. The ``zero'', + ``plus'', ``minus'' and ``pm''/``mp'' strings (for $\pm$ or $\mp$ + respectively) are implemented for every state for which they are possible. +\end{itemize} +% +To combine particle sybol macros in reaction expressions, you should use the +\hepparticles \texcmd{HepProcess} macro, which groups particles together with +nice spacings, including a re-defined \texcmd{to} macro. +% +Complex PEN-specified particles (essentially, the set of excited states with +resonance qualifiers) have not been implemented in the ``nicenames'' scheme. A +prime motivation for this is that \LaTeX{} does not support numbers in macro +names: spelling the resonance mass numbers out as words would be lengthy and +ridiculous, so the PEN scheme is pretty much as easy to remember as any other in +my opinion. Okay, that's not quite true: ``nicenames'' macros with the ``i, ii, +iii''/``a, b, c'' suffixes would probably be easier, but unless there's demand +for that feature, I can't be bothered implementing it! + +\input{hepnicenames-macros} + +\clearpage + +\section{\heppennames macros} +\heppennames re-implements and augments the particles in the particle entity +notation (PEN) scheme, specifically the \texttt{pennames.sty} \LaTeX{} style. +In several cases, simplified forms of the original PEN macros (e.g. \PZzero's +without the superscript zero, \PJgyi without the resonance specifier\dots) have +been provided. Where this is the case, the PEN notation has usually been changed +to make the simpler form of the symbol correspond to the simplest macro name. +\input{heppennames-macros} + +\vspace{1cm} +\noindent +\textbf{Any feedback is appreciated! Email it to \texttt{andy@insectnation.org}, please.} +\newline\newline +In particular, if you find that a particle name is missing, please let me know, +preferably with a recommended pair of macro names (for the PEN and ``nice'' names) +and a description of how it should by typeset. The best form is to give me an +implementation in terms of the \hepparticles macros, of course! + +\end{document} diff --git a/Master/texmf-dist/doc/latex/hepnames/hepnicenames-macros.tex b/Master/texmf-dist/doc/latex/hepnames/hepnicenames-macros.tex new file mode 100644 index 00000000000..3763f8b443a --- /dev/null +++ b/Master/texmf-dist/doc/latex/hepnames/hepnicenames-macros.tex @@ -0,0 +1,254 @@ +\begin{multicols}{2}{ +\begin{itemize} +\item \texcmd{hepnicenames} $\Rightarrow$ \hepnicenames +\item \texcmd{PB} $\Rightarrow$ \PB +\item \texcmd{PBpm} $\Rightarrow$ \PBpm +\item \texcmd{PBmp} $\Rightarrow$ \PBmp +\item \texcmd{PBplus} $\Rightarrow$ \PBplus +\item \texcmd{PBminus} $\Rightarrow$ \PBminus +\item \texcmd{PBzero} $\Rightarrow$ \PBzero +\item \texcmd{PBd} $\Rightarrow$ \PBd +\item \texcmd{PBu} $\Rightarrow$ \PBu +\item \texcmd{PBc} $\Rightarrow$ \PBc +\item \texcmd{PBs} $\Rightarrow$ \PBs +\item \texcmd{APB} $\Rightarrow$ \APB +\item \texcmd{APBzero} $\Rightarrow$ \APBzero +\item \texcmd{APBd} $\Rightarrow$ \APBd +\item \texcmd{APBu} $\Rightarrow$ \APBu +\item \texcmd{APBc} $\Rightarrow$ \APBc +\item \texcmd{APBs} $\Rightarrow$ \APBs +\item \texcmd{PK} $\Rightarrow$ \PK +\item \texcmd{PKpm} $\Rightarrow$ \PKpm +\item \texcmd{PKmp} $\Rightarrow$ \PKmp +\item \texcmd{PKplus} $\Rightarrow$ \PKplus +\item \texcmd{PKminus} $\Rightarrow$ \PKminus +\item \texcmd{PKzero} $\Rightarrow$ \PKzero +\item \texcmd{PKshort} $\Rightarrow$ \PKshort +\item \texcmd{PKs} $\Rightarrow$ \PKs +\item \texcmd{PKlong} $\Rightarrow$ \PKlong +\item \texcmd{PKl} $\Rightarrow$ \PKl +\item \texcmd{PKstar} $\Rightarrow$ \PKstar +\item \texcmd{APK} $\Rightarrow$ \APK +\item \texcmd{APKzero} $\Rightarrow$ \APKzero +\item \texcmd{Pphoton} $\Rightarrow$ \Pphoton +\item \texcmd{Pgluon} $\Rightarrow$ \Pgluon +\item \texcmd{PW} $\Rightarrow$ \PW +\item \texcmd{PWpm} $\Rightarrow$ \PWpm +\item \texcmd{PWmp} $\Rightarrow$ \PWmp +\item \texcmd{PWplus} $\Rightarrow$ \PWplus +\item \texcmd{PWminus} $\Rightarrow$ \PWminus +\item \texcmd{PWprime} $\Rightarrow$ \PWprime +\item \texcmd{PZ} $\Rightarrow$ \PZ +\item Z with a zero\newline \texcmd{PZzero} $\Rightarrow$ \PZzero +\item Z-prime\newline \texcmd{PZprime} $\Rightarrow$ \PZprime +\item axion\newline \texcmd{Paxion} $\Rightarrow$ \Paxion +\item lepton\newline \texcmd{Plepton} $\Rightarrow$ \Plepton +\item charged lepton\newline \texcmd{Pleptonpm} $\Rightarrow$ \Pleptonpm +\item charged lepton\newline \texcmd{Pleptonmp} $\Rightarrow$ \Pleptonmp +\item positive lepton\newline \texcmd{Pleptonplus} $\Rightarrow$ \Pleptonplus +\item negative lepton\newline \texcmd{Pleptonminus} $\Rightarrow$ \Pleptonminus +\item anti-lepton\newline \texcmd{APlepton} $\Rightarrow$ \APlepton +\item neutrino\newline \texcmd{Pnu} $\Rightarrow$ \Pnu +\item antineutrino\newline \texcmd{APnu} $\Rightarrow$ \APnu +\item neutrino\newline \texcmd{Pneutrino} $\Rightarrow$ \Pneutrino +\item antineutrino\newline \texcmd{APneutrino} $\Rightarrow$ \APneutrino +\item lepton-flavour neutrino\newline \texcmd{Pnulepton} $\Rightarrow$ \Pnulepton +\item lepton-flavour antineutrino\newline \texcmd{APnulepton} $\Rightarrow$ \APnulepton +\item \texcmd{Pe} $\Rightarrow$ \Pe +\item \texcmd{Pepm} $\Rightarrow$ \Pepm +\item \texcmd{Pemp} $\Rightarrow$ \Pemp +\item \texcmd{Pelectron} $\Rightarrow$ \Pelectron +\item \texcmd{APelectron} $\Rightarrow$ \APelectron +\item \texcmd{Ppositron} $\Rightarrow$ \Ppositron +\item \texcmd{APpositron} $\Rightarrow$ \APpositron +\item \texcmd{Pmu} $\Rightarrow$ \Pmu +\item \texcmd{Pmupm} $\Rightarrow$ \Pmupm +\item \texcmd{Pmump} $\Rightarrow$ \Pmump +\item \texcmd{Pmuon} $\Rightarrow$ \Pmuon +\item \texcmd{APmuon} $\Rightarrow$ \APmuon +\item \texcmd{Ptau} $\Rightarrow$ \Ptau +\item \texcmd{Ptaupm} $\Rightarrow$ \Ptaupm +\item \texcmd{Ptaump} $\Rightarrow$ \Ptaump +\item \texcmd{Ptauon} $\Rightarrow$ \Ptauon +\item \texcmd{APtauon} $\Rightarrow$ \APtauon +\item \texcmd{Pnue} $\Rightarrow$ \Pnue +\item \texcmd{Pnum} $\Rightarrow$ \Pnum +\item \texcmd{Pnut} $\Rightarrow$ \Pnut +\item \texcmd{APnue} $\Rightarrow$ \APnue +\item \texcmd{APnum} $\Rightarrow$ \APnum +\item \texcmd{APnut} $\Rightarrow$ \APnut +\item \texcmd{Pquark} $\Rightarrow$ \Pquark +\item \texcmd{APquark} $\Rightarrow$ \APquark +\item \texcmd{Pdown} $\Rightarrow$ \Pdown +\item \texcmd{Pup} $\Rightarrow$ \Pup +\item \texcmd{Pstrange} $\Rightarrow$ \Pstrange +\item \texcmd{Pcharm} $\Rightarrow$ \Pcharm +\item \texcmd{Pbottom} $\Rightarrow$ \Pbottom +\item \texcmd{Pbeauty} $\Rightarrow$ \Pbeauty +\item \texcmd{Ptop} $\Rightarrow$ \Ptop +\item \texcmd{Ptruth} $\Rightarrow$ \Ptruth +\item \texcmd{APdown} $\Rightarrow$ \APdown +\item \texcmd{APqd} $\Rightarrow$ \APqd +\item \texcmd{APup} $\Rightarrow$ \APup +\item \texcmd{APqu} $\Rightarrow$ \APqu +\item \texcmd{APstrange} $\Rightarrow$ \APstrange +\item \texcmd{APqs} $\Rightarrow$ \APqs +\item \texcmd{APcharm} $\Rightarrow$ \APcharm +\item \texcmd{APqc} $\Rightarrow$ \APqc +\item \texcmd{APbottom} $\Rightarrow$ \APbottom +\item \texcmd{APbeauty} $\Rightarrow$ \APbeauty +\item \texcmd{APqb} $\Rightarrow$ \APqb +\item \texcmd{APtop} $\Rightarrow$ \APtop +\item \texcmd{APtruth} $\Rightarrow$ \APtruth +\item \texcmd{APqt} $\Rightarrow$ \APqt +\item \texcmd{Pproton} $\Rightarrow$ \Pproton +\item \texcmd{Pneutron} $\Rightarrow$ \Pneutron +\item \texcmd{APproton} $\Rightarrow$ \APproton +\item \texcmd{APneutron} $\Rightarrow$ \APneutron +\item \texcmd{PLambda} $\Rightarrow$ \PLambda +\item \texcmd{APLambda} $\Rightarrow$ \APLambda +\item \texcmd{PLambdac} $\Rightarrow$ \PLambdac +\item \texcmd{PLambdab} $\Rightarrow$ \PLambdab +\item \texcmd{POmega} $\Rightarrow$ \POmega +\item \texcmd{POmegapm} $\Rightarrow$ \POmegapm +\item \texcmd{POmegamp} $\Rightarrow$ \POmegamp +\item \texcmd{POmegaplus} $\Rightarrow$ \POmegaplus +\item \texcmd{POmegaminus} $\Rightarrow$ \POmegaminus +\item \texcmd{APOmega} $\Rightarrow$ \APOmega +\item \texcmd{APOmegaplus} $\Rightarrow$ \APOmegaplus +\item \texcmd{APOmegaminus} $\Rightarrow$ \APOmegaminus +\item \texcmd{PSigma} $\Rightarrow$ \PSigma +\item \texcmd{PSigmapm} $\Rightarrow$ \PSigmapm +\item \texcmd{PSigmamp} $\Rightarrow$ \PSigmamp +\item \texcmd{PSigmaminus} $\Rightarrow$ \PSigmaminus +\item \texcmd{PSigmaplus} $\Rightarrow$ \PSigmaplus +\item \texcmd{PSigmazero} $\Rightarrow$ \PSigmazero +\item \texcmd{PSigmac} $\Rightarrow$ \PSigmac +\item \texcmd{APSigmaminus} $\Rightarrow$ \APSigmaminus +\item \texcmd{APSigmaplus} $\Rightarrow$ \APSigmaplus +\item \texcmd{APSigmazero} $\Rightarrow$ \APSigmazero +\item \texcmd{APSigmac} $\Rightarrow$ \APSigmac +\item \texcmd{PUpsilon} $\Rightarrow$ \PUpsilon +\item \texcmd{PUpsilonOneS} $\Rightarrow$ \PUpsilonOneS +\item \texcmd{PUpsilonTwoS} $\Rightarrow$ \PUpsilonTwoS +\item \texcmd{PUpsilonThreeS} $\Rightarrow$ \PUpsilonThreeS +\item \texcmd{PUpsilonFourS} $\Rightarrow$ \PUpsilonFourS +\item \texcmd{PXi} $\Rightarrow$ \PXi +\item \texcmd{PXiplus} $\Rightarrow$ \PXiplus +\item \texcmd{PXiminus} $\Rightarrow$ \PXiminus +\item \texcmd{PXizero} $\Rightarrow$ \PXizero +\item \texcmd{APXiplus} $\Rightarrow$ \APXiplus +\item \texcmd{APXiminus} $\Rightarrow$ \APXiminus +\item \texcmd{APXizero} $\Rightarrow$ \APXizero +\item \texcmd{PXicplus} $\Rightarrow$ \PXicplus +\item \texcmd{PXiczero} $\Rightarrow$ \PXiczero +\item \texcmd{Pphi} $\Rightarrow$ \Pphi +\item \texcmd{Peta} $\Rightarrow$ \Peta +\item \texcmd{Petaprime} $\Rightarrow$ \Petaprime +\item \texcmd{Petac} $\Rightarrow$ \Petac +\item \texcmd{Pomega} $\Rightarrow$ \Pomega +\item \texcmd{Ppi} $\Rightarrow$ \Ppi +\item \texcmd{Ppipm} $\Rightarrow$ \Ppipm +\item \texcmd{Ppimp} $\Rightarrow$ \Ppimp +\item \texcmd{Ppiplus} $\Rightarrow$ \Ppiplus +\item \texcmd{Ppiminus} $\Rightarrow$ \Ppiminus +\item \texcmd{Ppizero} $\Rightarrow$ \Ppizero +\item \texcmd{Prho} $\Rightarrow$ \Prho +\item \texcmd{Prhoplus} $\Rightarrow$ \Prhoplus +\item \texcmd{Prhominus} $\Rightarrow$ \Prhominus +\item \texcmd{Prhopm} $\Rightarrow$ \Prhopm +\item \texcmd{Prhomp} $\Rightarrow$ \Prhomp +\item \texcmd{Prhozero} $\Rightarrow$ \Prhozero +\item \texcmd{PJpsi} $\Rightarrow$ \PJpsi +\item \texcmd{PJpsiOneS} $\Rightarrow$ \PJpsiOneS +\item \texcmd{Ppsi} $\Rightarrow$ \Ppsi +\item \texcmd{PpsiTwoS} $\Rightarrow$ \PpsiTwoS +\item \texcmd{PD} $\Rightarrow$ \PD +\item \texcmd{PDpm} $\Rightarrow$ \PDpm +\item \texcmd{PDmp} $\Rightarrow$ \PDmp +\item \texcmd{PDzero} $\Rightarrow$ \PDzero +\item \texcmd{PDminus} $\Rightarrow$ \PDminus +\item \texcmd{PDplus} $\Rightarrow$ \PDplus +\item \texcmd{PDstar} $\Rightarrow$ \PDstar +\item \texcmd{APD} $\Rightarrow$ \APD +\item \texcmd{APDzero} $\Rightarrow$ \APDzero +\item \texcmd{PDs} $\Rightarrow$ \PDs +\item \texcmd{PDsminus} $\Rightarrow$ \PDsminus +\item \texcmd{PDsplus} $\Rightarrow$ \PDsplus +\item \texcmd{PDspm} $\Rightarrow$ \PDspm +\item \texcmd{PDsmp} $\Rightarrow$ \PDsmp +\item \texcmd{PDsstar} $\Rightarrow$ \PDsstar +\item \texcmd{PHiggs} $\Rightarrow$ \PHiggs +\item \texcmd{PHiggsheavy} $\Rightarrow$ \PHiggsheavy +\item \texcmd{PHiggslight} $\Rightarrow$ \PHiggslight +\item \texcmd{PHiggsheavyzero} $\Rightarrow$ \PHiggsheavyzero +\item \texcmd{PHiggslightzero} $\Rightarrow$ \PHiggslightzero +\item \texcmd{PHiggsps} $\Rightarrow$ \PHiggsps +\item \texcmd{PHiggspszero} $\Rightarrow$ \PHiggspszero +\item \texcmd{PHiggsplus} $\Rightarrow$ \PHiggsplus +\item \texcmd{PHiggsminus} $\Rightarrow$ \PHiggsminus +\item \texcmd{PHiggspm} $\Rightarrow$ \PHiggspm +\item \texcmd{PHiggsmp} $\Rightarrow$ \PHiggsmp +\item \texcmd{PHiggszero} $\Rightarrow$ \PHiggszero +\item \texcmd{PSHiggs} $\Rightarrow$ \PSHiggs +\item \texcmd{PSHiggsino} $\Rightarrow$ \PSHiggsino +\item \texcmd{PSHiggsplus} $\Rightarrow$ \PSHiggsplus +\item \texcmd{PSHiggsinoplus} $\Rightarrow$ \PSHiggsinoplus +\item \texcmd{PSHiggsminus} $\Rightarrow$ \PSHiggsminus +\item \texcmd{PSHiggsinominus} $\Rightarrow$ \PSHiggsinominus +\item \texcmd{PSHiggspm} $\Rightarrow$ \PSHiggspm +\item \texcmd{PSHiggsinopm} $\Rightarrow$ \PSHiggsinopm +\item \texcmd{PSHiggsmp} $\Rightarrow$ \PSHiggsmp +\item \texcmd{PSHiggsinomp} $\Rightarrow$ \PSHiggsinomp +\item \texcmd{PSHiggszero} $\Rightarrow$ \PSHiggszero +\item \texcmd{PSHiggsinozero} $\Rightarrow$ \PSHiggsinozero +\item bino %% in pennames\newline \texcmd{PSB} $\Rightarrow$ \PSB +\item bino\newline \texcmd{PSBino} $\Rightarrow$ \PSBino +\item \texcmd{PSW} $\Rightarrow$ \PSW +\item \texcmd{PSWplus} $\Rightarrow$ \PSWplus +\item \texcmd{PSWminus} $\Rightarrow$ \PSWminus +\item \texcmd{PSWpm} $\Rightarrow$ \PSWpm +\item \texcmd{PSWmp} $\Rightarrow$ \PSWmp +\item \texcmd{PSWino} $\Rightarrow$ \PSWino +\item \texcmd{PSWinopm} $\Rightarrow$ \PSWinopm +\item \texcmd{PSWinomp} $\Rightarrow$ \PSWinomp +\item \texcmd{PSZ} $\Rightarrow$ \PSZ +\item \texcmd{PSZzero} $\Rightarrow$ \PSZzero +\item \texcmd{PSe} $\Rightarrow$ \PSe +\item photino\newline \texcmd{PSphoton} $\Rightarrow$ \PSphoton +\item photino\newline \texcmd{PSphotino} $\Rightarrow$ \PSphotino +\item photino\newline \texcmd{Pphotino} $\Rightarrow$ \Pphotino +\item smuon\newline \texcmd{PSmu} $\Rightarrow$ \PSmu +\item sneutrino\newline \texcmd{PSnu} $\Rightarrow$ \PSnu +\item stau\newline \texcmd{PStau} $\Rightarrow$ \PStau +\item neutralino/chargino\newline \texcmd{PSino} $\Rightarrow$ \PSino +\item chargino pm\newline \texcmd{PScharginopm} $\Rightarrow$ \PScharginopm +\item chargino mp\newline \texcmd{PScharginomp} $\Rightarrow$ \PScharginomp +\item neutralino\newline \texcmd{PSneutralino} $\Rightarrow$ \PSneutralino +\item lightest neutralino\newline \texcmd{PSneutralinoOne} $\Rightarrow$ \PSneutralinoOne +\item next-to-lightest neutralino\newline \texcmd{PSneutralinoTwo} $\Rightarrow$ \PSneutralinoTwo +\item gluino\newline \texcmd{PSgluino} $\Rightarrow$ \PSgluino +\item slepton\newline \texcmd{PSlepton} $\Rightarrow$ \PSlepton +\item duplicate slepton macro\newline \texcmd{Pslepton} $\Rightarrow$ \Pslepton +\item anti-slepton\newline \texcmd{APSlepton} $\Rightarrow$ \APSlepton +\item anti-slepton\newline \texcmd{APslepton} $\Rightarrow$ \APslepton +\item \texcmd{PSq} $\Rightarrow$ \PSq +\item \texcmd{Psquark} $\Rightarrow$ \Psquark +\item \texcmd{APSq} $\Rightarrow$ \APSq +\item \texcmd{APsquark} $\Rightarrow$ \APsquark +\item \texcmd{PSdown} $\Rightarrow$ \PSdown +\item \texcmd{PSup} $\Rightarrow$ \PSup +\item \texcmd{PSstrange} $\Rightarrow$ \PSstrange +\item \texcmd{PScharm} $\Rightarrow$ \PScharm +\item \texcmd{PSbottom} $\Rightarrow$ \PSbottom +\item \texcmd{PStop} $\Rightarrow$ \PStop +\item \texcmd{PASdown} $\Rightarrow$ \PASdown +\item \texcmd{PASup} $\Rightarrow$ \PASup +\item \texcmd{PASstrange} $\Rightarrow$ \PASstrange +\item \texcmd{PAScharm} $\Rightarrow$ \PAScharm +\item \texcmd{PASbottom} $\Rightarrow$ \PASbottom +\item \texcmd{PAStop} $\Rightarrow$ \PAStop +\item \texcmd{eplus} $\Rightarrow$ \eplus +\item \texcmd{eminus} $\Rightarrow$ \eminus +\end{itemize} +}\end{multicols} diff --git a/Master/texmf-dist/doc/latex/hepnames/hepnicenames.pdf b/Master/texmf-dist/doc/latex/hepnames/hepnicenames.pdf Binary files differnew file mode 100644 index 00000000000..2b5922fa10c --- /dev/null +++ b/Master/texmf-dist/doc/latex/hepnames/hepnicenames.pdf diff --git a/Master/texmf-dist/doc/latex/hepnames/hepnicenames.tex b/Master/texmf-dist/doc/latex/hepnames/hepnicenames.tex new file mode 100644 index 00000000000..e36c64c25ca --- /dev/null +++ b/Master/texmf-dist/doc/latex/hepnames/hepnicenames.tex @@ -0,0 +1,1052 @@ +\documentclass[12pt]{article} +\usepackage{hepnicenames} +\usepackage{a4wide,multicol,setspace,color} +\title{Testing \hepnicenames} +\author{Generated by \texttt{andy}} +\onehalfspacing +\newcommand{\texcmd}[1]{\textcolor{red}{\texttt{\char`\\#1}}} +\newcommand{\texenv}[1]{\textcolor{red}{\texttt{#1}}} +\newcommand{\texopts}[1]{\textcolor{purple}{\texttt{[#1]}}} +\newcommand{\texarg}[1]{\textcolor{violet}{\texttt{#1}}} +\newcommand{\texargs}[1]{\textcolor{violet}{\texttt{\{#1\}}}} +\newcommand{\texpkg}[1]{\texttt{#1}} +\newcommand{\texcls}[1]{\texttt{#1}} +\newcommand{\gen}[1]{\ensuremath{\braket{#1}}} + +\begin{document} +\maketitle + +\section{Normal font} +\begin{multicols}{2}{ +\begin{itemize} +\item \texcmd{hepnicenames} $\Rightarrow$ \hepnicenames +\item \texcmd{PB} $\Rightarrow$ \PB +\item \texcmd{PBpm} $\Rightarrow$ \PBpm +\item \texcmd{PBmp} $\Rightarrow$ \PBmp +\item \texcmd{PBplus} $\Rightarrow$ \PBplus +\item \texcmd{PBminus} $\Rightarrow$ \PBminus +\item \texcmd{PBzero} $\Rightarrow$ \PBzero +\item \texcmd{PBd} $\Rightarrow$ \PBd +\item \texcmd{PBu} $\Rightarrow$ \PBu +\item \texcmd{PBc} $\Rightarrow$ \PBc +\item \texcmd{PBs} $\Rightarrow$ \PBs +\item \texcmd{APB} $\Rightarrow$ \APB +\item \texcmd{APBzero} $\Rightarrow$ \APBzero +\item \texcmd{APBd} $\Rightarrow$ \APBd +\item \texcmd{APBu} $\Rightarrow$ \APBu +\item \texcmd{APBc} $\Rightarrow$ \APBc +\item \texcmd{APBs} $\Rightarrow$ \APBs +\item \texcmd{PK} $\Rightarrow$ \PK +\item \texcmd{PKpm} $\Rightarrow$ \PKpm +\item \texcmd{PKmp} $\Rightarrow$ \PKmp +\item \texcmd{PKplus} $\Rightarrow$ \PKplus +\item \texcmd{PKminus} $\Rightarrow$ \PKminus +\item \texcmd{PKzero} $\Rightarrow$ \PKzero +\item \texcmd{PKshort} $\Rightarrow$ \PKshort +\item \texcmd{PKs} $\Rightarrow$ \PKs +\item \texcmd{PKlong} $\Rightarrow$ \PKlong +\item \texcmd{PKl} $\Rightarrow$ \PKl +\item \texcmd{PKstar} $\Rightarrow$ \PKstar +\item \texcmd{APK} $\Rightarrow$ \APK +\item \texcmd{APKzero} $\Rightarrow$ \APKzero +\item \texcmd{Pphoton} $\Rightarrow$ \Pphoton +\item \texcmd{Pgluon} $\Rightarrow$ \Pgluon +\item \texcmd{PW} $\Rightarrow$ \PW +\item \texcmd{PWpm} $\Rightarrow$ \PWpm +\item \texcmd{PWmp} $\Rightarrow$ \PWmp +\item \texcmd{PWplus} $\Rightarrow$ \PWplus +\item \texcmd{PWminus} $\Rightarrow$ \PWminus +\item \texcmd{PWprime} $\Rightarrow$ \PWprime +\item \texcmd{PZ} $\Rightarrow$ \PZ +\item Z with a zero\newline \texcmd{PZzero} $\Rightarrow$ \PZzero +\item Z-prime\newline \texcmd{PZprime} $\Rightarrow$ \PZprime +\item axion\newline \texcmd{Paxion} $\Rightarrow$ \Paxion +\item lepton\newline \texcmd{Plepton} $\Rightarrow$ \Plepton +\item charged lepton\newline \texcmd{Pleptonpm} $\Rightarrow$ \Pleptonpm +\item charged lepton\newline \texcmd{Pleptonmp} $\Rightarrow$ \Pleptonmp +\item positive lepton\newline \texcmd{Pleptonplus} $\Rightarrow$ \Pleptonplus +\item negative lepton\newline \texcmd{Pleptonminus} $\Rightarrow$ \Pleptonminus +\item anti-lepton\newline \texcmd{APlepton} $\Rightarrow$ \APlepton +\item neutrino\newline \texcmd{Pnu} $\Rightarrow$ \Pnu +\item antineutrino\newline \texcmd{APnu} $\Rightarrow$ \APnu +\item neutrino\newline \texcmd{Pneutrino} $\Rightarrow$ \Pneutrino +\item antineutrino\newline \texcmd{APneutrino} $\Rightarrow$ \APneutrino +\item lepton-flavour neutrino\newline \texcmd{Pnulepton} $\Rightarrow$ \Pnulepton +\item lepton-flavour antineutrino\newline \texcmd{APnulepton} $\Rightarrow$ \APnulepton +\item \texcmd{Pe} $\Rightarrow$ \Pe +\item \texcmd{Pepm} $\Rightarrow$ \Pepm +\item \texcmd{Pemp} $\Rightarrow$ \Pemp +\item \texcmd{Pelectron} $\Rightarrow$ \Pelectron +\item \texcmd{APelectron} $\Rightarrow$ \APelectron +\item \texcmd{Ppositron} $\Rightarrow$ \Ppositron +\item \texcmd{APpositron} $\Rightarrow$ \APpositron +\item \texcmd{Pmu} $\Rightarrow$ \Pmu +\item \texcmd{Pmupm} $\Rightarrow$ \Pmupm +\item \texcmd{Pmump} $\Rightarrow$ \Pmump +\item \texcmd{Pmuon} $\Rightarrow$ \Pmuon +\item \texcmd{APmuon} $\Rightarrow$ \APmuon +\item \texcmd{Ptau} $\Rightarrow$ \Ptau +\item \texcmd{Ptaupm} $\Rightarrow$ \Ptaupm +\item \texcmd{Ptaump} $\Rightarrow$ \Ptaump +\item \texcmd{Ptauon} $\Rightarrow$ \Ptauon +\item \texcmd{APtauon} $\Rightarrow$ \APtauon +\item \texcmd{Pnue} $\Rightarrow$ \Pnue +\item \texcmd{Pnum} $\Rightarrow$ \Pnum +\item \texcmd{Pnut} $\Rightarrow$ \Pnut +\item \texcmd{APnue} $\Rightarrow$ \APnue +\item \texcmd{APnum} $\Rightarrow$ \APnum +\item \texcmd{APnut} $\Rightarrow$ \APnut +\item \texcmd{Pquark} $\Rightarrow$ \Pquark +\item \texcmd{APquark} $\Rightarrow$ \APquark +\item \texcmd{Pdown} $\Rightarrow$ \Pdown +\item \texcmd{Pup} $\Rightarrow$ \Pup +\item \texcmd{Pstrange} $\Rightarrow$ \Pstrange +\item \texcmd{Pcharm} $\Rightarrow$ \Pcharm +\item \texcmd{Pbottom} $\Rightarrow$ \Pbottom +\item \texcmd{Pbeauty} $\Rightarrow$ \Pbeauty +\item \texcmd{Ptop} $\Rightarrow$ \Ptop +\item \texcmd{Ptruth} $\Rightarrow$ \Ptruth +\item \texcmd{APdown} $\Rightarrow$ \APdown +\item \texcmd{APqd} $\Rightarrow$ \APqd +\item \texcmd{APup} $\Rightarrow$ \APup +\item \texcmd{APqu} $\Rightarrow$ \APqu +\item \texcmd{APstrange} $\Rightarrow$ \APstrange +\item \texcmd{APqs} $\Rightarrow$ \APqs +\item \texcmd{APcharm} $\Rightarrow$ \APcharm +\item \texcmd{APqc} $\Rightarrow$ \APqc +\item \texcmd{APbottom} $\Rightarrow$ \APbottom +\item \texcmd{APbeauty} $\Rightarrow$ \APbeauty +\item \texcmd{APqb} $\Rightarrow$ \APqb +\item \texcmd{APtop} $\Rightarrow$ \APtop +\item \texcmd{APtruth} $\Rightarrow$ \APtruth +\item \texcmd{APqt} $\Rightarrow$ \APqt +\item \texcmd{Pproton} $\Rightarrow$ \Pproton +\item \texcmd{Pneutron} $\Rightarrow$ \Pneutron +\item \texcmd{APproton} $\Rightarrow$ \APproton +\item \texcmd{APneutron} $\Rightarrow$ \APneutron +\item \texcmd{PLambda} $\Rightarrow$ \PLambda +\item \texcmd{APLambda} $\Rightarrow$ \APLambda +\item \texcmd{PLambdac} $\Rightarrow$ \PLambdac +\item \texcmd{PLambdab} $\Rightarrow$ \PLambdab +\item \texcmd{POmega} $\Rightarrow$ \POmega +\item \texcmd{POmegapm} $\Rightarrow$ \POmegapm +\item \texcmd{POmegamp} $\Rightarrow$ \POmegamp +\item \texcmd{POmegaplus} $\Rightarrow$ \POmegaplus +\item \texcmd{POmegaminus} $\Rightarrow$ \POmegaminus +\item \texcmd{APOmega} $\Rightarrow$ \APOmega +\item \texcmd{APOmegaplus} $\Rightarrow$ \APOmegaplus +\item \texcmd{APOmegaminus} $\Rightarrow$ \APOmegaminus +\item \texcmd{PSigma} $\Rightarrow$ \PSigma +\item \texcmd{PSigmapm} $\Rightarrow$ \PSigmapm +\item \texcmd{PSigmamp} $\Rightarrow$ \PSigmamp +\item \texcmd{PSigmaminus} $\Rightarrow$ \PSigmaminus +\item \texcmd{PSigmaplus} $\Rightarrow$ \PSigmaplus +\item \texcmd{PSigmazero} $\Rightarrow$ \PSigmazero +\item \texcmd{PSigmac} $\Rightarrow$ \PSigmac +\item \texcmd{APSigmaminus} $\Rightarrow$ \APSigmaminus +\item \texcmd{APSigmaplus} $\Rightarrow$ \APSigmaplus +\item \texcmd{APSigmazero} $\Rightarrow$ \APSigmazero +\item \texcmd{APSigmac} $\Rightarrow$ \APSigmac +\item \texcmd{PUpsilon} $\Rightarrow$ \PUpsilon +\item \texcmd{PUpsilonOneS} $\Rightarrow$ \PUpsilonOneS +\item \texcmd{PUpsilonTwoS} $\Rightarrow$ \PUpsilonTwoS +\item \texcmd{PUpsilonThreeS} $\Rightarrow$ \PUpsilonThreeS +\item \texcmd{PUpsilonFourS} $\Rightarrow$ \PUpsilonFourS +\item \texcmd{PXi} $\Rightarrow$ \PXi +\item \texcmd{PXiplus} $\Rightarrow$ \PXiplus +\item \texcmd{PXiminus} $\Rightarrow$ \PXiminus +\item \texcmd{PXizero} $\Rightarrow$ \PXizero +\item \texcmd{APXiplus} $\Rightarrow$ \APXiplus +\item \texcmd{APXiminus} $\Rightarrow$ \APXiminus +\item \texcmd{APXizero} $\Rightarrow$ \APXizero +\item \texcmd{PXicplus} $\Rightarrow$ \PXicplus +\item \texcmd{PXiczero} $\Rightarrow$ \PXiczero +\item \texcmd{Pphi} $\Rightarrow$ \Pphi +\item \texcmd{Peta} $\Rightarrow$ \Peta +\item \texcmd{Petaprime} $\Rightarrow$ \Petaprime +\item \texcmd{Petac} $\Rightarrow$ \Petac +\item \texcmd{Pomega} $\Rightarrow$ \Pomega +\item \texcmd{Ppi} $\Rightarrow$ \Ppi +\item \texcmd{Ppipm} $\Rightarrow$ \Ppipm +\item \texcmd{Ppimp} $\Rightarrow$ \Ppimp +\item \texcmd{Ppiplus} $\Rightarrow$ \Ppiplus +\item \texcmd{Ppiminus} $\Rightarrow$ \Ppiminus +\item \texcmd{Ppizero} $\Rightarrow$ \Ppizero +\item \texcmd{Prho} $\Rightarrow$ \Prho +\item \texcmd{Prhoplus} $\Rightarrow$ \Prhoplus +\item \texcmd{Prhominus} $\Rightarrow$ \Prhominus +\item \texcmd{Prhopm} $\Rightarrow$ \Prhopm +\item \texcmd{Prhomp} $\Rightarrow$ \Prhomp +\item \texcmd{Prhozero} $\Rightarrow$ \Prhozero +\item \texcmd{PJpsi} $\Rightarrow$ \PJpsi +\item \texcmd{PJpsiOneS} $\Rightarrow$ \PJpsiOneS +\item \texcmd{Ppsi} $\Rightarrow$ \Ppsi +\item \texcmd{PpsiTwoS} $\Rightarrow$ \PpsiTwoS +\item \texcmd{PD} $\Rightarrow$ \PD +\item \texcmd{PDpm} $\Rightarrow$ \PDpm +\item \texcmd{PDmp} $\Rightarrow$ \PDmp +\item \texcmd{PDzero} $\Rightarrow$ \PDzero +\item \texcmd{PDminus} $\Rightarrow$ \PDminus +\item \texcmd{PDplus} $\Rightarrow$ \PDplus +\item \texcmd{PDstar} $\Rightarrow$ \PDstar +\item \texcmd{APD} $\Rightarrow$ \APD +\item \texcmd{APDzero} $\Rightarrow$ \APDzero +\item \texcmd{PDs} $\Rightarrow$ \PDs +\item \texcmd{PDsminus} $\Rightarrow$ \PDsminus +\item \texcmd{PDsplus} $\Rightarrow$ \PDsplus +\item \texcmd{PDspm} $\Rightarrow$ \PDspm +\item \texcmd{PDsmp} $\Rightarrow$ \PDsmp +\item \texcmd{PDsstar} $\Rightarrow$ \PDsstar +\item \texcmd{PHiggs} $\Rightarrow$ \PHiggs +\item \texcmd{PHiggsheavy} $\Rightarrow$ \PHiggsheavy +\item \texcmd{PHiggslight} $\Rightarrow$ \PHiggslight +\item \texcmd{PHiggsheavyzero} $\Rightarrow$ \PHiggsheavyzero +\item \texcmd{PHiggslightzero} $\Rightarrow$ \PHiggslightzero +\item \texcmd{PHiggsps} $\Rightarrow$ \PHiggsps +\item \texcmd{PHiggspszero} $\Rightarrow$ \PHiggspszero +\item \texcmd{PHiggsplus} $\Rightarrow$ \PHiggsplus +\item \texcmd{PHiggsminus} $\Rightarrow$ \PHiggsminus +\item \texcmd{PHiggspm} $\Rightarrow$ \PHiggspm +\item \texcmd{PHiggsmp} $\Rightarrow$ \PHiggsmp +\item \texcmd{PHiggszero} $\Rightarrow$ \PHiggszero +\item \texcmd{PSHiggs} $\Rightarrow$ \PSHiggs +\item \texcmd{PSHiggsino} $\Rightarrow$ \PSHiggsino +\item \texcmd{PSHiggsplus} $\Rightarrow$ \PSHiggsplus +\item \texcmd{PSHiggsinoplus} $\Rightarrow$ \PSHiggsinoplus +\item \texcmd{PSHiggsminus} $\Rightarrow$ \PSHiggsminus +\item \texcmd{PSHiggsinominus} $\Rightarrow$ \PSHiggsinominus +\item \texcmd{PSHiggspm} $\Rightarrow$ \PSHiggspm +\item \texcmd{PSHiggsinopm} $\Rightarrow$ \PSHiggsinopm +\item \texcmd{PSHiggsmp} $\Rightarrow$ \PSHiggsmp +\item \texcmd{PSHiggsinomp} $\Rightarrow$ \PSHiggsinomp +\item \texcmd{PSHiggszero} $\Rightarrow$ \PSHiggszero +\item \texcmd{PSHiggsinozero} $\Rightarrow$ \PSHiggsinozero +\item bino %% in pennames\newline \texcmd{PSB} $\Rightarrow$ \PSB +\item bino\newline \texcmd{PSBino} $\Rightarrow$ \PSBino +\item \texcmd{PSW} $\Rightarrow$ \PSW +\item \texcmd{PSWplus} $\Rightarrow$ \PSWplus +\item \texcmd{PSWminus} $\Rightarrow$ \PSWminus +\item \texcmd{PSWpm} $\Rightarrow$ \PSWpm +\item \texcmd{PSWmp} $\Rightarrow$ \PSWmp +\item \texcmd{PSWino} $\Rightarrow$ \PSWino +\item \texcmd{PSWinopm} $\Rightarrow$ \PSWinopm +\item \texcmd{PSWinomp} $\Rightarrow$ \PSWinomp +\item \texcmd{PSZ} $\Rightarrow$ \PSZ +\item \texcmd{PSZzero} $\Rightarrow$ \PSZzero +\item \texcmd{PSe} $\Rightarrow$ \PSe +\item photino\newline \texcmd{PSphoton} $\Rightarrow$ \PSphoton +\item photino\newline \texcmd{PSphotino} $\Rightarrow$ \PSphotino +\item photino\newline \texcmd{Pphotino} $\Rightarrow$ \Pphotino +\item smuon\newline \texcmd{PSmu} $\Rightarrow$ \PSmu +\item sneutrino\newline \texcmd{PSnu} $\Rightarrow$ \PSnu +\item stau\newline \texcmd{PStau} $\Rightarrow$ \PStau +\item neutralino/chargino\newline \texcmd{PSino} $\Rightarrow$ \PSino +\item chargino pm\newline \texcmd{PScharginopm} $\Rightarrow$ \PScharginopm +\item chargino mp\newline \texcmd{PScharginomp} $\Rightarrow$ \PScharginomp +\item neutralino\newline \texcmd{PSneutralino} $\Rightarrow$ \PSneutralino +\item lightest neutralino\newline \texcmd{PSneutralinoOne} $\Rightarrow$ \PSneutralinoOne +\item next-to-lightest neutralino\newline \texcmd{PSneutralinoTwo} $\Rightarrow$ \PSneutralinoTwo +\item gluino\newline \texcmd{PSgluino} $\Rightarrow$ \PSgluino +\item slepton\newline \texcmd{PSlepton} $\Rightarrow$ \PSlepton +\item duplicate slepton macro\newline \texcmd{Pslepton} $\Rightarrow$ \Pslepton +\item anti-slepton\newline \texcmd{APSlepton} $\Rightarrow$ \APSlepton +\item anti-slepton\newline \texcmd{APslepton} $\Rightarrow$ \APslepton +\item \texcmd{PSq} $\Rightarrow$ \PSq +\item \texcmd{Psquark} $\Rightarrow$ \Psquark +\item \texcmd{APSq} $\Rightarrow$ \APSq +\item \texcmd{APsquark} $\Rightarrow$ \APsquark +\item \texcmd{PSdown} $\Rightarrow$ \PSdown +\item \texcmd{PSup} $\Rightarrow$ \PSup +\item \texcmd{PSstrange} $\Rightarrow$ \PSstrange +\item \texcmd{PScharm} $\Rightarrow$ \PScharm +\item \texcmd{PSbottom} $\Rightarrow$ \PSbottom +\item \texcmd{PStop} $\Rightarrow$ \PStop +\item \texcmd{PASdown} $\Rightarrow$ \PASdown +\item \texcmd{PASup} $\Rightarrow$ \PASup +\item \texcmd{PASstrange} $\Rightarrow$ \PASstrange +\item \texcmd{PAScharm} $\Rightarrow$ \PAScharm +\item \texcmd{PASbottom} $\Rightarrow$ \PASbottom +\item \texcmd{PAStop} $\Rightarrow$ \PAStop +\item \texcmd{eplus} $\Rightarrow$ \eplus +\item \texcmd{eminus} $\Rightarrow$ \eminus +\end{itemize} +}\end{multicols} +\clearpage + +\section{Bold font} +\textbf{ +\begin{multicols}{2}{ +\begin{itemize} +\item \texcmd{hepnicenames} $\Rightarrow$ \hepnicenames +\item \texcmd{PB} $\Rightarrow$ \PB +\item \texcmd{PBpm} $\Rightarrow$ \PBpm +\item \texcmd{PBmp} $\Rightarrow$ \PBmp +\item \texcmd{PBplus} $\Rightarrow$ \PBplus +\item \texcmd{PBminus} $\Rightarrow$ \PBminus +\item \texcmd{PBzero} $\Rightarrow$ \PBzero +\item \texcmd{PBd} $\Rightarrow$ \PBd +\item \texcmd{PBu} $\Rightarrow$ \PBu +\item \texcmd{PBc} $\Rightarrow$ \PBc +\item \texcmd{PBs} $\Rightarrow$ \PBs +\item \texcmd{APB} $\Rightarrow$ \APB +\item \texcmd{APBzero} $\Rightarrow$ \APBzero +\item \texcmd{APBd} $\Rightarrow$ \APBd +\item \texcmd{APBu} $\Rightarrow$ \APBu +\item \texcmd{APBc} $\Rightarrow$ \APBc +\item \texcmd{APBs} $\Rightarrow$ \APBs +\item \texcmd{PK} $\Rightarrow$ \PK +\item \texcmd{PKpm} $\Rightarrow$ \PKpm +\item \texcmd{PKmp} $\Rightarrow$ \PKmp +\item \texcmd{PKplus} $\Rightarrow$ \PKplus +\item \texcmd{PKminus} $\Rightarrow$ \PKminus +\item \texcmd{PKzero} $\Rightarrow$ \PKzero +\item \texcmd{PKshort} $\Rightarrow$ \PKshort +\item \texcmd{PKs} $\Rightarrow$ \PKs +\item \texcmd{PKlong} $\Rightarrow$ \PKlong +\item \texcmd{PKl} $\Rightarrow$ \PKl +\item \texcmd{PKstar} $\Rightarrow$ \PKstar +\item \texcmd{APK} $\Rightarrow$ \APK +\item \texcmd{APKzero} $\Rightarrow$ \APKzero +\item \texcmd{Pphoton} $\Rightarrow$ \Pphoton +\item \texcmd{Pgluon} $\Rightarrow$ \Pgluon +\item \texcmd{PW} $\Rightarrow$ \PW +\item \texcmd{PWpm} $\Rightarrow$ \PWpm +\item \texcmd{PWmp} $\Rightarrow$ \PWmp +\item \texcmd{PWplus} $\Rightarrow$ \PWplus +\item \texcmd{PWminus} $\Rightarrow$ \PWminus +\item \texcmd{PWprime} $\Rightarrow$ \PWprime +\item \texcmd{PZ} $\Rightarrow$ \PZ +\item Z with a zero\newline \texcmd{PZzero} $\Rightarrow$ \PZzero +\item Z-prime\newline \texcmd{PZprime} $\Rightarrow$ \PZprime +\item axion\newline \texcmd{Paxion} $\Rightarrow$ \Paxion +\item lepton\newline \texcmd{Plepton} $\Rightarrow$ \Plepton +\item charged lepton\newline \texcmd{Pleptonpm} $\Rightarrow$ \Pleptonpm +\item charged lepton\newline \texcmd{Pleptonmp} $\Rightarrow$ \Pleptonmp +\item positive lepton\newline \texcmd{Pleptonplus} $\Rightarrow$ \Pleptonplus +\item negative lepton\newline \texcmd{Pleptonminus} $\Rightarrow$ \Pleptonminus +\item anti-lepton\newline \texcmd{APlepton} $\Rightarrow$ \APlepton +\item neutrino\newline \texcmd{Pnu} $\Rightarrow$ \Pnu +\item antineutrino\newline \texcmd{APnu} $\Rightarrow$ \APnu +\item neutrino\newline \texcmd{Pneutrino} $\Rightarrow$ \Pneutrino +\item antineutrino\newline \texcmd{APneutrino} $\Rightarrow$ \APneutrino +\item lepton-flavour neutrino\newline \texcmd{Pnulepton} $\Rightarrow$ \Pnulepton +\item lepton-flavour antineutrino\newline \texcmd{APnulepton} $\Rightarrow$ \APnulepton +\item \texcmd{Pe} $\Rightarrow$ \Pe +\item \texcmd{Pepm} $\Rightarrow$ \Pepm +\item \texcmd{Pemp} $\Rightarrow$ \Pemp +\item \texcmd{Pelectron} $\Rightarrow$ \Pelectron +\item \texcmd{APelectron} $\Rightarrow$ \APelectron +\item \texcmd{Ppositron} $\Rightarrow$ \Ppositron +\item \texcmd{APpositron} $\Rightarrow$ \APpositron +\item \texcmd{Pmu} $\Rightarrow$ \Pmu +\item \texcmd{Pmupm} $\Rightarrow$ \Pmupm +\item \texcmd{Pmump} $\Rightarrow$ \Pmump +\item \texcmd{Pmuon} $\Rightarrow$ \Pmuon +\item \texcmd{APmuon} $\Rightarrow$ \APmuon +\item \texcmd{Ptau} $\Rightarrow$ \Ptau +\item \texcmd{Ptaupm} $\Rightarrow$ \Ptaupm +\item \texcmd{Ptaump} $\Rightarrow$ \Ptaump +\item \texcmd{Ptauon} $\Rightarrow$ \Ptauon +\item \texcmd{APtauon} $\Rightarrow$ \APtauon +\item \texcmd{Pnue} $\Rightarrow$ \Pnue +\item \texcmd{Pnum} $\Rightarrow$ \Pnum +\item \texcmd{Pnut} $\Rightarrow$ \Pnut +\item \texcmd{APnue} $\Rightarrow$ \APnue +\item \texcmd{APnum} $\Rightarrow$ \APnum +\item \texcmd{APnut} $\Rightarrow$ \APnut +\item \texcmd{Pquark} $\Rightarrow$ \Pquark +\item \texcmd{APquark} $\Rightarrow$ \APquark +\item \texcmd{Pdown} $\Rightarrow$ \Pdown +\item \texcmd{Pup} $\Rightarrow$ \Pup +\item \texcmd{Pstrange} $\Rightarrow$ \Pstrange +\item \texcmd{Pcharm} $\Rightarrow$ \Pcharm +\item \texcmd{Pbottom} $\Rightarrow$ \Pbottom +\item \texcmd{Pbeauty} $\Rightarrow$ \Pbeauty +\item \texcmd{Ptop} $\Rightarrow$ \Ptop +\item \texcmd{Ptruth} $\Rightarrow$ \Ptruth +\item \texcmd{APdown} $\Rightarrow$ \APdown +\item \texcmd{APqd} $\Rightarrow$ \APqd +\item \texcmd{APup} $\Rightarrow$ \APup +\item \texcmd{APqu} $\Rightarrow$ \APqu +\item \texcmd{APstrange} $\Rightarrow$ \APstrange +\item \texcmd{APqs} $\Rightarrow$ \APqs +\item \texcmd{APcharm} $\Rightarrow$ \APcharm +\item \texcmd{APqc} $\Rightarrow$ \APqc +\item \texcmd{APbottom} $\Rightarrow$ \APbottom +\item \texcmd{APbeauty} $\Rightarrow$ \APbeauty +\item \texcmd{APqb} $\Rightarrow$ \APqb +\item \texcmd{APtop} $\Rightarrow$ \APtop +\item \texcmd{APtruth} $\Rightarrow$ \APtruth +\item \texcmd{APqt} $\Rightarrow$ \APqt +\item \texcmd{Pproton} $\Rightarrow$ \Pproton +\item \texcmd{Pneutron} $\Rightarrow$ \Pneutron +\item \texcmd{APproton} $\Rightarrow$ \APproton +\item \texcmd{APneutron} $\Rightarrow$ \APneutron +\item \texcmd{PLambda} $\Rightarrow$ \PLambda +\item \texcmd{APLambda} $\Rightarrow$ \APLambda +\item \texcmd{PLambdac} $\Rightarrow$ \PLambdac +\item \texcmd{PLambdab} $\Rightarrow$ \PLambdab +\item \texcmd{POmega} $\Rightarrow$ \POmega +\item \texcmd{POmegapm} $\Rightarrow$ \POmegapm +\item \texcmd{POmegamp} $\Rightarrow$ \POmegamp +\item \texcmd{POmegaplus} $\Rightarrow$ \POmegaplus +\item \texcmd{POmegaminus} $\Rightarrow$ \POmegaminus +\item \texcmd{APOmega} $\Rightarrow$ \APOmega +\item \texcmd{APOmegaplus} $\Rightarrow$ \APOmegaplus +\item \texcmd{APOmegaminus} $\Rightarrow$ \APOmegaminus +\item \texcmd{PSigma} $\Rightarrow$ \PSigma +\item \texcmd{PSigmapm} $\Rightarrow$ \PSigmapm +\item \texcmd{PSigmamp} $\Rightarrow$ \PSigmamp +\item \texcmd{PSigmaminus} $\Rightarrow$ \PSigmaminus +\item \texcmd{PSigmaplus} $\Rightarrow$ \PSigmaplus +\item \texcmd{PSigmazero} $\Rightarrow$ \PSigmazero +\item \texcmd{PSigmac} $\Rightarrow$ \PSigmac +\item \texcmd{APSigmaminus} $\Rightarrow$ \APSigmaminus +\item \texcmd{APSigmaplus} $\Rightarrow$ \APSigmaplus +\item \texcmd{APSigmazero} $\Rightarrow$ \APSigmazero +\item \texcmd{APSigmac} $\Rightarrow$ \APSigmac +\item \texcmd{PUpsilon} $\Rightarrow$ \PUpsilon +\item \texcmd{PUpsilonOneS} $\Rightarrow$ \PUpsilonOneS +\item \texcmd{PUpsilonTwoS} $\Rightarrow$ \PUpsilonTwoS +\item \texcmd{PUpsilonThreeS} $\Rightarrow$ \PUpsilonThreeS +\item \texcmd{PUpsilonFourS} $\Rightarrow$ \PUpsilonFourS +\item \texcmd{PXi} $\Rightarrow$ \PXi +\item \texcmd{PXiplus} $\Rightarrow$ \PXiplus +\item \texcmd{PXiminus} $\Rightarrow$ \PXiminus +\item \texcmd{PXizero} $\Rightarrow$ \PXizero +\item \texcmd{APXiplus} $\Rightarrow$ \APXiplus +\item \texcmd{APXiminus} $\Rightarrow$ \APXiminus +\item \texcmd{APXizero} $\Rightarrow$ \APXizero +\item \texcmd{PXicplus} $\Rightarrow$ \PXicplus +\item \texcmd{PXiczero} $\Rightarrow$ \PXiczero +\item \texcmd{Pphi} $\Rightarrow$ \Pphi +\item \texcmd{Peta} $\Rightarrow$ \Peta +\item \texcmd{Petaprime} $\Rightarrow$ \Petaprime +\item \texcmd{Petac} $\Rightarrow$ \Petac +\item \texcmd{Pomega} $\Rightarrow$ \Pomega +\item \texcmd{Ppi} $\Rightarrow$ \Ppi +\item \texcmd{Ppipm} $\Rightarrow$ \Ppipm +\item \texcmd{Ppimp} $\Rightarrow$ \Ppimp +\item \texcmd{Ppiplus} $\Rightarrow$ \Ppiplus +\item \texcmd{Ppiminus} $\Rightarrow$ \Ppiminus +\item \texcmd{Ppizero} $\Rightarrow$ \Ppizero +\item \texcmd{Prho} $\Rightarrow$ \Prho +\item \texcmd{Prhoplus} $\Rightarrow$ \Prhoplus +\item \texcmd{Prhominus} $\Rightarrow$ \Prhominus +\item \texcmd{Prhopm} $\Rightarrow$ \Prhopm +\item \texcmd{Prhomp} $\Rightarrow$ \Prhomp +\item \texcmd{Prhozero} $\Rightarrow$ \Prhozero +\item \texcmd{PJpsi} $\Rightarrow$ \PJpsi +\item \texcmd{PJpsiOneS} $\Rightarrow$ \PJpsiOneS +\item \texcmd{Ppsi} $\Rightarrow$ \Ppsi +\item \texcmd{PpsiTwoS} $\Rightarrow$ \PpsiTwoS +\item \texcmd{PD} $\Rightarrow$ \PD +\item \texcmd{PDpm} $\Rightarrow$ \PDpm +\item \texcmd{PDmp} $\Rightarrow$ \PDmp +\item \texcmd{PDzero} $\Rightarrow$ \PDzero +\item \texcmd{PDminus} $\Rightarrow$ \PDminus +\item \texcmd{PDplus} $\Rightarrow$ \PDplus +\item \texcmd{PDstar} $\Rightarrow$ \PDstar +\item \texcmd{APD} $\Rightarrow$ \APD +\item \texcmd{APDzero} $\Rightarrow$ \APDzero +\item \texcmd{PDs} $\Rightarrow$ \PDs +\item \texcmd{PDsminus} $\Rightarrow$ \PDsminus +\item \texcmd{PDsplus} $\Rightarrow$ \PDsplus +\item \texcmd{PDspm} $\Rightarrow$ \PDspm +\item \texcmd{PDsmp} $\Rightarrow$ \PDsmp +\item \texcmd{PDsstar} $\Rightarrow$ \PDsstar +\item \texcmd{PHiggs} $\Rightarrow$ \PHiggs +\item \texcmd{PHiggsheavy} $\Rightarrow$ \PHiggsheavy +\item \texcmd{PHiggslight} $\Rightarrow$ \PHiggslight +\item \texcmd{PHiggsheavyzero} $\Rightarrow$ \PHiggsheavyzero +\item \texcmd{PHiggslightzero} $\Rightarrow$ \PHiggslightzero +\item \texcmd{PHiggsps} $\Rightarrow$ \PHiggsps +\item \texcmd{PHiggspszero} $\Rightarrow$ \PHiggspszero +\item \texcmd{PHiggsplus} $\Rightarrow$ \PHiggsplus +\item \texcmd{PHiggsminus} $\Rightarrow$ \PHiggsminus +\item \texcmd{PHiggspm} $\Rightarrow$ \PHiggspm +\item \texcmd{PHiggsmp} $\Rightarrow$ \PHiggsmp +\item \texcmd{PHiggszero} $\Rightarrow$ \PHiggszero +\item \texcmd{PSHiggs} $\Rightarrow$ \PSHiggs +\item \texcmd{PSHiggsino} $\Rightarrow$ \PSHiggsino +\item \texcmd{PSHiggsplus} $\Rightarrow$ \PSHiggsplus +\item \texcmd{PSHiggsinoplus} $\Rightarrow$ \PSHiggsinoplus +\item \texcmd{PSHiggsminus} $\Rightarrow$ \PSHiggsminus +\item \texcmd{PSHiggsinominus} $\Rightarrow$ \PSHiggsinominus +\item \texcmd{PSHiggspm} $\Rightarrow$ \PSHiggspm +\item \texcmd{PSHiggsinopm} $\Rightarrow$ \PSHiggsinopm +\item \texcmd{PSHiggsmp} $\Rightarrow$ \PSHiggsmp +\item \texcmd{PSHiggsinomp} $\Rightarrow$ \PSHiggsinomp +\item \texcmd{PSHiggszero} $\Rightarrow$ \PSHiggszero +\item \texcmd{PSHiggsinozero} $\Rightarrow$ \PSHiggsinozero +\item bino %% in pennames\newline \texcmd{PSB} $\Rightarrow$ \PSB +\item bino\newline \texcmd{PSBino} $\Rightarrow$ \PSBino +\item \texcmd{PSW} $\Rightarrow$ \PSW +\item \texcmd{PSWplus} $\Rightarrow$ \PSWplus +\item \texcmd{PSWminus} $\Rightarrow$ \PSWminus +\item \texcmd{PSWpm} $\Rightarrow$ \PSWpm +\item \texcmd{PSWmp} $\Rightarrow$ \PSWmp +\item \texcmd{PSWino} $\Rightarrow$ \PSWino +\item \texcmd{PSWinopm} $\Rightarrow$ \PSWinopm +\item \texcmd{PSWinomp} $\Rightarrow$ \PSWinomp +\item \texcmd{PSZ} $\Rightarrow$ \PSZ +\item \texcmd{PSZzero} $\Rightarrow$ \PSZzero +\item \texcmd{PSe} $\Rightarrow$ \PSe +\item photino\newline \texcmd{PSphoton} $\Rightarrow$ \PSphoton +\item photino\newline \texcmd{PSphotino} $\Rightarrow$ \PSphotino +\item photino\newline \texcmd{Pphotino} $\Rightarrow$ \Pphotino +\item smuon\newline \texcmd{PSmu} $\Rightarrow$ \PSmu +\item sneutrino\newline \texcmd{PSnu} $\Rightarrow$ \PSnu +\item stau\newline \texcmd{PStau} $\Rightarrow$ \PStau +\item neutralino/chargino\newline \texcmd{PSino} $\Rightarrow$ \PSino +\item chargino pm\newline \texcmd{PScharginopm} $\Rightarrow$ \PScharginopm +\item chargino mp\newline \texcmd{PScharginomp} $\Rightarrow$ \PScharginomp +\item neutralino\newline \texcmd{PSneutralino} $\Rightarrow$ \PSneutralino +\item lightest neutralino\newline \texcmd{PSneutralinoOne} $\Rightarrow$ \PSneutralinoOne +\item next-to-lightest neutralino\newline \texcmd{PSneutralinoTwo} $\Rightarrow$ \PSneutralinoTwo +\item gluino\newline \texcmd{PSgluino} $\Rightarrow$ \PSgluino +\item slepton\newline \texcmd{PSlepton} $\Rightarrow$ \PSlepton +\item duplicate slepton macro\newline \texcmd{Pslepton} $\Rightarrow$ \Pslepton +\item anti-slepton\newline \texcmd{APSlepton} $\Rightarrow$ \APSlepton +\item anti-slepton\newline \texcmd{APslepton} $\Rightarrow$ \APslepton +\item \texcmd{PSq} $\Rightarrow$ \PSq +\item \texcmd{Psquark} $\Rightarrow$ \Psquark +\item \texcmd{APSq} $\Rightarrow$ \APSq +\item \texcmd{APsquark} $\Rightarrow$ \APsquark +\item \texcmd{PSdown} $\Rightarrow$ \PSdown +\item \texcmd{PSup} $\Rightarrow$ \PSup +\item \texcmd{PSstrange} $\Rightarrow$ \PSstrange +\item \texcmd{PScharm} $\Rightarrow$ \PScharm +\item \texcmd{PSbottom} $\Rightarrow$ \PSbottom +\item \texcmd{PStop} $\Rightarrow$ \PStop +\item \texcmd{PASdown} $\Rightarrow$ \PASdown +\item \texcmd{PASup} $\Rightarrow$ \PASup +\item \texcmd{PASstrange} $\Rightarrow$ \PASstrange +\item \texcmd{PAScharm} $\Rightarrow$ \PAScharm +\item \texcmd{PASbottom} $\Rightarrow$ \PASbottom +\item \texcmd{PAStop} $\Rightarrow$ \PAStop +\item \texcmd{eplus} $\Rightarrow$ \eplus +\item \texcmd{eminus} $\Rightarrow$ \eminus +\end{itemize} +}\end{multicols} +} +\clearpage + +\section{Italic font} +\textit{ +\begin{multicols}{2}{ +\begin{itemize} +\item \texcmd{hepnicenames} $\Rightarrow$ \hepnicenames +\item \texcmd{PB} $\Rightarrow$ \PB +\item \texcmd{PBpm} $\Rightarrow$ \PBpm +\item \texcmd{PBmp} $\Rightarrow$ \PBmp +\item \texcmd{PBplus} $\Rightarrow$ \PBplus +\item \texcmd{PBminus} $\Rightarrow$ \PBminus +\item \texcmd{PBzero} $\Rightarrow$ \PBzero +\item \texcmd{PBd} $\Rightarrow$ \PBd +\item \texcmd{PBu} $\Rightarrow$ \PBu +\item \texcmd{PBc} $\Rightarrow$ \PBc +\item \texcmd{PBs} $\Rightarrow$ \PBs +\item \texcmd{APB} $\Rightarrow$ \APB +\item \texcmd{APBzero} $\Rightarrow$ \APBzero +\item \texcmd{APBd} $\Rightarrow$ \APBd +\item \texcmd{APBu} $\Rightarrow$ \APBu +\item \texcmd{APBc} $\Rightarrow$ \APBc +\item \texcmd{APBs} $\Rightarrow$ \APBs +\item \texcmd{PK} $\Rightarrow$ \PK +\item \texcmd{PKpm} $\Rightarrow$ \PKpm +\item \texcmd{PKmp} $\Rightarrow$ \PKmp +\item \texcmd{PKplus} $\Rightarrow$ \PKplus +\item \texcmd{PKminus} $\Rightarrow$ \PKminus +\item \texcmd{PKzero} $\Rightarrow$ \PKzero +\item \texcmd{PKshort} $\Rightarrow$ \PKshort +\item \texcmd{PKs} $\Rightarrow$ \PKs +\item \texcmd{PKlong} $\Rightarrow$ \PKlong +\item \texcmd{PKl} $\Rightarrow$ \PKl +\item \texcmd{PKstar} $\Rightarrow$ \PKstar +\item \texcmd{APK} $\Rightarrow$ \APK +\item \texcmd{APKzero} $\Rightarrow$ \APKzero +\item \texcmd{Pphoton} $\Rightarrow$ \Pphoton +\item \texcmd{Pgluon} $\Rightarrow$ \Pgluon +\item \texcmd{PW} $\Rightarrow$ \PW +\item \texcmd{PWpm} $\Rightarrow$ \PWpm +\item \texcmd{PWmp} $\Rightarrow$ \PWmp +\item \texcmd{PWplus} $\Rightarrow$ \PWplus +\item \texcmd{PWminus} $\Rightarrow$ \PWminus +\item \texcmd{PWprime} $\Rightarrow$ \PWprime +\item \texcmd{PZ} $\Rightarrow$ \PZ +\item Z with a zero\newline \texcmd{PZzero} $\Rightarrow$ \PZzero +\item Z-prime\newline \texcmd{PZprime} $\Rightarrow$ \PZprime +\item axion\newline \texcmd{Paxion} $\Rightarrow$ \Paxion +\item lepton\newline \texcmd{Plepton} $\Rightarrow$ \Plepton +\item charged lepton\newline \texcmd{Pleptonpm} $\Rightarrow$ \Pleptonpm +\item charged lepton\newline \texcmd{Pleptonmp} $\Rightarrow$ \Pleptonmp +\item positive lepton\newline \texcmd{Pleptonplus} $\Rightarrow$ \Pleptonplus +\item negative lepton\newline \texcmd{Pleptonminus} $\Rightarrow$ \Pleptonminus +\item anti-lepton\newline \texcmd{APlepton} $\Rightarrow$ \APlepton +\item neutrino\newline \texcmd{Pnu} $\Rightarrow$ \Pnu +\item antineutrino\newline \texcmd{APnu} $\Rightarrow$ \APnu +\item neutrino\newline \texcmd{Pneutrino} $\Rightarrow$ \Pneutrino +\item antineutrino\newline \texcmd{APneutrino} $\Rightarrow$ \APneutrino +\item lepton-flavour neutrino\newline \texcmd{Pnulepton} $\Rightarrow$ \Pnulepton +\item lepton-flavour antineutrino\newline \texcmd{APnulepton} $\Rightarrow$ \APnulepton +\item \texcmd{Pe} $\Rightarrow$ \Pe +\item \texcmd{Pepm} $\Rightarrow$ \Pepm +\item \texcmd{Pemp} $\Rightarrow$ \Pemp +\item \texcmd{Pelectron} $\Rightarrow$ \Pelectron +\item \texcmd{APelectron} $\Rightarrow$ \APelectron +\item \texcmd{Ppositron} $\Rightarrow$ \Ppositron +\item \texcmd{APpositron} $\Rightarrow$ \APpositron +\item \texcmd{Pmu} $\Rightarrow$ \Pmu +\item \texcmd{Pmupm} $\Rightarrow$ \Pmupm +\item \texcmd{Pmump} $\Rightarrow$ \Pmump +\item \texcmd{Pmuon} $\Rightarrow$ \Pmuon +\item \texcmd{APmuon} $\Rightarrow$ \APmuon +\item \texcmd{Ptau} $\Rightarrow$ \Ptau +\item \texcmd{Ptaupm} $\Rightarrow$ \Ptaupm +\item \texcmd{Ptaump} $\Rightarrow$ \Ptaump +\item \texcmd{Ptauon} $\Rightarrow$ \Ptauon +\item \texcmd{APtauon} $\Rightarrow$ \APtauon +\item \texcmd{Pnue} $\Rightarrow$ \Pnue +\item \texcmd{Pnum} $\Rightarrow$ \Pnum +\item \texcmd{Pnut} $\Rightarrow$ \Pnut +\item \texcmd{APnue} $\Rightarrow$ \APnue +\item \texcmd{APnum} $\Rightarrow$ \APnum +\item \texcmd{APnut} $\Rightarrow$ \APnut +\item \texcmd{Pquark} $\Rightarrow$ \Pquark +\item \texcmd{APquark} $\Rightarrow$ \APquark +\item \texcmd{Pdown} $\Rightarrow$ \Pdown +\item \texcmd{Pup} $\Rightarrow$ \Pup +\item \texcmd{Pstrange} $\Rightarrow$ \Pstrange +\item \texcmd{Pcharm} $\Rightarrow$ \Pcharm +\item \texcmd{Pbottom} $\Rightarrow$ \Pbottom +\item \texcmd{Pbeauty} $\Rightarrow$ \Pbeauty +\item \texcmd{Ptop} $\Rightarrow$ \Ptop +\item \texcmd{Ptruth} $\Rightarrow$ \Ptruth +\item \texcmd{APdown} $\Rightarrow$ \APdown +\item \texcmd{APqd} $\Rightarrow$ \APqd +\item \texcmd{APup} $\Rightarrow$ \APup +\item \texcmd{APqu} $\Rightarrow$ \APqu +\item \texcmd{APstrange} $\Rightarrow$ \APstrange +\item \texcmd{APqs} $\Rightarrow$ \APqs +\item \texcmd{APcharm} $\Rightarrow$ \APcharm +\item \texcmd{APqc} $\Rightarrow$ \APqc +\item \texcmd{APbottom} $\Rightarrow$ \APbottom +\item \texcmd{APbeauty} $\Rightarrow$ \APbeauty +\item \texcmd{APqb} $\Rightarrow$ \APqb +\item \texcmd{APtop} $\Rightarrow$ \APtop +\item \texcmd{APtruth} $\Rightarrow$ \APtruth +\item \texcmd{APqt} $\Rightarrow$ \APqt +\item \texcmd{Pproton} $\Rightarrow$ \Pproton +\item \texcmd{Pneutron} $\Rightarrow$ \Pneutron +\item \texcmd{APproton} $\Rightarrow$ \APproton +\item \texcmd{APneutron} $\Rightarrow$ \APneutron +\item \texcmd{PLambda} $\Rightarrow$ \PLambda +\item \texcmd{APLambda} $\Rightarrow$ \APLambda +\item \texcmd{PLambdac} $\Rightarrow$ \PLambdac +\item \texcmd{PLambdab} $\Rightarrow$ \PLambdab +\item \texcmd{POmega} $\Rightarrow$ \POmega +\item \texcmd{POmegapm} $\Rightarrow$ \POmegapm +\item \texcmd{POmegamp} $\Rightarrow$ \POmegamp +\item \texcmd{POmegaplus} $\Rightarrow$ \POmegaplus +\item \texcmd{POmegaminus} $\Rightarrow$ \POmegaminus +\item \texcmd{APOmega} $\Rightarrow$ \APOmega +\item \texcmd{APOmegaplus} $\Rightarrow$ \APOmegaplus +\item \texcmd{APOmegaminus} $\Rightarrow$ \APOmegaminus +\item \texcmd{PSigma} $\Rightarrow$ \PSigma +\item \texcmd{PSigmapm} $\Rightarrow$ \PSigmapm +\item \texcmd{PSigmamp} $\Rightarrow$ \PSigmamp +\item \texcmd{PSigmaminus} $\Rightarrow$ \PSigmaminus +\item \texcmd{PSigmaplus} $\Rightarrow$ \PSigmaplus +\item \texcmd{PSigmazero} $\Rightarrow$ \PSigmazero +\item \texcmd{PSigmac} $\Rightarrow$ \PSigmac +\item \texcmd{APSigmaminus} $\Rightarrow$ \APSigmaminus +\item \texcmd{APSigmaplus} $\Rightarrow$ \APSigmaplus +\item \texcmd{APSigmazero} $\Rightarrow$ \APSigmazero +\item \texcmd{APSigmac} $\Rightarrow$ \APSigmac +\item \texcmd{PUpsilon} $\Rightarrow$ \PUpsilon +\item \texcmd{PUpsilonOneS} $\Rightarrow$ \PUpsilonOneS +\item \texcmd{PUpsilonTwoS} $\Rightarrow$ \PUpsilonTwoS +\item \texcmd{PUpsilonThreeS} $\Rightarrow$ \PUpsilonThreeS +\item \texcmd{PUpsilonFourS} $\Rightarrow$ \PUpsilonFourS +\item \texcmd{PXi} $\Rightarrow$ \PXi +\item \texcmd{PXiplus} $\Rightarrow$ \PXiplus +\item \texcmd{PXiminus} $\Rightarrow$ \PXiminus +\item \texcmd{PXizero} $\Rightarrow$ \PXizero +\item \texcmd{APXiplus} $\Rightarrow$ \APXiplus +\item \texcmd{APXiminus} $\Rightarrow$ \APXiminus +\item \texcmd{APXizero} $\Rightarrow$ \APXizero +\item \texcmd{PXicplus} $\Rightarrow$ \PXicplus +\item \texcmd{PXiczero} $\Rightarrow$ \PXiczero +\item \texcmd{Pphi} $\Rightarrow$ \Pphi +\item \texcmd{Peta} $\Rightarrow$ \Peta +\item \texcmd{Petaprime} $\Rightarrow$ \Petaprime +\item \texcmd{Petac} $\Rightarrow$ \Petac +\item \texcmd{Pomega} $\Rightarrow$ \Pomega +\item \texcmd{Ppi} $\Rightarrow$ \Ppi +\item \texcmd{Ppipm} $\Rightarrow$ \Ppipm +\item \texcmd{Ppimp} $\Rightarrow$ \Ppimp +\item \texcmd{Ppiplus} $\Rightarrow$ \Ppiplus +\item \texcmd{Ppiminus} $\Rightarrow$ \Ppiminus +\item \texcmd{Ppizero} $\Rightarrow$ \Ppizero +\item \texcmd{Prho} $\Rightarrow$ \Prho +\item \texcmd{Prhoplus} $\Rightarrow$ \Prhoplus +\item \texcmd{Prhominus} $\Rightarrow$ \Prhominus +\item \texcmd{Prhopm} $\Rightarrow$ \Prhopm +\item \texcmd{Prhomp} $\Rightarrow$ \Prhomp +\item \texcmd{Prhozero} $\Rightarrow$ \Prhozero +\item \texcmd{PJpsi} $\Rightarrow$ \PJpsi +\item \texcmd{PJpsiOneS} $\Rightarrow$ \PJpsiOneS +\item \texcmd{Ppsi} $\Rightarrow$ \Ppsi +\item \texcmd{PpsiTwoS} $\Rightarrow$ \PpsiTwoS +\item \texcmd{PD} $\Rightarrow$ \PD +\item \texcmd{PDpm} $\Rightarrow$ \PDpm +\item \texcmd{PDmp} $\Rightarrow$ \PDmp +\item \texcmd{PDzero} $\Rightarrow$ \PDzero +\item \texcmd{PDminus} $\Rightarrow$ \PDminus +\item \texcmd{PDplus} $\Rightarrow$ \PDplus +\item \texcmd{PDstar} $\Rightarrow$ \PDstar +\item \texcmd{APD} $\Rightarrow$ \APD +\item \texcmd{APDzero} $\Rightarrow$ \APDzero +\item \texcmd{PDs} $\Rightarrow$ \PDs +\item \texcmd{PDsminus} $\Rightarrow$ \PDsminus +\item \texcmd{PDsplus} $\Rightarrow$ \PDsplus +\item \texcmd{PDspm} $\Rightarrow$ \PDspm +\item \texcmd{PDsmp} $\Rightarrow$ \PDsmp +\item \texcmd{PDsstar} $\Rightarrow$ \PDsstar +\item \texcmd{PHiggs} $\Rightarrow$ \PHiggs +\item \texcmd{PHiggsheavy} $\Rightarrow$ \PHiggsheavy +\item \texcmd{PHiggslight} $\Rightarrow$ \PHiggslight +\item \texcmd{PHiggsheavyzero} $\Rightarrow$ \PHiggsheavyzero +\item \texcmd{PHiggslightzero} $\Rightarrow$ \PHiggslightzero +\item \texcmd{PHiggsps} $\Rightarrow$ \PHiggsps +\item \texcmd{PHiggspszero} $\Rightarrow$ \PHiggspszero +\item \texcmd{PHiggsplus} $\Rightarrow$ \PHiggsplus +\item \texcmd{PHiggsminus} $\Rightarrow$ \PHiggsminus +\item \texcmd{PHiggspm} $\Rightarrow$ \PHiggspm +\item \texcmd{PHiggsmp} $\Rightarrow$ \PHiggsmp +\item \texcmd{PHiggszero} $\Rightarrow$ \PHiggszero +\item \texcmd{PSHiggs} $\Rightarrow$ \PSHiggs +\item \texcmd{PSHiggsino} $\Rightarrow$ \PSHiggsino +\item \texcmd{PSHiggsplus} $\Rightarrow$ \PSHiggsplus +\item \texcmd{PSHiggsinoplus} $\Rightarrow$ \PSHiggsinoplus +\item \texcmd{PSHiggsminus} $\Rightarrow$ \PSHiggsminus +\item \texcmd{PSHiggsinominus} $\Rightarrow$ \PSHiggsinominus +\item \texcmd{PSHiggspm} $\Rightarrow$ \PSHiggspm +\item \texcmd{PSHiggsinopm} $\Rightarrow$ \PSHiggsinopm +\item \texcmd{PSHiggsmp} $\Rightarrow$ \PSHiggsmp +\item \texcmd{PSHiggsinomp} $\Rightarrow$ \PSHiggsinomp +\item \texcmd{PSHiggszero} $\Rightarrow$ \PSHiggszero +\item \texcmd{PSHiggsinozero} $\Rightarrow$ \PSHiggsinozero +\item bino %% in pennames\newline \texcmd{PSB} $\Rightarrow$ \PSB +\item bino\newline \texcmd{PSBino} $\Rightarrow$ \PSBino +\item \texcmd{PSW} $\Rightarrow$ \PSW +\item \texcmd{PSWplus} $\Rightarrow$ \PSWplus +\item \texcmd{PSWminus} $\Rightarrow$ \PSWminus +\item \texcmd{PSWpm} $\Rightarrow$ \PSWpm +\item \texcmd{PSWmp} $\Rightarrow$ \PSWmp +\item \texcmd{PSWino} $\Rightarrow$ \PSWino +\item \texcmd{PSWinopm} $\Rightarrow$ \PSWinopm +\item \texcmd{PSWinomp} $\Rightarrow$ \PSWinomp +\item \texcmd{PSZ} $\Rightarrow$ \PSZ +\item \texcmd{PSZzero} $\Rightarrow$ \PSZzero +\item \texcmd{PSe} $\Rightarrow$ \PSe +\item photino\newline \texcmd{PSphoton} $\Rightarrow$ \PSphoton +\item photino\newline \texcmd{PSphotino} $\Rightarrow$ \PSphotino +\item photino\newline \texcmd{Pphotino} $\Rightarrow$ \Pphotino +\item smuon\newline \texcmd{PSmu} $\Rightarrow$ \PSmu +\item sneutrino\newline \texcmd{PSnu} $\Rightarrow$ \PSnu +\item stau\newline \texcmd{PStau} $\Rightarrow$ \PStau +\item neutralino/chargino\newline \texcmd{PSino} $\Rightarrow$ \PSino +\item chargino pm\newline \texcmd{PScharginopm} $\Rightarrow$ \PScharginopm +\item chargino mp\newline \texcmd{PScharginomp} $\Rightarrow$ \PScharginomp +\item neutralino\newline \texcmd{PSneutralino} $\Rightarrow$ \PSneutralino +\item lightest neutralino\newline \texcmd{PSneutralinoOne} $\Rightarrow$ \PSneutralinoOne +\item next-to-lightest neutralino\newline \texcmd{PSneutralinoTwo} $\Rightarrow$ \PSneutralinoTwo +\item gluino\newline \texcmd{PSgluino} $\Rightarrow$ \PSgluino +\item slepton\newline \texcmd{PSlepton} $\Rightarrow$ \PSlepton +\item duplicate slepton macro\newline \texcmd{Pslepton} $\Rightarrow$ \Pslepton +\item anti-slepton\newline \texcmd{APSlepton} $\Rightarrow$ \APSlepton +\item anti-slepton\newline \texcmd{APslepton} $\Rightarrow$ \APslepton +\item \texcmd{PSq} $\Rightarrow$ \PSq +\item \texcmd{Psquark} $\Rightarrow$ \Psquark +\item \texcmd{APSq} $\Rightarrow$ \APSq +\item \texcmd{APsquark} $\Rightarrow$ \APsquark +\item \texcmd{PSdown} $\Rightarrow$ \PSdown +\item \texcmd{PSup} $\Rightarrow$ \PSup +\item \texcmd{PSstrange} $\Rightarrow$ \PSstrange +\item \texcmd{PScharm} $\Rightarrow$ \PScharm +\item \texcmd{PSbottom} $\Rightarrow$ \PSbottom +\item \texcmd{PStop} $\Rightarrow$ \PStop +\item \texcmd{PASdown} $\Rightarrow$ \PASdown +\item \texcmd{PASup} $\Rightarrow$ \PASup +\item \texcmd{PASstrange} $\Rightarrow$ \PASstrange +\item \texcmd{PAScharm} $\Rightarrow$ \PAScharm +\item \texcmd{PASbottom} $\Rightarrow$ \PASbottom +\item \texcmd{PAStop} $\Rightarrow$ \PAStop +\item \texcmd{eplus} $\Rightarrow$ \eplus +\item \texcmd{eminus} $\Rightarrow$ \eminus +\end{itemize} +}\end{multicols} +} +\clearpage + +\section{Bold italic font} +\textbf{\textit{ +\begin{multicols}{2}{ +\begin{itemize} +\item \texcmd{hepnicenames} $\Rightarrow$ \hepnicenames +\item \texcmd{PB} $\Rightarrow$ \PB +\item \texcmd{PBpm} $\Rightarrow$ \PBpm +\item \texcmd{PBmp} $\Rightarrow$ \PBmp +\item \texcmd{PBplus} $\Rightarrow$ \PBplus +\item \texcmd{PBminus} $\Rightarrow$ \PBminus +\item \texcmd{PBzero} $\Rightarrow$ \PBzero +\item \texcmd{PBd} $\Rightarrow$ \PBd +\item \texcmd{PBu} $\Rightarrow$ \PBu +\item \texcmd{PBc} $\Rightarrow$ \PBc +\item \texcmd{PBs} $\Rightarrow$ \PBs +\item \texcmd{APB} $\Rightarrow$ \APB +\item \texcmd{APBzero} $\Rightarrow$ \APBzero +\item \texcmd{APBd} $\Rightarrow$ \APBd +\item \texcmd{APBu} $\Rightarrow$ \APBu +\item \texcmd{APBc} $\Rightarrow$ \APBc +\item \texcmd{APBs} $\Rightarrow$ \APBs +\item \texcmd{PK} $\Rightarrow$ \PK +\item \texcmd{PKpm} $\Rightarrow$ \PKpm +\item \texcmd{PKmp} $\Rightarrow$ \PKmp +\item \texcmd{PKplus} $\Rightarrow$ \PKplus +\item \texcmd{PKminus} $\Rightarrow$ \PKminus +\item \texcmd{PKzero} $\Rightarrow$ \PKzero +\item \texcmd{PKshort} $\Rightarrow$ \PKshort +\item \texcmd{PKs} $\Rightarrow$ \PKs +\item \texcmd{PKlong} $\Rightarrow$ \PKlong +\item \texcmd{PKl} $\Rightarrow$ \PKl +\item \texcmd{PKstar} $\Rightarrow$ \PKstar +\item \texcmd{APK} $\Rightarrow$ \APK +\item \texcmd{APKzero} $\Rightarrow$ \APKzero +\item \texcmd{Pphoton} $\Rightarrow$ \Pphoton +\item \texcmd{Pgluon} $\Rightarrow$ \Pgluon +\item \texcmd{PW} $\Rightarrow$ \PW +\item \texcmd{PWpm} $\Rightarrow$ \PWpm +\item \texcmd{PWmp} $\Rightarrow$ \PWmp +\item \texcmd{PWplus} $\Rightarrow$ \PWplus +\item \texcmd{PWminus} $\Rightarrow$ \PWminus +\item \texcmd{PWprime} $\Rightarrow$ \PWprime +\item \texcmd{PZ} $\Rightarrow$ \PZ +\item Z with a zero\newline \texcmd{PZzero} $\Rightarrow$ \PZzero +\item Z-prime\newline \texcmd{PZprime} $\Rightarrow$ \PZprime +\item axion\newline \texcmd{Paxion} $\Rightarrow$ \Paxion +\item lepton\newline \texcmd{Plepton} $\Rightarrow$ \Plepton +\item charged lepton\newline \texcmd{Pleptonpm} $\Rightarrow$ \Pleptonpm +\item charged lepton\newline \texcmd{Pleptonmp} $\Rightarrow$ \Pleptonmp +\item positive lepton\newline \texcmd{Pleptonplus} $\Rightarrow$ \Pleptonplus +\item negative lepton\newline \texcmd{Pleptonminus} $\Rightarrow$ \Pleptonminus +\item anti-lepton\newline \texcmd{APlepton} $\Rightarrow$ \APlepton +\item neutrino\newline \texcmd{Pnu} $\Rightarrow$ \Pnu +\item antineutrino\newline \texcmd{APnu} $\Rightarrow$ \APnu +\item neutrino\newline \texcmd{Pneutrino} $\Rightarrow$ \Pneutrino +\item antineutrino\newline \texcmd{APneutrino} $\Rightarrow$ \APneutrino +\item lepton-flavour neutrino\newline \texcmd{Pnulepton} $\Rightarrow$ \Pnulepton +\item lepton-flavour antineutrino\newline \texcmd{APnulepton} $\Rightarrow$ \APnulepton +\item \texcmd{Pe} $\Rightarrow$ \Pe +\item \texcmd{Pepm} $\Rightarrow$ \Pepm +\item \texcmd{Pemp} $\Rightarrow$ \Pemp +\item \texcmd{Pelectron} $\Rightarrow$ \Pelectron +\item \texcmd{APelectron} $\Rightarrow$ \APelectron +\item \texcmd{Ppositron} $\Rightarrow$ \Ppositron +\item \texcmd{APpositron} $\Rightarrow$ \APpositron +\item \texcmd{Pmu} $\Rightarrow$ \Pmu +\item \texcmd{Pmupm} $\Rightarrow$ \Pmupm +\item \texcmd{Pmump} $\Rightarrow$ \Pmump +\item \texcmd{Pmuon} $\Rightarrow$ \Pmuon +\item \texcmd{APmuon} $\Rightarrow$ \APmuon +\item \texcmd{Ptau} $\Rightarrow$ \Ptau +\item \texcmd{Ptaupm} $\Rightarrow$ \Ptaupm +\item \texcmd{Ptaump} $\Rightarrow$ \Ptaump +\item \texcmd{Ptauon} $\Rightarrow$ \Ptauon +\item \texcmd{APtauon} $\Rightarrow$ \APtauon +\item \texcmd{Pnue} $\Rightarrow$ \Pnue +\item \texcmd{Pnum} $\Rightarrow$ \Pnum +\item \texcmd{Pnut} $\Rightarrow$ \Pnut +\item \texcmd{APnue} $\Rightarrow$ \APnue +\item \texcmd{APnum} $\Rightarrow$ \APnum +\item \texcmd{APnut} $\Rightarrow$ \APnut +\item \texcmd{Pquark} $\Rightarrow$ \Pquark +\item \texcmd{APquark} $\Rightarrow$ \APquark +\item \texcmd{Pdown} $\Rightarrow$ \Pdown +\item \texcmd{Pup} $\Rightarrow$ \Pup +\item \texcmd{Pstrange} $\Rightarrow$ \Pstrange +\item \texcmd{Pcharm} $\Rightarrow$ \Pcharm +\item \texcmd{Pbottom} $\Rightarrow$ \Pbottom +\item \texcmd{Pbeauty} $\Rightarrow$ \Pbeauty +\item \texcmd{Ptop} $\Rightarrow$ \Ptop +\item \texcmd{Ptruth} $\Rightarrow$ \Ptruth +\item \texcmd{APdown} $\Rightarrow$ \APdown +\item \texcmd{APqd} $\Rightarrow$ \APqd +\item \texcmd{APup} $\Rightarrow$ \APup +\item \texcmd{APqu} $\Rightarrow$ \APqu +\item \texcmd{APstrange} $\Rightarrow$ \APstrange +\item \texcmd{APqs} $\Rightarrow$ \APqs +\item \texcmd{APcharm} $\Rightarrow$ \APcharm +\item \texcmd{APqc} $\Rightarrow$ \APqc +\item \texcmd{APbottom} $\Rightarrow$ \APbottom +\item \texcmd{APbeauty} $\Rightarrow$ \APbeauty +\item \texcmd{APqb} $\Rightarrow$ \APqb +\item \texcmd{APtop} $\Rightarrow$ \APtop +\item \texcmd{APtruth} $\Rightarrow$ \APtruth +\item \texcmd{APqt} $\Rightarrow$ \APqt +\item \texcmd{Pproton} $\Rightarrow$ \Pproton +\item \texcmd{Pneutron} $\Rightarrow$ \Pneutron +\item \texcmd{APproton} $\Rightarrow$ \APproton +\item \texcmd{APneutron} $\Rightarrow$ \APneutron +\item \texcmd{PLambda} $\Rightarrow$ \PLambda +\item \texcmd{APLambda} $\Rightarrow$ \APLambda +\item \texcmd{PLambdac} $\Rightarrow$ \PLambdac +\item \texcmd{PLambdab} $\Rightarrow$ \PLambdab +\item \texcmd{POmega} $\Rightarrow$ \POmega +\item \texcmd{POmegapm} $\Rightarrow$ \POmegapm +\item \texcmd{POmegamp} $\Rightarrow$ \POmegamp +\item \texcmd{POmegaplus} $\Rightarrow$ \POmegaplus +\item \texcmd{POmegaminus} $\Rightarrow$ \POmegaminus +\item \texcmd{APOmega} $\Rightarrow$ \APOmega +\item \texcmd{APOmegaplus} $\Rightarrow$ \APOmegaplus +\item \texcmd{APOmegaminus} $\Rightarrow$ \APOmegaminus +\item \texcmd{PSigma} $\Rightarrow$ \PSigma +\item \texcmd{PSigmapm} $\Rightarrow$ \PSigmapm +\item \texcmd{PSigmamp} $\Rightarrow$ \PSigmamp +\item \texcmd{PSigmaminus} $\Rightarrow$ \PSigmaminus +\item \texcmd{PSigmaplus} $\Rightarrow$ \PSigmaplus +\item \texcmd{PSigmazero} $\Rightarrow$ \PSigmazero +\item \texcmd{PSigmac} $\Rightarrow$ \PSigmac +\item \texcmd{APSigmaminus} $\Rightarrow$ \APSigmaminus +\item \texcmd{APSigmaplus} $\Rightarrow$ \APSigmaplus +\item \texcmd{APSigmazero} $\Rightarrow$ \APSigmazero +\item \texcmd{APSigmac} $\Rightarrow$ \APSigmac +\item \texcmd{PUpsilon} $\Rightarrow$ \PUpsilon +\item \texcmd{PUpsilonOneS} $\Rightarrow$ \PUpsilonOneS +\item \texcmd{PUpsilonTwoS} $\Rightarrow$ \PUpsilonTwoS +\item \texcmd{PUpsilonThreeS} $\Rightarrow$ \PUpsilonThreeS +\item \texcmd{PUpsilonFourS} $\Rightarrow$ \PUpsilonFourS +\item \texcmd{PXi} $\Rightarrow$ \PXi +\item \texcmd{PXiplus} $\Rightarrow$ \PXiplus +\item \texcmd{PXiminus} $\Rightarrow$ \PXiminus +\item \texcmd{PXizero} $\Rightarrow$ \PXizero +\item \texcmd{APXiplus} $\Rightarrow$ \APXiplus +\item \texcmd{APXiminus} $\Rightarrow$ \APXiminus +\item \texcmd{APXizero} $\Rightarrow$ \APXizero +\item \texcmd{PXicplus} $\Rightarrow$ \PXicplus +\item \texcmd{PXiczero} $\Rightarrow$ \PXiczero +\item \texcmd{Pphi} $\Rightarrow$ \Pphi +\item \texcmd{Peta} $\Rightarrow$ \Peta +\item \texcmd{Petaprime} $\Rightarrow$ \Petaprime +\item \texcmd{Petac} $\Rightarrow$ \Petac +\item \texcmd{Pomega} $\Rightarrow$ \Pomega +\item \texcmd{Ppi} $\Rightarrow$ \Ppi +\item \texcmd{Ppipm} $\Rightarrow$ \Ppipm +\item \texcmd{Ppimp} $\Rightarrow$ \Ppimp +\item \texcmd{Ppiplus} $\Rightarrow$ \Ppiplus +\item \texcmd{Ppiminus} $\Rightarrow$ \Ppiminus +\item \texcmd{Ppizero} $\Rightarrow$ \Ppizero +\item \texcmd{Prho} $\Rightarrow$ \Prho +\item \texcmd{Prhoplus} $\Rightarrow$ \Prhoplus +\item \texcmd{Prhominus} $\Rightarrow$ \Prhominus +\item \texcmd{Prhopm} $\Rightarrow$ \Prhopm +\item \texcmd{Prhomp} $\Rightarrow$ \Prhomp +\item \texcmd{Prhozero} $\Rightarrow$ \Prhozero +\item \texcmd{PJpsi} $\Rightarrow$ \PJpsi +\item \texcmd{PJpsiOneS} $\Rightarrow$ \PJpsiOneS +\item \texcmd{Ppsi} $\Rightarrow$ \Ppsi +\item \texcmd{PpsiTwoS} $\Rightarrow$ \PpsiTwoS +\item \texcmd{PD} $\Rightarrow$ \PD +\item \texcmd{PDpm} $\Rightarrow$ \PDpm +\item \texcmd{PDmp} $\Rightarrow$ \PDmp +\item \texcmd{PDzero} $\Rightarrow$ \PDzero +\item \texcmd{PDminus} $\Rightarrow$ \PDminus +\item \texcmd{PDplus} $\Rightarrow$ \PDplus +\item \texcmd{PDstar} $\Rightarrow$ \PDstar +\item \texcmd{APD} $\Rightarrow$ \APD +\item \texcmd{APDzero} $\Rightarrow$ \APDzero +\item \texcmd{PDs} $\Rightarrow$ \PDs +\item \texcmd{PDsminus} $\Rightarrow$ \PDsminus +\item \texcmd{PDsplus} $\Rightarrow$ \PDsplus +\item \texcmd{PDspm} $\Rightarrow$ \PDspm +\item \texcmd{PDsmp} $\Rightarrow$ \PDsmp +\item \texcmd{PDsstar} $\Rightarrow$ \PDsstar +\item \texcmd{PHiggs} $\Rightarrow$ \PHiggs +\item \texcmd{PHiggsheavy} $\Rightarrow$ \PHiggsheavy +\item \texcmd{PHiggslight} $\Rightarrow$ \PHiggslight +\item \texcmd{PHiggsheavyzero} $\Rightarrow$ \PHiggsheavyzero +\item \texcmd{PHiggslightzero} $\Rightarrow$ \PHiggslightzero +\item \texcmd{PHiggsps} $\Rightarrow$ \PHiggsps +\item \texcmd{PHiggspszero} $\Rightarrow$ \PHiggspszero +\item \texcmd{PHiggsplus} $\Rightarrow$ \PHiggsplus +\item \texcmd{PHiggsminus} $\Rightarrow$ \PHiggsminus +\item \texcmd{PHiggspm} $\Rightarrow$ \PHiggspm +\item \texcmd{PHiggsmp} $\Rightarrow$ \PHiggsmp +\item \texcmd{PHiggszero} $\Rightarrow$ \PHiggszero +\item \texcmd{PSHiggs} $\Rightarrow$ \PSHiggs +\item \texcmd{PSHiggsino} $\Rightarrow$ \PSHiggsino +\item \texcmd{PSHiggsplus} $\Rightarrow$ \PSHiggsplus +\item \texcmd{PSHiggsinoplus} $\Rightarrow$ \PSHiggsinoplus +\item \texcmd{PSHiggsminus} $\Rightarrow$ \PSHiggsminus +\item \texcmd{PSHiggsinominus} $\Rightarrow$ \PSHiggsinominus +\item \texcmd{PSHiggspm} $\Rightarrow$ \PSHiggspm +\item \texcmd{PSHiggsinopm} $\Rightarrow$ \PSHiggsinopm +\item \texcmd{PSHiggsmp} $\Rightarrow$ \PSHiggsmp +\item \texcmd{PSHiggsinomp} $\Rightarrow$ \PSHiggsinomp +\item \texcmd{PSHiggszero} $\Rightarrow$ \PSHiggszero +\item \texcmd{PSHiggsinozero} $\Rightarrow$ \PSHiggsinozero +\item bino %% in pennames\newline \texcmd{PSB} $\Rightarrow$ \PSB +\item bino\newline \texcmd{PSBino} $\Rightarrow$ \PSBino +\item \texcmd{PSW} $\Rightarrow$ \PSW +\item \texcmd{PSWplus} $\Rightarrow$ \PSWplus +\item \texcmd{PSWminus} $\Rightarrow$ \PSWminus +\item \texcmd{PSWpm} $\Rightarrow$ \PSWpm +\item \texcmd{PSWmp} $\Rightarrow$ \PSWmp +\item \texcmd{PSWino} $\Rightarrow$ \PSWino +\item \texcmd{PSWinopm} $\Rightarrow$ \PSWinopm +\item \texcmd{PSWinomp} $\Rightarrow$ \PSWinomp +\item \texcmd{PSZ} $\Rightarrow$ \PSZ +\item \texcmd{PSZzero} $\Rightarrow$ \PSZzero +\item \texcmd{PSe} $\Rightarrow$ \PSe +\item photino\newline \texcmd{PSphoton} $\Rightarrow$ \PSphoton +\item photino\newline \texcmd{PSphotino} $\Rightarrow$ \PSphotino +\item photino\newline \texcmd{Pphotino} $\Rightarrow$ \Pphotino +\item smuon\newline \texcmd{PSmu} $\Rightarrow$ \PSmu +\item sneutrino\newline \texcmd{PSnu} $\Rightarrow$ \PSnu +\item stau\newline \texcmd{PStau} $\Rightarrow$ \PStau +\item neutralino/chargino\newline \texcmd{PSino} $\Rightarrow$ \PSino +\item chargino pm\newline \texcmd{PScharginopm} $\Rightarrow$ \PScharginopm +\item chargino mp\newline \texcmd{PScharginomp} $\Rightarrow$ \PScharginomp +\item neutralino\newline \texcmd{PSneutralino} $\Rightarrow$ \PSneutralino +\item lightest neutralino\newline \texcmd{PSneutralinoOne} $\Rightarrow$ \PSneutralinoOne +\item next-to-lightest neutralino\newline \texcmd{PSneutralinoTwo} $\Rightarrow$ \PSneutralinoTwo +\item gluino\newline \texcmd{PSgluino} $\Rightarrow$ \PSgluino +\item slepton\newline \texcmd{PSlepton} $\Rightarrow$ \PSlepton +\item duplicate slepton macro\newline \texcmd{Pslepton} $\Rightarrow$ \Pslepton +\item anti-slepton\newline \texcmd{APSlepton} $\Rightarrow$ \APSlepton +\item anti-slepton\newline \texcmd{APslepton} $\Rightarrow$ \APslepton +\item \texcmd{PSq} $\Rightarrow$ \PSq +\item \texcmd{Psquark} $\Rightarrow$ \Psquark +\item \texcmd{APSq} $\Rightarrow$ \APSq +\item \texcmd{APsquark} $\Rightarrow$ \APsquark +\item \texcmd{PSdown} $\Rightarrow$ \PSdown +\item \texcmd{PSup} $\Rightarrow$ \PSup +\item \texcmd{PSstrange} $\Rightarrow$ \PSstrange +\item \texcmd{PScharm} $\Rightarrow$ \PScharm +\item \texcmd{PSbottom} $\Rightarrow$ \PSbottom +\item \texcmd{PStop} $\Rightarrow$ \PStop +\item \texcmd{PASdown} $\Rightarrow$ \PASdown +\item \texcmd{PASup} $\Rightarrow$ \PASup +\item \texcmd{PASstrange} $\Rightarrow$ \PASstrange +\item \texcmd{PAScharm} $\Rightarrow$ \PAScharm +\item \texcmd{PASbottom} $\Rightarrow$ \PASbottom +\item \texcmd{PAStop} $\Rightarrow$ \PAStop +\item \texcmd{eplus} $\Rightarrow$ \eplus +\item \texcmd{eminus} $\Rightarrow$ \eminus +\end{itemize} +}\end{multicols} +}} + +\end{document} diff --git a/Master/texmf-dist/doc/latex/hepnames/heppennames-macros.tex b/Master/texmf-dist/doc/latex/hepnames/heppennames-macros.tex new file mode 100644 index 00000000000..35b2399ad88 --- /dev/null +++ b/Master/texmf-dist/doc/latex/hepnames/heppennames-macros.tex @@ -0,0 +1,369 @@ +\begin{multicols}{2}{ +\begin{itemize} +\item \texcmd{hepnames} $\Rightarrow$ \hepnames +\item \texcmd{heppennames} $\Rightarrow$ \heppennames +\item \texcmd{PB} $\Rightarrow$ \PB +\item \texcmd{PBpm} $\Rightarrow$ \PBpm +\item \texcmd{PBmp} $\Rightarrow$ \PBmp +\item \texcmd{PBp} $\Rightarrow$ \PBp +\item \texcmd{PBm} $\Rightarrow$ \PBm +\item \texcmd{PBz} $\Rightarrow$ \PBz +\item \texcmd{PdB} $\Rightarrow$ \PdB +\item \texcmd{PuB} $\Rightarrow$ \PuB +\item \texcmd{PcB} $\Rightarrow$ \PcB +\item \texcmd{PsB} $\Rightarrow$ \PsB +\item \texcmd{PaB} $\Rightarrow$ \PaB +\item \texcmd{PaBz} $\Rightarrow$ \PaBz +\item \texcmd{PadB} $\Rightarrow$ \PadB +\item \texcmd{PauB} $\Rightarrow$ \PauB +\item \texcmd{PacB} $\Rightarrow$ \PacB +\item \texcmd{PasB} $\Rightarrow$ \PasB +\item kaon\newline \texcmd{PK} $\Rightarrow$ \PK +\item charged kaon\newline \texcmd{PKpm} $\Rightarrow$ \PKpm +\item charged kaon\newline \texcmd{PKmp} $\Rightarrow$ \PKmp +\item negative kaon\newline \texcmd{PKm} $\Rightarrow$ \PKm +\item positive kaon\newline \texcmd{PKp} $\Rightarrow$ \PKp +\item neutral kaon\newline \texcmd{PKz} $\Rightarrow$ \PKz +\item K-long\newline \texcmd{PKzL} $\Rightarrow$ \PKzL +\item K-short\newline \texcmd{PKzS} $\Rightarrow$ \PKzS +\item K star\newline \texcmd{PKst} $\Rightarrow$ \PKst +\item anti-kaon\newline \texcmd{PaK} $\Rightarrow$ \PaK +\item neutral anti-kaon\newline \texcmd{PaKz} $\Rightarrow$ \PaKz +\item \texcmd{PKeiii} $\Rightarrow$ \PKeiii +\item \texcmd{PKgmiii} $\Rightarrow$ \PKgmiii +\item \texcmd{PKzeiii} $\Rightarrow$ \PKzeiii +\item \texcmd{PKzgmiii} $\Rightarrow$ \PKzgmiii +\item \texcmd{PKia} $\Rightarrow$ \PKia +\item \texcmd{PKii} $\Rightarrow$ \PKii +\item \texcmd{PKi} $\Rightarrow$ \PKi +\item \texcmd{PKsti} $\Rightarrow$ \PKsti +\item \texcmd{PKsta} $\Rightarrow$ \PKsta +\item \texcmd{PKstb} $\Rightarrow$ \PKstb +\item \texcmd{PKstiii} $\Rightarrow$ \PKstiii +\item \texcmd{PKstii} $\Rightarrow$ \PKstii +\item \texcmd{PKstiv} $\Rightarrow$ \PKstiv +\item \texcmd{PKstz} $\Rightarrow$ \PKstz +\item \texcmd{PN} $\Rightarrow$ \PN +\item \texcmd{PNa} $\Rightarrow$ \PNa +\item \texcmd{PNb} $\Rightarrow$ \PNb +\item \texcmd{PNc} $\Rightarrow$ \PNc +\item \texcmd{PNd} $\Rightarrow$ \PNd +\item \texcmd{PNe} $\Rightarrow$ \PNe +\item \texcmd{PNf} $\Rightarrow$ \PNf +\item \texcmd{PNg} $\Rightarrow$ \PNg +\item \texcmd{PNh} $\Rightarrow$ \PNh +\item \texcmd{PNi} $\Rightarrow$ \PNi +\item \texcmd{PNj} $\Rightarrow$ \PNj +\item \texcmd{PNk} $\Rightarrow$ \PNk +\item \texcmd{PNl} $\Rightarrow$ \PNl +\item \texcmd{PNm} $\Rightarrow$ \PNm +\item gluon\newline \texcmd{Pg} $\Rightarrow$ \Pg +\item photon\newline \texcmd{Pgg} $\Rightarrow$ \Pgg +\item W boson\newline \texcmd{PW} $\Rightarrow$ \PW +\item charged W boson\newline \texcmd{PWpm} $\Rightarrow$ \PWpm +\item charged W boson\newline \texcmd{PWmp} $\Rightarrow$ \PWmp +\item W-plus\newline \texcmd{PWp} $\Rightarrow$ \PWp +\item W-minus\newline \texcmd{PWm} $\Rightarrow$ \PWm +\item \texcmd{PWR} $\Rightarrow$ \PWR +\item W-prime boson\newline \texcmd{PWpr} $\Rightarrow$ \PWpr +\item Z boson\newline \texcmd{PZ} $\Rightarrow$ \PZ +\item neutral Z boson\newline \texcmd{PZz} $\Rightarrow$ \PZz +\item Z-prime boson\newline \texcmd{PZpr} $\Rightarrow$ \PZpr +\item left-right Z boson\newline \texcmd{PZLR} $\Rightarrow$ \PZLR +\item \texcmd{PZgc} $\Rightarrow$ \PZgc +\item \texcmd{PZge} $\Rightarrow$ \PZge +\item \texcmd{PZgy} $\Rightarrow$ \PZgy +\item \texcmd{PZi} $\Rightarrow$ \PZi +\item axion\newline \texcmd{PAz} $\Rightarrow$ \PAz +\item standard/heavy Higgs\newline \texcmd{PH} $\Rightarrow$ \PH +\item explicitly neutral standard/heavy Higgs\newline \texcmd{PHz} $\Rightarrow$ \PHz +\item light Higgs\newline \texcmd{Ph} $\Rightarrow$ \Ph +\item explicitly neutral light Higgs\newline \texcmd{Phz} $\Rightarrow$ \Phz +\item pseudoscalar Higgs\newline \texcmd{PA} $\Rightarrow$ \PA +\item explicitly neutral pseudoscalar Higgs\newline \texcmd{PAz} $\Rightarrow$ \PAz +\item charged Higgs\newline \texcmd{PHpm} $\Rightarrow$ \PHpm +\item charged Higgs\newline \texcmd{PHmp} $\Rightarrow$ \PHmp +\item positive-charged Higgs\newline \texcmd{PHp} $\Rightarrow$ \PHp +\item negative-charged Higgs\newline \texcmd{PHm} $\Rightarrow$ \PHm +\item lepton\newline \texcmd{Pl} $\Rightarrow$ \Pl +\item charged lepton\newline \texcmd{Plpm} $\Rightarrow$ \Plpm +\item charged lepton\newline \texcmd{Plmp} $\Rightarrow$ \Plmp +\item positive lepton\newline \texcmd{Plp} $\Rightarrow$ \Plp +\item negative lepton\newline \texcmd{Plm} $\Rightarrow$ \Plm +\item anti-lepton\newline \texcmd{Pal} $\Rightarrow$ \Pal +\item generic neutrino\newline \texcmd{Pgn} $\Rightarrow$ \Pgn +\item neutrino (for lepton ell)\newline \texcmd{Pgnl} $\Rightarrow$ \Pgnl +\item generic anti-neutrino\newline \texcmd{Pagn} $\Rightarrow$ \Pagn +\item anti-neutrino (for lepton ell)\newline \texcmd{Pagnl} $\Rightarrow$ \Pagnl +\item electronic\newline \texcmd{Pe} $\Rightarrow$ \Pe +\item e plus/minus\newline \texcmd{Pepm} $\Rightarrow$ \Pepm +\item e minus/plus\newline \texcmd{Pemp} $\Rightarrow$ \Pemp +\item electron\newline \texcmd{Pem} $\Rightarrow$ \Pem +\item positron\newline \texcmd{Pep} $\Rightarrow$ \Pep +\item muonic\newline \texcmd{Pgm} $\Rightarrow$ \Pgm +\item mu plus/minus\newline \texcmd{Pgmpm} $\Rightarrow$ \Pgmpm +\item mu minus/plus\newline \texcmd{Pgmmp} $\Rightarrow$ \Pgmmp +\item muon\newline \texcmd{Pgmm} $\Rightarrow$ \Pgmm +\item anti-muon\newline \texcmd{Pgmp} $\Rightarrow$ \Pgmp +\item tauonic\newline \texcmd{Pgt} $\Rightarrow$ \Pgt +\item tau plus/minus\newline \texcmd{Pgtpm} $\Rightarrow$ \Pgtpm +\item tau minus/plus\newline \texcmd{Pgtmp} $\Rightarrow$ \Pgtmp +\item tau lepton\newline \texcmd{Pgtm} $\Rightarrow$ \Pgtm +\item anti-tau\newline \texcmd{Pgtp} $\Rightarrow$ \Pgtp +\item electron neutrino\newline \texcmd{Pgne} $\Rightarrow$ \Pgne +\item muon neutrino\newline \texcmd{Pgngm} $\Rightarrow$ \Pgngm +\item tau neutrino\newline \texcmd{Pgngt} $\Rightarrow$ \Pgngt +\item electron anti-neutrino\newline \texcmd{Pagne} $\Rightarrow$ \Pagne +\item muon anti-neutrino\newline \texcmd{Pagngm} $\Rightarrow$ \Pagngm +\item tau anti-neutrino\newline \texcmd{Pagngt} $\Rightarrow$ \Pagngt +\item quark\newline \texcmd{Pq} $\Rightarrow$ \Pq +\item anti-quark\newline \texcmd{Paq} $\Rightarrow$ \Paq +\item down quark\newline \texcmd{Pqd} $\Rightarrow$ \Pqd +\item up quark\newline \texcmd{Pqu} $\Rightarrow$ \Pqu +\item strange quark\newline \texcmd{Pqs} $\Rightarrow$ \Pqs +\item charm quark\newline \texcmd{Pqc} $\Rightarrow$ \Pqc +\item bottom quark\newline \texcmd{Pqb} $\Rightarrow$ \Pqb +\item top quark\newline \texcmd{Pqt} $\Rightarrow$ \Pqt +\item down anti-quark\newline \texcmd{Paqd} $\Rightarrow$ \Paqd +\item up anti-quark\newline \texcmd{Paqu} $\Rightarrow$ \Paqu +\item strange anti-quark\newline \texcmd{Paqs} $\Rightarrow$ \Paqs +\item charm anti-quark\newline \texcmd{Paqc} $\Rightarrow$ \Paqc +\item bottom anti-quark\newline \texcmd{Paqb} $\Rightarrow$ \Paqb +\item top anti-quark\newline \texcmd{Paqt} $\Rightarrow$ \Paqt +\item \texcmd{Pqb} $\Rightarrow$ \Pqb +\item \texcmd{Pqc} $\Rightarrow$ \Pqc +\item \texcmd{Pqd} $\Rightarrow$ \Pqd +\item \texcmd{Pqs} $\Rightarrow$ \Pqs +\item \texcmd{Pqt} $\Rightarrow$ \Pqt +\item \texcmd{Pqu} $\Rightarrow$ \Pqu +\item \texcmd{Pq} $\Rightarrow$ \Pq +\item anti-bottom quark\newline \texcmd{Paqb} $\Rightarrow$ \Paqb +\item anti-charm quark\newline \texcmd{Paqc} $\Rightarrow$ \Paqc +\item anti-down quark\newline \texcmd{Paqd} $\Rightarrow$ \Paqd +\item anti-strange quark\newline \texcmd{Paqs} $\Rightarrow$ \Paqs +\item anti-top quark\newline \texcmd{Paqt} $\Rightarrow$ \Paqt +\item anti-up quark\newline \texcmd{Paqu} $\Rightarrow$ \Paqu +\item anti-quark\newline \texcmd{Paq} $\Rightarrow$ \Paq +\item proton\newline \texcmd{Pp} $\Rightarrow$ \Pp +\item neutron\newline \texcmd{Pn} $\Rightarrow$ \Pn +\item anti-proton\newline \texcmd{Pap} $\Rightarrow$ \Pap +\item anti-neutron\newline \texcmd{Pan} $\Rightarrow$ \Pan +\item \texcmd{Pcgc} $\Rightarrow$ \Pcgc +\item \texcmd{Pcgcii} $\Rightarrow$ \Pcgcii +\item \texcmd{Pcgci} $\Rightarrow$ \Pcgci +\item \texcmd{Pcgcz} $\Rightarrow$ \Pcgcz +\item \texcmd{Pfia} $\Rightarrow$ \Pfia +\item \texcmd{Pfib} $\Rightarrow$ \Pfib +\item \texcmd{Pfiia} $\Rightarrow$ \Pfiia +\item \texcmd{Pfiib} $\Rightarrow$ \Pfiib +\item \texcmd{Pfiic} $\Rightarrow$ \Pfiic +\item \texcmd{Pfiid} $\Rightarrow$ \Pfiid +\item \texcmd{Pfiipr} $\Rightarrow$ \Pfiipr +\item \texcmd{Pfii} $\Rightarrow$ \Pfii +\item \texcmd{Pfiv} $\Rightarrow$ \Pfiv +\item \texcmd{Pfi} $\Rightarrow$ \Pfi +\item \texcmd{Pfza} $\Rightarrow$ \Pfza +\item \texcmd{Pfzb} $\Rightarrow$ \Pfzb +\item \texcmd{Pfz} $\Rightarrow$ \Pfz +\item \texcmd{PgD} $\Rightarrow$ \PgD +\item \texcmd{PgDa} $\Rightarrow$ \PgDa +\item \texcmd{PgDb} $\Rightarrow$ \PgDb +\item \texcmd{PgDc} $\Rightarrow$ \PgDc +\item \texcmd{PgDd} $\Rightarrow$ \PgDd +\item \texcmd{PgDe} $\Rightarrow$ \PgDe +\item \texcmd{PgDf} $\Rightarrow$ \PgDf +\item \texcmd{PgDh} $\Rightarrow$ \PgDh +\item \texcmd{PgDi} $\Rightarrow$ \PgDi +\item \texcmd{PgDj} $\Rightarrow$ \PgDj +\item \texcmd{PgDk} $\Rightarrow$ \PgDk +\item \texcmd{PgL} $\Rightarrow$ \PgL +\item \texcmd{PagL} $\Rightarrow$ \PagL +\item \texcmd{PcgLp} $\Rightarrow$ \PcgLp +\item \texcmd{PbgL} $\Rightarrow$ \PbgL +\item \texcmd{PgLa} $\Rightarrow$ \PgLa +\item \texcmd{PgLb} $\Rightarrow$ \PgLb +\item \texcmd{PgLc} $\Rightarrow$ \PgLc +\item \texcmd{PgLd} $\Rightarrow$ \PgLd +\item \texcmd{PgLe} $\Rightarrow$ \PgLe +\item \texcmd{PgLf} $\Rightarrow$ \PgLf +\item \texcmd{PgLg} $\Rightarrow$ \PgLg +\item \texcmd{PgLh} $\Rightarrow$ \PgLh +\item \texcmd{PgLi} $\Rightarrow$ \PgLi +\item \texcmd{PgLj} $\Rightarrow$ \PgLj +\item \texcmd{PgLk} $\Rightarrow$ \PgLk +\item \texcmd{PgLl} $\Rightarrow$ \PgLl +\item \texcmd{PgLm} $\Rightarrow$ \PgLm +\item \texcmd{PgO} $\Rightarrow$ \PgO +\item \texcmd{PgOpm} $\Rightarrow$ \PgOpm +\item \texcmd{PgOmp} $\Rightarrow$ \PgOmp +\item \texcmd{PgOp} $\Rightarrow$ \PgOp +\item \texcmd{PgOm} $\Rightarrow$ \PgOm +\item \texcmd{PgOma} $\Rightarrow$ \PgOma +\item new %% anti-Omega\newline \texcmd{PagO} $\Rightarrow$ \PagO +\item \texcmd{PagOp} $\Rightarrow$ \PagOp +\item \texcmd{PagOm} $\Rightarrow$ \PagOm +\item \texcmd{PgS} $\Rightarrow$ \PgS +\item \texcmd{PgSpm} $\Rightarrow$ \PgSpm +\item \texcmd{PgSmp} $\Rightarrow$ \PgSmp +\item \texcmd{PgSm} $\Rightarrow$ \PgSm +\item \texcmd{PgSp} $\Rightarrow$ \PgSp +\item \texcmd{PgSz} $\Rightarrow$ \PgSz +\item \texcmd{PcgS} $\Rightarrow$ \PcgS +\item \texcmd{PagSm} $\Rightarrow$ \PagSm +\item \texcmd{PagSp} $\Rightarrow$ \PagSp +\item \texcmd{PagSz} $\Rightarrow$ \PagSz +\item \texcmd{PacgS} $\Rightarrow$ \PacgS +\item \texcmd{PgSa} $\Rightarrow$ \PgSa +\item \texcmd{PgSb} $\Rightarrow$ \PgSb +\item \texcmd{PgSc} $\Rightarrow$ \PgSc +\item \texcmd{PgSd} $\Rightarrow$ \PgSd +\item \texcmd{PgSe} $\Rightarrow$ \PgSe +\item \texcmd{PgSf} $\Rightarrow$ \PgSf +\item \texcmd{PgSg} $\Rightarrow$ \PgSg +\item \texcmd{PgSh} $\Rightarrow$ \PgSh +\item \texcmd{PgSi} $\Rightarrow$ \PgSi +\item \texcmd{PcgSi} $\Rightarrow$ \PcgSi +\item \texcmd{PgU} $\Rightarrow$ \PgU +\item \texcmd{PgUi} $\Rightarrow$ \PgUi +\item \texcmd{PgUa} $\Rightarrow$ \PgUa +\item \texcmd{PgUb} $\Rightarrow$ \PgUb +\item \texcmd{PgUc} $\Rightarrow$ \PgUc +\item \texcmd{PgUd} $\Rightarrow$ \PgUd +\item \texcmd{PgUe} $\Rightarrow$ \PgUe +\item \texcmd{PgX} $\Rightarrow$ \PgX +\item \texcmd{PgXp} $\Rightarrow$ \PgXp +\item \texcmd{PgXm} $\Rightarrow$ \PgXm +\item \texcmd{PgXz} $\Rightarrow$ \PgXz +\item \texcmd{PgXa} $\Rightarrow$ \PgXa +\item \texcmd{PgXb} $\Rightarrow$ \PgXb +\item \texcmd{PgXc} $\Rightarrow$ \PgXc +\item \texcmd{PgXd} $\Rightarrow$ \PgXd +\item \texcmd{PgXe} $\Rightarrow$ \PgXe +\item \texcmd{PagXp} $\Rightarrow$ \PagXp +\item \texcmd{PagXm} $\Rightarrow$ \PagXm +\item \texcmd{PagXz} $\Rightarrow$ \PagXz +\item \texcmd{PcgXp} $\Rightarrow$ \PcgXp +\item \texcmd{PcgXz} $\Rightarrow$ \PcgXz +\item \texcmd{Pgf} $\Rightarrow$ \Pgf +\item \texcmd{Pgfi} $\Rightarrow$ \Pgfi +\item \texcmd{Pgfa} $\Rightarrow$ \Pgfa +\item \texcmd{Pgfiii} $\Rightarrow$ \Pgfiii +\item \texcmd{Pgh} $\Rightarrow$ \Pgh +\item \texcmd{Pghpr} $\Rightarrow$ \Pghpr +\item \texcmd{Pcgh} $\Rightarrow$ \Pcgh +\item \texcmd{Pgha} $\Rightarrow$ \Pgha +\item \texcmd{Pghb} $\Rightarrow$ \Pghb +\item \texcmd{Pghpri} $\Rightarrow$ \Pghpri +\item \texcmd{Pcghi} $\Rightarrow$ \Pcghi +\item \texcmd{Pgo} $\Rightarrow$ \Pgo +\item \texcmd{Pgoi} $\Rightarrow$ \Pgoi +\item \texcmd{Pgoa} $\Rightarrow$ \Pgoa +\item \texcmd{Pgob} $\Rightarrow$ \Pgob +\item \texcmd{Pgoiii} $\Rightarrow$ \Pgoiii +\item pion\newline \texcmd{Pgp} $\Rightarrow$ \Pgp +\item charged pion\newline \texcmd{Pgppm} $\Rightarrow$ \Pgppm +\item charged pion\newline \texcmd{Pgpmp} $\Rightarrow$ \Pgpmp +\item negative pion\newline \texcmd{Pgpm} $\Rightarrow$ \Pgpm +\item positive pion\newline \texcmd{Pgpp} $\Rightarrow$ \Pgpp +\item neutral pion\newline \texcmd{Pgpz} $\Rightarrow$ \Pgpz +\item \texcmd{Pgpa} $\Rightarrow$ \Pgpa +\item \texcmd{Pgpii} $\Rightarrow$ \Pgpii +\item resonance removed\newline \texcmd{Pgr} $\Rightarrow$ \Pgr +\item \texcmd{Pgrp} $\Rightarrow$ \Pgrp +\item \texcmd{Pgrm} $\Rightarrow$ \Pgrm +\item \texcmd{Pgrpm} $\Rightarrow$ \Pgrpm +\item \texcmd{Pgrmp} $\Rightarrow$ \Pgrmp +\item \texcmd{Pgrz} $\Rightarrow$ \Pgrz +\item new\newline \texcmd{Pgri} $\Rightarrow$ \Pgri +\item \texcmd{Pgra} $\Rightarrow$ \Pgra +\item \texcmd{Pgrb} $\Rightarrow$ \Pgrb +\item \texcmd{Pgriii} $\Rightarrow$ \Pgriii +\item \texcmd{PJgy} $\Rightarrow$ \PJgy +\item \texcmd{PJgyi} $\Rightarrow$ \PJgyi +\item \texcmd{Pgy} $\Rightarrow$ \Pgy +\item \texcmd{Pgyii} $\Rightarrow$ \Pgyii +\item \texcmd{Pgya} $\Rightarrow$ \Pgya +\item \texcmd{Pgyb} $\Rightarrow$ \Pgyb +\item \texcmd{Pgyc} $\Rightarrow$ \Pgyc +\item \texcmd{Pgyd} $\Rightarrow$ \Pgyd +\item \texcmd{PD} $\Rightarrow$ \PD +\item \texcmd{PDpm} $\Rightarrow$ \PDpm +\item \texcmd{PDmp} $\Rightarrow$ \PDmp +\item \texcmd{PDz} $\Rightarrow$ \PDz +\item \texcmd{PDm} $\Rightarrow$ \PDm +\item \texcmd{PDp} $\Rightarrow$ \PDp +\item \texcmd{PDst} $\Rightarrow$ \PDst +\item \texcmd{PaD} $\Rightarrow$ \PaD +\item \texcmd{PaDz} $\Rightarrow$ \PaDz +\item new 2005-07-08\newline \texcmd{PsD} $\Rightarrow$ \PsD +\item \texcmd{PsDm} $\Rightarrow$ \PsDm +\item \texcmd{PsDp} $\Rightarrow$ \PsDp +\item \texcmd{PsDpm} $\Rightarrow$ \PsDpm +\item \texcmd{PsDmp} $\Rightarrow$ \PsDmp +\item \texcmd{PsDst} $\Rightarrow$ \PsDst +\item \texcmd{PsDipm} $\Rightarrow$ \PsDipm +\item \texcmd{PsDimp} $\Rightarrow$ \PsDimp +\item \texcmd{PDiz} $\Rightarrow$ \PDiz +\item \texcmd{PDstiiz} $\Rightarrow$ \PDstiiz +\item \texcmd{PDstpm} $\Rightarrow$ \PDstpm +\item \texcmd{PDstmp} $\Rightarrow$ \PDstmp +\item \texcmd{PDstz} $\Rightarrow$ \PDstz +\item \texcmd{PEz} $\Rightarrow$ \PEz +\item \texcmd{PLpm} $\Rightarrow$ \PLpm +\item \texcmd{PLmp} $\Rightarrow$ \PLmp +\item \texcmd{PLz} $\Rightarrow$ \PLz +\item \texcmd{Paii} $\Rightarrow$ \Paii +\item \texcmd{Pai} $\Rightarrow$ \Pai +\item \texcmd{Paz} $\Rightarrow$ \Paz +\item \texcmd{Pbgcia} $\Rightarrow$ \Pbgcia +\item \texcmd{Pbgciia} $\Rightarrow$ \Pbgciia +\item \texcmd{Pbgcii} $\Rightarrow$ \Pbgcii +\item \texcmd{Pbgci} $\Rightarrow$ \Pbgci +\item \texcmd{Pbgcza} $\Rightarrow$ \Pbgcza +\item \texcmd{Pbgcz} $\Rightarrow$ \Pbgcz +\item \texcmd{Pbi} $\Rightarrow$ \Pbi +\item \texcmd{Phia} $\Rightarrow$ \Phia +\item Higgsino\newline \texcmd{PSH} $\Rightarrow$ \PSH +\item positive Higgsino\newline \texcmd{PSHp} $\Rightarrow$ \PSHp +\item negative Higgsino\newline \texcmd{PSHm} $\Rightarrow$ \PSHm +\item charged Higgsino\newline \texcmd{PSHpm} $\Rightarrow$ \PSHpm +\item charged Higgsino\newline \texcmd{PSHmp} $\Rightarrow$ \PSHmp +\item neutral Higgsino\newline \texcmd{PSHz} $\Rightarrow$ \PSHz +\item wino\newline \texcmd{PSW} $\Rightarrow$ \PSW +\item positive wino\newline \texcmd{PSWp} $\Rightarrow$ \PSWp +\item negative wino\newline \texcmd{PSWm} $\Rightarrow$ \PSWm +\item wino pm\newline \texcmd{PSWpm} $\Rightarrow$ \PSWpm +\item wino mp\newline \texcmd{PSWmp} $\Rightarrow$ \PSWmp +\item zino\newline \texcmd{PSZ} $\Rightarrow$ \PSZ +\item zino\newline \texcmd{PSZz} $\Rightarrow$ \PSZz +\item bino\newline \texcmd{PSB} $\Rightarrow$ \PSB +\item selectron\newline \texcmd{PSe} $\Rightarrow$ \PSe +\item photino\newline \texcmd{PSgg} $\Rightarrow$ \PSgg +\item smuon\newline \texcmd{PSgm} $\Rightarrow$ \PSgm +\item sneutrino\newline \texcmd{PSgn} $\Rightarrow$ \PSgn +\item stau\newline \texcmd{PSgt} $\Rightarrow$ \PSgt +\item chargino/neutralino\newline \texcmd{PSgx} $\Rightarrow$ \PSgx +\item chargino pm\newline \texcmd{PSgxpm} $\Rightarrow$ \PSgxpm +\item chargino mp\newline \texcmd{PSgxmp} $\Rightarrow$ \PSgxmp +\item neutralino\newline \texcmd{PSgxz} $\Rightarrow$ \PSgxz +\item lightest neutralino\newline \texcmd{PSgxzi} $\Rightarrow$ \PSgxzi +\item next-to-lightest neutralino\newline \texcmd{PSgxzii} $\Rightarrow$ \PSgxzii +\item gluino\newline \texcmd{PSg} $\Rightarrow$ \PSg +\item slepton (generic)\newline \texcmd{PSl} $\Rightarrow$ \PSl +\item anti-slepton (generic)\newline \texcmd{PaSl} $\Rightarrow$ \PaSl +\item squark (generic)\newline \texcmd{PSq} $\Rightarrow$ \PSq +\item anti-squark (generic)\newline \texcmd{PaSq} $\Rightarrow$ \PaSq +\item down squark\newline \texcmd{PSqd} $\Rightarrow$ \PSqd +\item up squark\newline \texcmd{PSqu} $\Rightarrow$ \PSqu +\item strange squark\newline \texcmd{PSqs} $\Rightarrow$ \PSqs +\item charm squark\newline \texcmd{PSqc} $\Rightarrow$ \PSqc +\item bottom squark (sbottom)\newline \texcmd{PSqb} $\Rightarrow$ \PSqb +\item top squark (stop)\newline \texcmd{PSqt} $\Rightarrow$ \PSqt +\item anti-down squark\newline \texcmd{PaSqd} $\Rightarrow$ \PaSqd +\item anti-up squark\newline \texcmd{PaSqu} $\Rightarrow$ \PaSqu +\item anti-strange squark\newline \texcmd{PaSqs} $\Rightarrow$ \PaSqs +\item anti-charm squark\newline \texcmd{PaSqc} $\Rightarrow$ \PaSqc +\item anti-bottom squark\newline \texcmd{PaSqb} $\Rightarrow$ \PaSqb +\item anti-top squark (stop)\newline \texcmd{PaSqt} $\Rightarrow$ \PaSqt +\end{itemize} +}\end{multicols} diff --git a/Master/texmf-dist/doc/latex/hepnames/heppennames.pdf b/Master/texmf-dist/doc/latex/hepnames/heppennames.pdf Binary files differnew file mode 100644 index 00000000000..a05af07fcbf --- /dev/null +++ b/Master/texmf-dist/doc/latex/hepnames/heppennames.pdf diff --git a/Master/texmf-dist/doc/latex/hepnames/heppennames.tex b/Master/texmf-dist/doc/latex/hepnames/heppennames.tex new file mode 100644 index 00000000000..1027072c92f --- /dev/null +++ b/Master/texmf-dist/doc/latex/hepnames/heppennames.tex @@ -0,0 +1,1512 @@ +\documentclass[12pt]{article} +\usepackage{heppennames} +\usepackage{a4wide,multicol,setspace,color} +\title{Testing \heppennames} +\author{Generated by \texttt{andy}} +\onehalfspacing +\newcommand{\texcmd}[1]{\textcolor{red}{\texttt{\char`\\#1}}} +\newcommand{\texenv}[1]{\textcolor{red}{\texttt{#1}}} +\newcommand{\texopts}[1]{\textcolor{purple}{\texttt{[#1]}}} +\newcommand{\texarg}[1]{\textcolor{violet}{\texttt{#1}}} +\newcommand{\texargs}[1]{\textcolor{violet}{\texttt{\{#1\}}}} +\newcommand{\texpkg}[1]{\texttt{#1}} +\newcommand{\texcls}[1]{\texttt{#1}} +\newcommand{\gen}[1]{\ensuremath{\braket{#1}}} + +\begin{document} +\maketitle + +\section{Normal font} +\begin{multicols}{2}{ +\begin{itemize} +\item \texcmd{hepnames} $\Rightarrow$ \hepnames +\item \texcmd{heppennames} $\Rightarrow$ \heppennames +\item \texcmd{PB} $\Rightarrow$ \PB +\item \texcmd{PBpm} $\Rightarrow$ \PBpm +\item \texcmd{PBmp} $\Rightarrow$ \PBmp +\item \texcmd{PBp} $\Rightarrow$ \PBp +\item \texcmd{PBm} $\Rightarrow$ \PBm +\item \texcmd{PBz} $\Rightarrow$ \PBz +\item \texcmd{PdB} $\Rightarrow$ \PdB +\item \texcmd{PuB} $\Rightarrow$ \PuB +\item \texcmd{PcB} $\Rightarrow$ \PcB +\item \texcmd{PsB} $\Rightarrow$ \PsB +\item \texcmd{PaB} $\Rightarrow$ \PaB +\item \texcmd{PaBz} $\Rightarrow$ \PaBz +\item \texcmd{PadB} $\Rightarrow$ \PadB +\item \texcmd{PauB} $\Rightarrow$ \PauB +\item \texcmd{PacB} $\Rightarrow$ \PacB +\item \texcmd{PasB} $\Rightarrow$ \PasB +\item kaon\newline \texcmd{PK} $\Rightarrow$ \PK +\item charged kaon\newline \texcmd{PKpm} $\Rightarrow$ \PKpm +\item charged kaon\newline \texcmd{PKmp} $\Rightarrow$ \PKmp +\item negative kaon\newline \texcmd{PKm} $\Rightarrow$ \PKm +\item positive kaon\newline \texcmd{PKp} $\Rightarrow$ \PKp +\item neutral kaon\newline \texcmd{PKz} $\Rightarrow$ \PKz +\item K-long\newline \texcmd{PKzL} $\Rightarrow$ \PKzL +\item K-short\newline \texcmd{PKzS} $\Rightarrow$ \PKzS +\item K star\newline \texcmd{PKst} $\Rightarrow$ \PKst +\item anti-kaon\newline \texcmd{PaK} $\Rightarrow$ \PaK +\item neutral anti-kaon\newline \texcmd{PaKz} $\Rightarrow$ \PaKz +\item \texcmd{PKeiii} $\Rightarrow$ \PKeiii +\item \texcmd{PKgmiii} $\Rightarrow$ \PKgmiii +\item \texcmd{PKzeiii} $\Rightarrow$ \PKzeiii +\item \texcmd{PKzgmiii} $\Rightarrow$ \PKzgmiii +\item \texcmd{PKia} $\Rightarrow$ \PKia +\item \texcmd{PKii} $\Rightarrow$ \PKii +\item \texcmd{PKi} $\Rightarrow$ \PKi +\item \texcmd{PKsti} $\Rightarrow$ \PKsti +\item \texcmd{PKsta} $\Rightarrow$ \PKsta +\item \texcmd{PKstb} $\Rightarrow$ \PKstb +\item \texcmd{PKstiii} $\Rightarrow$ \PKstiii +\item \texcmd{PKstii} $\Rightarrow$ \PKstii +\item \texcmd{PKstiv} $\Rightarrow$ \PKstiv +\item \texcmd{PKstz} $\Rightarrow$ \PKstz +\item \texcmd{PN} $\Rightarrow$ \PN +\item \texcmd{PNa} $\Rightarrow$ \PNa +\item \texcmd{PNb} $\Rightarrow$ \PNb +\item \texcmd{PNc} $\Rightarrow$ \PNc +\item \texcmd{PNd} $\Rightarrow$ \PNd +\item \texcmd{PNe} $\Rightarrow$ \PNe +\item \texcmd{PNf} $\Rightarrow$ \PNf +\item \texcmd{PNg} $\Rightarrow$ \PNg +\item \texcmd{PNh} $\Rightarrow$ \PNh +\item \texcmd{PNi} $\Rightarrow$ \PNi +\item \texcmd{PNj} $\Rightarrow$ \PNj +\item \texcmd{PNk} $\Rightarrow$ \PNk +\item \texcmd{PNl} $\Rightarrow$ \PNl +\item \texcmd{PNm} $\Rightarrow$ \PNm +\item gluon\newline \texcmd{Pg} $\Rightarrow$ \Pg +\item photon\newline \texcmd{Pgg} $\Rightarrow$ \Pgg +\item W boson\newline \texcmd{PW} $\Rightarrow$ \PW +\item charged W boson\newline \texcmd{PWpm} $\Rightarrow$ \PWpm +\item charged W boson\newline \texcmd{PWmp} $\Rightarrow$ \PWmp +\item W-plus\newline \texcmd{PWp} $\Rightarrow$ \PWp +\item W-minus\newline \texcmd{PWm} $\Rightarrow$ \PWm +\item \texcmd{PWR} $\Rightarrow$ \PWR +\item W-prime boson\newline \texcmd{PWpr} $\Rightarrow$ \PWpr +\item Z boson\newline \texcmd{PZ} $\Rightarrow$ \PZ +\item neutral Z boson\newline \texcmd{PZz} $\Rightarrow$ \PZz +\item Z-prime boson\newline \texcmd{PZpr} $\Rightarrow$ \PZpr +\item left-right Z boson\newline \texcmd{PZLR} $\Rightarrow$ \PZLR +\item \texcmd{PZgc} $\Rightarrow$ \PZgc +\item \texcmd{PZge} $\Rightarrow$ \PZge +\item \texcmd{PZgy} $\Rightarrow$ \PZgy +\item \texcmd{PZi} $\Rightarrow$ \PZi +\item axion\newline \texcmd{PAz} $\Rightarrow$ \PAz +\item standard/heavy Higgs\newline \texcmd{PH} $\Rightarrow$ \PH +\item explicitly neutral standard/heavy Higgs\newline \texcmd{PHz} $\Rightarrow$ \PHz +\item light Higgs\newline \texcmd{Ph} $\Rightarrow$ \Ph +\item explicitly neutral light Higgs\newline \texcmd{Phz} $\Rightarrow$ \Phz +\item pseudoscalar Higgs\newline \texcmd{PA} $\Rightarrow$ \PA +\item explicitly neutral pseudoscalar Higgs\newline \texcmd{PAz} $\Rightarrow$ \PAz +\item charged Higgs\newline \texcmd{PHpm} $\Rightarrow$ \PHpm +\item charged Higgs\newline \texcmd{PHmp} $\Rightarrow$ \PHmp +\item positive-charged Higgs\newline \texcmd{PHp} $\Rightarrow$ \PHp +\item negative-charged Higgs\newline \texcmd{PHm} $\Rightarrow$ \PHm +\item lepton\newline \texcmd{Pl} $\Rightarrow$ \Pl +\item charged lepton\newline \texcmd{Plpm} $\Rightarrow$ \Plpm +\item charged lepton\newline \texcmd{Plmp} $\Rightarrow$ \Plmp +\item positive lepton\newline \texcmd{Plp} $\Rightarrow$ \Plp +\item negative lepton\newline \texcmd{Plm} $\Rightarrow$ \Plm +\item anti-lepton\newline \texcmd{Pal} $\Rightarrow$ \Pal +\item generic neutrino\newline \texcmd{Pgn} $\Rightarrow$ \Pgn +\item neutrino (for lepton ell)\newline \texcmd{Pgnl} $\Rightarrow$ \Pgnl +\item generic anti-neutrino\newline \texcmd{Pagn} $\Rightarrow$ \Pagn +\item anti-neutrino (for lepton ell)\newline \texcmd{Pagnl} $\Rightarrow$ \Pagnl +\item electronic\newline \texcmd{Pe} $\Rightarrow$ \Pe +\item e plus/minus\newline \texcmd{Pepm} $\Rightarrow$ \Pepm +\item e minus/plus\newline \texcmd{Pemp} $\Rightarrow$ \Pemp +\item electron\newline \texcmd{Pem} $\Rightarrow$ \Pem +\item positron\newline \texcmd{Pep} $\Rightarrow$ \Pep +\item muonic\newline \texcmd{Pgm} $\Rightarrow$ \Pgm +\item mu plus/minus\newline \texcmd{Pgmpm} $\Rightarrow$ \Pgmpm +\item mu minus/plus\newline \texcmd{Pgmmp} $\Rightarrow$ \Pgmmp +\item muon\newline \texcmd{Pgmm} $\Rightarrow$ \Pgmm +\item anti-muon\newline \texcmd{Pgmp} $\Rightarrow$ \Pgmp +\item tauonic\newline \texcmd{Pgt} $\Rightarrow$ \Pgt +\item tau plus/minus\newline \texcmd{Pgtpm} $\Rightarrow$ \Pgtpm +\item tau minus/plus\newline \texcmd{Pgtmp} $\Rightarrow$ \Pgtmp +\item tau lepton\newline \texcmd{Pgtm} $\Rightarrow$ \Pgtm +\item anti-tau\newline \texcmd{Pgtp} $\Rightarrow$ \Pgtp +\item electron neutrino\newline \texcmd{Pgne} $\Rightarrow$ \Pgne +\item muon neutrino\newline \texcmd{Pgngm} $\Rightarrow$ \Pgngm +\item tau neutrino\newline \texcmd{Pgngt} $\Rightarrow$ \Pgngt +\item electron anti-neutrino\newline \texcmd{Pagne} $\Rightarrow$ \Pagne +\item muon anti-neutrino\newline \texcmd{Pagngm} $\Rightarrow$ \Pagngm +\item tau anti-neutrino\newline \texcmd{Pagngt} $\Rightarrow$ \Pagngt +\item quark\newline \texcmd{Pq} $\Rightarrow$ \Pq +\item anti-quark\newline \texcmd{Paq} $\Rightarrow$ \Paq +\item down quark\newline \texcmd{Pqd} $\Rightarrow$ \Pqd +\item up quark\newline \texcmd{Pqu} $\Rightarrow$ \Pqu +\item strange quark\newline \texcmd{Pqs} $\Rightarrow$ \Pqs +\item charm quark\newline \texcmd{Pqc} $\Rightarrow$ \Pqc +\item bottom quark\newline \texcmd{Pqb} $\Rightarrow$ \Pqb +\item top quark\newline \texcmd{Pqt} $\Rightarrow$ \Pqt +\item down anti-quark\newline \texcmd{Paqd} $\Rightarrow$ \Paqd +\item up anti-quark\newline \texcmd{Paqu} $\Rightarrow$ \Paqu +\item strange anti-quark\newline \texcmd{Paqs} $\Rightarrow$ \Paqs +\item charm anti-quark\newline \texcmd{Paqc} $\Rightarrow$ \Paqc +\item bottom anti-quark\newline \texcmd{Paqb} $\Rightarrow$ \Paqb +\item top anti-quark\newline \texcmd{Paqt} $\Rightarrow$ \Paqt +\item \texcmd{Pqb} $\Rightarrow$ \Pqb +\item \texcmd{Pqc} $\Rightarrow$ \Pqc +\item \texcmd{Pqd} $\Rightarrow$ \Pqd +\item \texcmd{Pqs} $\Rightarrow$ \Pqs +\item \texcmd{Pqt} $\Rightarrow$ \Pqt +\item \texcmd{Pqu} $\Rightarrow$ \Pqu +\item \texcmd{Pq} $\Rightarrow$ \Pq +\item anti-bottom quark\newline \texcmd{Paqb} $\Rightarrow$ \Paqb +\item anti-charm quark\newline \texcmd{Paqc} $\Rightarrow$ \Paqc +\item anti-down quark\newline \texcmd{Paqd} $\Rightarrow$ \Paqd +\item anti-strange quark\newline \texcmd{Paqs} $\Rightarrow$ \Paqs +\item anti-top quark\newline \texcmd{Paqt} $\Rightarrow$ \Paqt +\item anti-up quark\newline \texcmd{Paqu} $\Rightarrow$ \Paqu +\item anti-quark\newline \texcmd{Paq} $\Rightarrow$ \Paq +\item proton\newline \texcmd{Pp} $\Rightarrow$ \Pp +\item neutron\newline \texcmd{Pn} $\Rightarrow$ \Pn +\item anti-proton\newline \texcmd{Pap} $\Rightarrow$ \Pap +\item anti-neutron\newline \texcmd{Pan} $\Rightarrow$ \Pan +\item \texcmd{Pcgc} $\Rightarrow$ \Pcgc +\item \texcmd{Pcgcii} $\Rightarrow$ \Pcgcii +\item \texcmd{Pcgci} $\Rightarrow$ \Pcgci +\item \texcmd{Pcgcz} $\Rightarrow$ \Pcgcz +\item \texcmd{Pfia} $\Rightarrow$ \Pfia +\item \texcmd{Pfib} $\Rightarrow$ \Pfib +\item \texcmd{Pfiia} $\Rightarrow$ \Pfiia +\item \texcmd{Pfiib} $\Rightarrow$ \Pfiib +\item \texcmd{Pfiic} $\Rightarrow$ \Pfiic +\item \texcmd{Pfiid} $\Rightarrow$ \Pfiid +\item \texcmd{Pfiipr} $\Rightarrow$ \Pfiipr +\item \texcmd{Pfii} $\Rightarrow$ \Pfii +\item \texcmd{Pfiv} $\Rightarrow$ \Pfiv +\item \texcmd{Pfi} $\Rightarrow$ \Pfi +\item \texcmd{Pfza} $\Rightarrow$ \Pfza +\item \texcmd{Pfzb} $\Rightarrow$ \Pfzb +\item \texcmd{Pfz} $\Rightarrow$ \Pfz +\item \texcmd{PgD} $\Rightarrow$ \PgD +\item \texcmd{PgDa} $\Rightarrow$ \PgDa +\item \texcmd{PgDb} $\Rightarrow$ \PgDb +\item \texcmd{PgDc} $\Rightarrow$ \PgDc +\item \texcmd{PgDd} $\Rightarrow$ \PgDd +\item \texcmd{PgDe} $\Rightarrow$ \PgDe +\item \texcmd{PgDf} $\Rightarrow$ \PgDf +\item \texcmd{PgDh} $\Rightarrow$ \PgDh +\item \texcmd{PgDi} $\Rightarrow$ \PgDi +\item \texcmd{PgDj} $\Rightarrow$ \PgDj +\item \texcmd{PgDk} $\Rightarrow$ \PgDk +\item \texcmd{PgL} $\Rightarrow$ \PgL +\item \texcmd{PagL} $\Rightarrow$ \PagL +\item \texcmd{PcgLp} $\Rightarrow$ \PcgLp +\item \texcmd{PbgL} $\Rightarrow$ \PbgL +\item \texcmd{PgLa} $\Rightarrow$ \PgLa +\item \texcmd{PgLb} $\Rightarrow$ \PgLb +\item \texcmd{PgLc} $\Rightarrow$ \PgLc +\item \texcmd{PgLd} $\Rightarrow$ \PgLd +\item \texcmd{PgLe} $\Rightarrow$ \PgLe +\item \texcmd{PgLf} $\Rightarrow$ \PgLf +\item \texcmd{PgLg} $\Rightarrow$ \PgLg +\item \texcmd{PgLh} $\Rightarrow$ \PgLh +\item \texcmd{PgLi} $\Rightarrow$ \PgLi +\item \texcmd{PgLj} $\Rightarrow$ \PgLj +\item \texcmd{PgLk} $\Rightarrow$ \PgLk +\item \texcmd{PgLl} $\Rightarrow$ \PgLl +\item \texcmd{PgLm} $\Rightarrow$ \PgLm +\item \texcmd{PgO} $\Rightarrow$ \PgO +\item \texcmd{PgOpm} $\Rightarrow$ \PgOpm +\item \texcmd{PgOmp} $\Rightarrow$ \PgOmp +\item \texcmd{PgOp} $\Rightarrow$ \PgOp +\item \texcmd{PgOm} $\Rightarrow$ \PgOm +\item \texcmd{PgOma} $\Rightarrow$ \PgOma +\item new %% anti-Omega\newline \texcmd{PagO} $\Rightarrow$ \PagO +\item \texcmd{PagOp} $\Rightarrow$ \PagOp +\item \texcmd{PagOm} $\Rightarrow$ \PagOm +\item \texcmd{PgS} $\Rightarrow$ \PgS +\item \texcmd{PgSpm} $\Rightarrow$ \PgSpm +\item \texcmd{PgSmp} $\Rightarrow$ \PgSmp +\item \texcmd{PgSm} $\Rightarrow$ \PgSm +\item \texcmd{PgSp} $\Rightarrow$ \PgSp +\item \texcmd{PgSz} $\Rightarrow$ \PgSz +\item \texcmd{PcgS} $\Rightarrow$ \PcgS +\item \texcmd{PagSm} $\Rightarrow$ \PagSm +\item \texcmd{PagSp} $\Rightarrow$ \PagSp +\item \texcmd{PagSz} $\Rightarrow$ \PagSz +\item \texcmd{PacgS} $\Rightarrow$ \PacgS +\item \texcmd{PgSa} $\Rightarrow$ \PgSa +\item \texcmd{PgSb} $\Rightarrow$ \PgSb +\item \texcmd{PgSc} $\Rightarrow$ \PgSc +\item \texcmd{PgSd} $\Rightarrow$ \PgSd +\item \texcmd{PgSe} $\Rightarrow$ \PgSe +\item \texcmd{PgSf} $\Rightarrow$ \PgSf +\item \texcmd{PgSg} $\Rightarrow$ \PgSg +\item \texcmd{PgSh} $\Rightarrow$ \PgSh +\item \texcmd{PgSi} $\Rightarrow$ \PgSi +\item \texcmd{PcgSi} $\Rightarrow$ \PcgSi +\item \texcmd{PgU} $\Rightarrow$ \PgU +\item \texcmd{PgUi} $\Rightarrow$ \PgUi +\item \texcmd{PgUa} $\Rightarrow$ \PgUa +\item \texcmd{PgUb} $\Rightarrow$ \PgUb +\item \texcmd{PgUc} $\Rightarrow$ \PgUc +\item \texcmd{PgUd} $\Rightarrow$ \PgUd +\item \texcmd{PgUe} $\Rightarrow$ \PgUe +\item \texcmd{PgX} $\Rightarrow$ \PgX +\item \texcmd{PgXp} $\Rightarrow$ \PgXp +\item \texcmd{PgXm} $\Rightarrow$ \PgXm +\item \texcmd{PgXz} $\Rightarrow$ \PgXz +\item \texcmd{PgXa} $\Rightarrow$ \PgXa +\item \texcmd{PgXb} $\Rightarrow$ \PgXb +\item \texcmd{PgXc} $\Rightarrow$ \PgXc +\item \texcmd{PgXd} $\Rightarrow$ \PgXd +\item \texcmd{PgXe} $\Rightarrow$ \PgXe +\item \texcmd{PagXp} $\Rightarrow$ \PagXp +\item \texcmd{PagXm} $\Rightarrow$ \PagXm +\item \texcmd{PagXz} $\Rightarrow$ \PagXz +\item \texcmd{PcgXp} $\Rightarrow$ \PcgXp +\item \texcmd{PcgXz} $\Rightarrow$ \PcgXz +\item \texcmd{Pgf} $\Rightarrow$ \Pgf +\item \texcmd{Pgfi} $\Rightarrow$ \Pgfi +\item \texcmd{Pgfa} $\Rightarrow$ \Pgfa +\item \texcmd{Pgfiii} $\Rightarrow$ \Pgfiii +\item \texcmd{Pgh} $\Rightarrow$ \Pgh +\item \texcmd{Pghpr} $\Rightarrow$ \Pghpr +\item \texcmd{Pcgh} $\Rightarrow$ \Pcgh +\item \texcmd{Pgha} $\Rightarrow$ \Pgha +\item \texcmd{Pghb} $\Rightarrow$ \Pghb +\item \texcmd{Pghpri} $\Rightarrow$ \Pghpri +\item \texcmd{Pcghi} $\Rightarrow$ \Pcghi +\item \texcmd{Pgo} $\Rightarrow$ \Pgo +\item \texcmd{Pgoi} $\Rightarrow$ \Pgoi +\item \texcmd{Pgoa} $\Rightarrow$ \Pgoa +\item \texcmd{Pgob} $\Rightarrow$ \Pgob +\item \texcmd{Pgoiii} $\Rightarrow$ \Pgoiii +\item pion\newline \texcmd{Pgp} $\Rightarrow$ \Pgp +\item charged pion\newline \texcmd{Pgppm} $\Rightarrow$ \Pgppm +\item charged pion\newline \texcmd{Pgpmp} $\Rightarrow$ \Pgpmp +\item negative pion\newline \texcmd{Pgpm} $\Rightarrow$ \Pgpm +\item positive pion\newline \texcmd{Pgpp} $\Rightarrow$ \Pgpp +\item neutral pion\newline \texcmd{Pgpz} $\Rightarrow$ \Pgpz +\item \texcmd{Pgpa} $\Rightarrow$ \Pgpa +\item \texcmd{Pgpii} $\Rightarrow$ \Pgpii +\item resonance removed\newline \texcmd{Pgr} $\Rightarrow$ \Pgr +\item \texcmd{Pgrp} $\Rightarrow$ \Pgrp +\item \texcmd{Pgrm} $\Rightarrow$ \Pgrm +\item \texcmd{Pgrpm} $\Rightarrow$ \Pgrpm +\item \texcmd{Pgrmp} $\Rightarrow$ \Pgrmp +\item \texcmd{Pgrz} $\Rightarrow$ \Pgrz +\item new\newline \texcmd{Pgri} $\Rightarrow$ \Pgri +\item \texcmd{Pgra} $\Rightarrow$ \Pgra +\item \texcmd{Pgrb} $\Rightarrow$ \Pgrb +\item \texcmd{Pgriii} $\Rightarrow$ \Pgriii +\item \texcmd{PJgy} $\Rightarrow$ \PJgy +\item \texcmd{PJgyi} $\Rightarrow$ \PJgyi +\item \texcmd{Pgy} $\Rightarrow$ \Pgy +\item \texcmd{Pgyii} $\Rightarrow$ \Pgyii +\item \texcmd{Pgya} $\Rightarrow$ \Pgya +\item \texcmd{Pgyb} $\Rightarrow$ \Pgyb +\item \texcmd{Pgyc} $\Rightarrow$ \Pgyc +\item \texcmd{Pgyd} $\Rightarrow$ \Pgyd +\item \texcmd{PD} $\Rightarrow$ \PD +\item \texcmd{PDpm} $\Rightarrow$ \PDpm +\item \texcmd{PDmp} $\Rightarrow$ \PDmp +\item \texcmd{PDz} $\Rightarrow$ \PDz +\item \texcmd{PDm} $\Rightarrow$ \PDm +\item \texcmd{PDp} $\Rightarrow$ \PDp +\item \texcmd{PDst} $\Rightarrow$ \PDst +\item \texcmd{PaD} $\Rightarrow$ \PaD +\item \texcmd{PaDz} $\Rightarrow$ \PaDz +\item new 2005-07-08\newline \texcmd{PsD} $\Rightarrow$ \PsD +\item \texcmd{PsDm} $\Rightarrow$ \PsDm +\item \texcmd{PsDp} $\Rightarrow$ \PsDp +\item \texcmd{PsDpm} $\Rightarrow$ \PsDpm +\item \texcmd{PsDmp} $\Rightarrow$ \PsDmp +\item \texcmd{PsDst} $\Rightarrow$ \PsDst +\item \texcmd{PsDipm} $\Rightarrow$ \PsDipm +\item \texcmd{PsDimp} $\Rightarrow$ \PsDimp +\item \texcmd{PDiz} $\Rightarrow$ \PDiz +\item \texcmd{PDstiiz} $\Rightarrow$ \PDstiiz +\item \texcmd{PDstpm} $\Rightarrow$ \PDstpm +\item \texcmd{PDstmp} $\Rightarrow$ \PDstmp +\item \texcmd{PDstz} $\Rightarrow$ \PDstz +\item \texcmd{PEz} $\Rightarrow$ \PEz +\item \texcmd{PLpm} $\Rightarrow$ \PLpm +\item \texcmd{PLmp} $\Rightarrow$ \PLmp +\item \texcmd{PLz} $\Rightarrow$ \PLz +\item \texcmd{Paii} $\Rightarrow$ \Paii +\item \texcmd{Pai} $\Rightarrow$ \Pai +\item \texcmd{Paz} $\Rightarrow$ \Paz +\item \texcmd{Pbgcia} $\Rightarrow$ \Pbgcia +\item \texcmd{Pbgciia} $\Rightarrow$ \Pbgciia +\item \texcmd{Pbgcii} $\Rightarrow$ \Pbgcii +\item \texcmd{Pbgci} $\Rightarrow$ \Pbgci +\item \texcmd{Pbgcza} $\Rightarrow$ \Pbgcza +\item \texcmd{Pbgcz} $\Rightarrow$ \Pbgcz +\item \texcmd{Pbi} $\Rightarrow$ \Pbi +\item \texcmd{Phia} $\Rightarrow$ \Phia +\item Higgsino\newline \texcmd{PSH} $\Rightarrow$ \PSH +\item positive Higgsino\newline \texcmd{PSHp} $\Rightarrow$ \PSHp +\item negative Higgsino\newline \texcmd{PSHm} $\Rightarrow$ \PSHm +\item charged Higgsino\newline \texcmd{PSHpm} $\Rightarrow$ \PSHpm +\item charged Higgsino\newline \texcmd{PSHmp} $\Rightarrow$ \PSHmp +\item neutral Higgsino\newline \texcmd{PSHz} $\Rightarrow$ \PSHz +\item wino\newline \texcmd{PSW} $\Rightarrow$ \PSW +\item positive wino\newline \texcmd{PSWp} $\Rightarrow$ \PSWp +\item negative wino\newline \texcmd{PSWm} $\Rightarrow$ \PSWm +\item wino pm\newline \texcmd{PSWpm} $\Rightarrow$ \PSWpm +\item wino mp\newline \texcmd{PSWmp} $\Rightarrow$ \PSWmp +\item zino\newline \texcmd{PSZ} $\Rightarrow$ \PSZ +\item zino\newline \texcmd{PSZz} $\Rightarrow$ \PSZz +\item bino\newline \texcmd{PSB} $\Rightarrow$ \PSB +\item selectron\newline \texcmd{PSe} $\Rightarrow$ \PSe +\item photino\newline \texcmd{PSgg} $\Rightarrow$ \PSgg +\item smuon\newline \texcmd{PSgm} $\Rightarrow$ \PSgm +\item sneutrino\newline \texcmd{PSgn} $\Rightarrow$ \PSgn +\item stau\newline \texcmd{PSgt} $\Rightarrow$ \PSgt +\item chargino/neutralino\newline \texcmd{PSgx} $\Rightarrow$ \PSgx +\item chargino pm\newline \texcmd{PSgxpm} $\Rightarrow$ \PSgxpm +\item chargino mp\newline \texcmd{PSgxmp} $\Rightarrow$ \PSgxmp +\item neutralino\newline \texcmd{PSgxz} $\Rightarrow$ \PSgxz +\item lightest neutralino\newline \texcmd{PSgxzi} $\Rightarrow$ \PSgxzi +\item next-to-lightest neutralino\newline \texcmd{PSgxzii} $\Rightarrow$ \PSgxzii +\item gluino\newline \texcmd{PSg} $\Rightarrow$ \PSg +\item slepton (generic)\newline \texcmd{PSl} $\Rightarrow$ \PSl +\item anti-slepton (generic)\newline \texcmd{PaSl} $\Rightarrow$ \PaSl +\item squark (generic)\newline \texcmd{PSq} $\Rightarrow$ \PSq +\item anti-squark (generic)\newline \texcmd{PaSq} $\Rightarrow$ \PaSq +\item down squark\newline \texcmd{PSqd} $\Rightarrow$ \PSqd +\item up squark\newline \texcmd{PSqu} $\Rightarrow$ \PSqu +\item strange squark\newline \texcmd{PSqs} $\Rightarrow$ \PSqs +\item charm squark\newline \texcmd{PSqc} $\Rightarrow$ \PSqc +\item bottom squark (sbottom)\newline \texcmd{PSqb} $\Rightarrow$ \PSqb +\item top squark (stop)\newline \texcmd{PSqt} $\Rightarrow$ \PSqt +\item anti-down squark\newline \texcmd{PaSqd} $\Rightarrow$ \PaSqd +\item anti-up squark\newline \texcmd{PaSqu} $\Rightarrow$ \PaSqu +\item anti-strange squark\newline \texcmd{PaSqs} $\Rightarrow$ \PaSqs +\item anti-charm squark\newline \texcmd{PaSqc} $\Rightarrow$ \PaSqc +\item anti-bottom squark\newline \texcmd{PaSqb} $\Rightarrow$ \PaSqb +\item anti-top squark (stop)\newline \texcmd{PaSqt} $\Rightarrow$ \PaSqt +\end{itemize} +}\end{multicols} +\clearpage + +\section{Bold font} +\textbf{ +\begin{multicols}{2}{ +\begin{itemize} +\item \texcmd{hepnames} $\Rightarrow$ \hepnames +\item \texcmd{heppennames} $\Rightarrow$ \heppennames +\item \texcmd{PB} $\Rightarrow$ \PB +\item \texcmd{PBpm} $\Rightarrow$ \PBpm +\item \texcmd{PBmp} $\Rightarrow$ \PBmp +\item \texcmd{PBp} $\Rightarrow$ \PBp +\item \texcmd{PBm} $\Rightarrow$ \PBm +\item \texcmd{PBz} $\Rightarrow$ \PBz +\item \texcmd{PdB} $\Rightarrow$ \PdB +\item \texcmd{PuB} $\Rightarrow$ \PuB +\item \texcmd{PcB} $\Rightarrow$ \PcB +\item \texcmd{PsB} $\Rightarrow$ \PsB +\item \texcmd{PaB} $\Rightarrow$ \PaB +\item \texcmd{PaBz} $\Rightarrow$ \PaBz +\item \texcmd{PadB} $\Rightarrow$ \PadB +\item \texcmd{PauB} $\Rightarrow$ \PauB +\item \texcmd{PacB} $\Rightarrow$ \PacB +\item \texcmd{PasB} $\Rightarrow$ \PasB +\item kaon\newline \texcmd{PK} $\Rightarrow$ \PK +\item charged kaon\newline \texcmd{PKpm} $\Rightarrow$ \PKpm +\item charged kaon\newline \texcmd{PKmp} $\Rightarrow$ \PKmp +\item negative kaon\newline \texcmd{PKm} $\Rightarrow$ \PKm +\item positive kaon\newline \texcmd{PKp} $\Rightarrow$ \PKp +\item neutral kaon\newline \texcmd{PKz} $\Rightarrow$ \PKz +\item K-long\newline \texcmd{PKzL} $\Rightarrow$ \PKzL +\item K-short\newline \texcmd{PKzS} $\Rightarrow$ \PKzS +\item K star\newline \texcmd{PKst} $\Rightarrow$ \PKst +\item anti-kaon\newline \texcmd{PaK} $\Rightarrow$ \PaK +\item neutral anti-kaon\newline \texcmd{PaKz} $\Rightarrow$ \PaKz +\item \texcmd{PKeiii} $\Rightarrow$ \PKeiii +\item \texcmd{PKgmiii} $\Rightarrow$ \PKgmiii +\item \texcmd{PKzeiii} $\Rightarrow$ \PKzeiii +\item \texcmd{PKzgmiii} $\Rightarrow$ \PKzgmiii +\item \texcmd{PKia} $\Rightarrow$ \PKia +\item \texcmd{PKii} $\Rightarrow$ \PKii +\item \texcmd{PKi} $\Rightarrow$ \PKi +\item \texcmd{PKsti} $\Rightarrow$ \PKsti +\item \texcmd{PKsta} $\Rightarrow$ \PKsta +\item \texcmd{PKstb} $\Rightarrow$ \PKstb +\item \texcmd{PKstiii} $\Rightarrow$ \PKstiii +\item \texcmd{PKstii} $\Rightarrow$ \PKstii +\item \texcmd{PKstiv} $\Rightarrow$ \PKstiv +\item \texcmd{PKstz} $\Rightarrow$ \PKstz +\item \texcmd{PN} $\Rightarrow$ \PN +\item \texcmd{PNa} $\Rightarrow$ \PNa +\item \texcmd{PNb} $\Rightarrow$ \PNb +\item \texcmd{PNc} $\Rightarrow$ \PNc +\item \texcmd{PNd} $\Rightarrow$ \PNd +\item \texcmd{PNe} $\Rightarrow$ \PNe +\item \texcmd{PNf} $\Rightarrow$ \PNf +\item \texcmd{PNg} $\Rightarrow$ \PNg +\item \texcmd{PNh} $\Rightarrow$ \PNh +\item \texcmd{PNi} $\Rightarrow$ \PNi +\item \texcmd{PNj} $\Rightarrow$ \PNj +\item \texcmd{PNk} $\Rightarrow$ \PNk +\item \texcmd{PNl} $\Rightarrow$ \PNl +\item \texcmd{PNm} $\Rightarrow$ \PNm +\item gluon\newline \texcmd{Pg} $\Rightarrow$ \Pg +\item photon\newline \texcmd{Pgg} $\Rightarrow$ \Pgg +\item W boson\newline \texcmd{PW} $\Rightarrow$ \PW +\item charged W boson\newline \texcmd{PWpm} $\Rightarrow$ \PWpm +\item charged W boson\newline \texcmd{PWmp} $\Rightarrow$ \PWmp +\item W-plus\newline \texcmd{PWp} $\Rightarrow$ \PWp +\item W-minus\newline \texcmd{PWm} $\Rightarrow$ \PWm +\item \texcmd{PWR} $\Rightarrow$ \PWR +\item W-prime boson\newline \texcmd{PWpr} $\Rightarrow$ \PWpr +\item Z boson\newline \texcmd{PZ} $\Rightarrow$ \PZ +\item neutral Z boson\newline \texcmd{PZz} $\Rightarrow$ \PZz +\item Z-prime boson\newline \texcmd{PZpr} $\Rightarrow$ \PZpr +\item left-right Z boson\newline \texcmd{PZLR} $\Rightarrow$ \PZLR +\item \texcmd{PZgc} $\Rightarrow$ \PZgc +\item \texcmd{PZge} $\Rightarrow$ \PZge +\item \texcmd{PZgy} $\Rightarrow$ \PZgy +\item \texcmd{PZi} $\Rightarrow$ \PZi +\item axion\newline \texcmd{PAz} $\Rightarrow$ \PAz +\item standard/heavy Higgs\newline \texcmd{PH} $\Rightarrow$ \PH +\item explicitly neutral standard/heavy Higgs\newline \texcmd{PHz} $\Rightarrow$ \PHz +\item light Higgs\newline \texcmd{Ph} $\Rightarrow$ \Ph +\item explicitly neutral light Higgs\newline \texcmd{Phz} $\Rightarrow$ \Phz +\item pseudoscalar Higgs\newline \texcmd{PA} $\Rightarrow$ \PA +\item explicitly neutral pseudoscalar Higgs\newline \texcmd{PAz} $\Rightarrow$ \PAz +\item charged Higgs\newline \texcmd{PHpm} $\Rightarrow$ \PHpm +\item charged Higgs\newline \texcmd{PHmp} $\Rightarrow$ \PHmp +\item positive-charged Higgs\newline \texcmd{PHp} $\Rightarrow$ \PHp +\item negative-charged Higgs\newline \texcmd{PHm} $\Rightarrow$ \PHm +\item lepton\newline \texcmd{Pl} $\Rightarrow$ \Pl +\item charged lepton\newline \texcmd{Plpm} $\Rightarrow$ \Plpm +\item charged lepton\newline \texcmd{Plmp} $\Rightarrow$ \Plmp +\item positive lepton\newline \texcmd{Plp} $\Rightarrow$ \Plp +\item negative lepton\newline \texcmd{Plm} $\Rightarrow$ \Plm +\item anti-lepton\newline \texcmd{Pal} $\Rightarrow$ \Pal +\item generic neutrino\newline \texcmd{Pgn} $\Rightarrow$ \Pgn +\item neutrino (for lepton ell)\newline \texcmd{Pgnl} $\Rightarrow$ \Pgnl +\item generic anti-neutrino\newline \texcmd{Pagn} $\Rightarrow$ \Pagn +\item anti-neutrino (for lepton ell)\newline \texcmd{Pagnl} $\Rightarrow$ \Pagnl +\item electronic\newline \texcmd{Pe} $\Rightarrow$ \Pe +\item e plus/minus\newline \texcmd{Pepm} $\Rightarrow$ \Pepm +\item e minus/plus\newline \texcmd{Pemp} $\Rightarrow$ \Pemp +\item electron\newline \texcmd{Pem} $\Rightarrow$ \Pem +\item positron\newline \texcmd{Pep} $\Rightarrow$ \Pep +\item muonic\newline \texcmd{Pgm} $\Rightarrow$ \Pgm +\item mu plus/minus\newline \texcmd{Pgmpm} $\Rightarrow$ \Pgmpm +\item mu minus/plus\newline \texcmd{Pgmmp} $\Rightarrow$ \Pgmmp +\item muon\newline \texcmd{Pgmm} $\Rightarrow$ \Pgmm +\item anti-muon\newline \texcmd{Pgmp} $\Rightarrow$ \Pgmp +\item tauonic\newline \texcmd{Pgt} $\Rightarrow$ \Pgt +\item tau plus/minus\newline \texcmd{Pgtpm} $\Rightarrow$ \Pgtpm +\item tau minus/plus\newline \texcmd{Pgtmp} $\Rightarrow$ \Pgtmp +\item tau lepton\newline \texcmd{Pgtm} $\Rightarrow$ \Pgtm +\item anti-tau\newline \texcmd{Pgtp} $\Rightarrow$ \Pgtp +\item electron neutrino\newline \texcmd{Pgne} $\Rightarrow$ \Pgne +\item muon neutrino\newline \texcmd{Pgngm} $\Rightarrow$ \Pgngm +\item tau neutrino\newline \texcmd{Pgngt} $\Rightarrow$ \Pgngt +\item electron anti-neutrino\newline \texcmd{Pagne} $\Rightarrow$ \Pagne +\item muon anti-neutrino\newline \texcmd{Pagngm} $\Rightarrow$ \Pagngm +\item tau anti-neutrino\newline \texcmd{Pagngt} $\Rightarrow$ \Pagngt +\item quark\newline \texcmd{Pq} $\Rightarrow$ \Pq +\item anti-quark\newline \texcmd{Paq} $\Rightarrow$ \Paq +\item down quark\newline \texcmd{Pqd} $\Rightarrow$ \Pqd +\item up quark\newline \texcmd{Pqu} $\Rightarrow$ \Pqu +\item strange quark\newline \texcmd{Pqs} $\Rightarrow$ \Pqs +\item charm quark\newline \texcmd{Pqc} $\Rightarrow$ \Pqc +\item bottom quark\newline \texcmd{Pqb} $\Rightarrow$ \Pqb +\item top quark\newline \texcmd{Pqt} $\Rightarrow$ \Pqt +\item down anti-quark\newline \texcmd{Paqd} $\Rightarrow$ \Paqd +\item up anti-quark\newline \texcmd{Paqu} $\Rightarrow$ \Paqu +\item strange anti-quark\newline \texcmd{Paqs} $\Rightarrow$ \Paqs +\item charm anti-quark\newline \texcmd{Paqc} $\Rightarrow$ \Paqc +\item bottom anti-quark\newline \texcmd{Paqb} $\Rightarrow$ \Paqb +\item top anti-quark\newline \texcmd{Paqt} $\Rightarrow$ \Paqt +\item \texcmd{Pqb} $\Rightarrow$ \Pqb +\item \texcmd{Pqc} $\Rightarrow$ \Pqc +\item \texcmd{Pqd} $\Rightarrow$ \Pqd +\item \texcmd{Pqs} $\Rightarrow$ \Pqs +\item \texcmd{Pqt} $\Rightarrow$ \Pqt +\item \texcmd{Pqu} $\Rightarrow$ \Pqu +\item \texcmd{Pq} $\Rightarrow$ \Pq +\item anti-bottom quark\newline \texcmd{Paqb} $\Rightarrow$ \Paqb +\item anti-charm quark\newline \texcmd{Paqc} $\Rightarrow$ \Paqc +\item anti-down quark\newline \texcmd{Paqd} $\Rightarrow$ \Paqd +\item anti-strange quark\newline \texcmd{Paqs} $\Rightarrow$ \Paqs +\item anti-top quark\newline \texcmd{Paqt} $\Rightarrow$ \Paqt +\item anti-up quark\newline \texcmd{Paqu} $\Rightarrow$ \Paqu +\item anti-quark\newline \texcmd{Paq} $\Rightarrow$ \Paq +\item proton\newline \texcmd{Pp} $\Rightarrow$ \Pp +\item neutron\newline \texcmd{Pn} $\Rightarrow$ \Pn +\item anti-proton\newline \texcmd{Pap} $\Rightarrow$ \Pap +\item anti-neutron\newline \texcmd{Pan} $\Rightarrow$ \Pan +\item \texcmd{Pcgc} $\Rightarrow$ \Pcgc +\item \texcmd{Pcgcii} $\Rightarrow$ \Pcgcii +\item \texcmd{Pcgci} $\Rightarrow$ \Pcgci +\item \texcmd{Pcgcz} $\Rightarrow$ \Pcgcz +\item \texcmd{Pfia} $\Rightarrow$ \Pfia +\item \texcmd{Pfib} $\Rightarrow$ \Pfib +\item \texcmd{Pfiia} $\Rightarrow$ \Pfiia +\item \texcmd{Pfiib} $\Rightarrow$ \Pfiib +\item \texcmd{Pfiic} $\Rightarrow$ \Pfiic +\item \texcmd{Pfiid} $\Rightarrow$ \Pfiid +\item \texcmd{Pfiipr} $\Rightarrow$ \Pfiipr +\item \texcmd{Pfii} $\Rightarrow$ \Pfii +\item \texcmd{Pfiv} $\Rightarrow$ \Pfiv +\item \texcmd{Pfi} $\Rightarrow$ \Pfi +\item \texcmd{Pfza} $\Rightarrow$ \Pfza +\item \texcmd{Pfzb} $\Rightarrow$ \Pfzb +\item \texcmd{Pfz} $\Rightarrow$ \Pfz +\item \texcmd{PgD} $\Rightarrow$ \PgD +\item \texcmd{PgDa} $\Rightarrow$ \PgDa +\item \texcmd{PgDb} $\Rightarrow$ \PgDb +\item \texcmd{PgDc} $\Rightarrow$ \PgDc +\item \texcmd{PgDd} $\Rightarrow$ \PgDd +\item \texcmd{PgDe} $\Rightarrow$ \PgDe +\item \texcmd{PgDf} $\Rightarrow$ \PgDf +\item \texcmd{PgDh} $\Rightarrow$ \PgDh +\item \texcmd{PgDi} $\Rightarrow$ \PgDi +\item \texcmd{PgDj} $\Rightarrow$ \PgDj +\item \texcmd{PgDk} $\Rightarrow$ \PgDk +\item \texcmd{PgL} $\Rightarrow$ \PgL +\item \texcmd{PagL} $\Rightarrow$ \PagL +\item \texcmd{PcgLp} $\Rightarrow$ \PcgLp +\item \texcmd{PbgL} $\Rightarrow$ \PbgL +\item \texcmd{PgLa} $\Rightarrow$ \PgLa +\item \texcmd{PgLb} $\Rightarrow$ \PgLb +\item \texcmd{PgLc} $\Rightarrow$ \PgLc +\item \texcmd{PgLd} $\Rightarrow$ \PgLd +\item \texcmd{PgLe} $\Rightarrow$ \PgLe +\item \texcmd{PgLf} $\Rightarrow$ \PgLf +\item \texcmd{PgLg} $\Rightarrow$ \PgLg +\item \texcmd{PgLh} $\Rightarrow$ \PgLh +\item \texcmd{PgLi} $\Rightarrow$ \PgLi +\item \texcmd{PgLj} $\Rightarrow$ \PgLj +\item \texcmd{PgLk} $\Rightarrow$ \PgLk +\item \texcmd{PgLl} $\Rightarrow$ \PgLl +\item \texcmd{PgLm} $\Rightarrow$ \PgLm +\item \texcmd{PgO} $\Rightarrow$ \PgO +\item \texcmd{PgOpm} $\Rightarrow$ \PgOpm +\item \texcmd{PgOmp} $\Rightarrow$ \PgOmp +\item \texcmd{PgOp} $\Rightarrow$ \PgOp +\item \texcmd{PgOm} $\Rightarrow$ \PgOm +\item \texcmd{PgOma} $\Rightarrow$ \PgOma +\item new %% anti-Omega\newline \texcmd{PagO} $\Rightarrow$ \PagO +\item \texcmd{PagOp} $\Rightarrow$ \PagOp +\item \texcmd{PagOm} $\Rightarrow$ \PagOm +\item \texcmd{PgS} $\Rightarrow$ \PgS +\item \texcmd{PgSpm} $\Rightarrow$ \PgSpm +\item \texcmd{PgSmp} $\Rightarrow$ \PgSmp +\item \texcmd{PgSm} $\Rightarrow$ \PgSm +\item \texcmd{PgSp} $\Rightarrow$ \PgSp +\item \texcmd{PgSz} $\Rightarrow$ \PgSz +\item \texcmd{PcgS} $\Rightarrow$ \PcgS +\item \texcmd{PagSm} $\Rightarrow$ \PagSm +\item \texcmd{PagSp} $\Rightarrow$ \PagSp +\item \texcmd{PagSz} $\Rightarrow$ \PagSz +\item \texcmd{PacgS} $\Rightarrow$ \PacgS +\item \texcmd{PgSa} $\Rightarrow$ \PgSa +\item \texcmd{PgSb} $\Rightarrow$ \PgSb +\item \texcmd{PgSc} $\Rightarrow$ \PgSc +\item \texcmd{PgSd} $\Rightarrow$ \PgSd +\item \texcmd{PgSe} $\Rightarrow$ \PgSe +\item \texcmd{PgSf} $\Rightarrow$ \PgSf +\item \texcmd{PgSg} $\Rightarrow$ \PgSg +\item \texcmd{PgSh} $\Rightarrow$ \PgSh +\item \texcmd{PgSi} $\Rightarrow$ \PgSi +\item \texcmd{PcgSi} $\Rightarrow$ \PcgSi +\item \texcmd{PgU} $\Rightarrow$ \PgU +\item \texcmd{PgUi} $\Rightarrow$ \PgUi +\item \texcmd{PgUa} $\Rightarrow$ \PgUa +\item \texcmd{PgUb} $\Rightarrow$ \PgUb +\item \texcmd{PgUc} $\Rightarrow$ \PgUc +\item \texcmd{PgUd} $\Rightarrow$ \PgUd +\item \texcmd{PgUe} $\Rightarrow$ \PgUe +\item \texcmd{PgX} $\Rightarrow$ \PgX +\item \texcmd{PgXp} $\Rightarrow$ \PgXp +\item \texcmd{PgXm} $\Rightarrow$ \PgXm +\item \texcmd{PgXz} $\Rightarrow$ \PgXz +\item \texcmd{PgXa} $\Rightarrow$ \PgXa +\item \texcmd{PgXb} $\Rightarrow$ \PgXb +\item \texcmd{PgXc} $\Rightarrow$ \PgXc +\item \texcmd{PgXd} $\Rightarrow$ \PgXd +\item \texcmd{PgXe} $\Rightarrow$ \PgXe +\item \texcmd{PagXp} $\Rightarrow$ \PagXp +\item \texcmd{PagXm} $\Rightarrow$ \PagXm +\item \texcmd{PagXz} $\Rightarrow$ \PagXz +\item \texcmd{PcgXp} $\Rightarrow$ \PcgXp +\item \texcmd{PcgXz} $\Rightarrow$ \PcgXz +\item \texcmd{Pgf} $\Rightarrow$ \Pgf +\item \texcmd{Pgfi} $\Rightarrow$ \Pgfi +\item \texcmd{Pgfa} $\Rightarrow$ \Pgfa +\item \texcmd{Pgfiii} $\Rightarrow$ \Pgfiii +\item \texcmd{Pgh} $\Rightarrow$ \Pgh +\item \texcmd{Pghpr} $\Rightarrow$ \Pghpr +\item \texcmd{Pcgh} $\Rightarrow$ \Pcgh +\item \texcmd{Pgha} $\Rightarrow$ \Pgha +\item \texcmd{Pghb} $\Rightarrow$ \Pghb +\item \texcmd{Pghpri} $\Rightarrow$ \Pghpri +\item \texcmd{Pcghi} $\Rightarrow$ \Pcghi +\item \texcmd{Pgo} $\Rightarrow$ \Pgo +\item \texcmd{Pgoi} $\Rightarrow$ \Pgoi +\item \texcmd{Pgoa} $\Rightarrow$ \Pgoa +\item \texcmd{Pgob} $\Rightarrow$ \Pgob +\item \texcmd{Pgoiii} $\Rightarrow$ \Pgoiii +\item pion\newline \texcmd{Pgp} $\Rightarrow$ \Pgp +\item charged pion\newline \texcmd{Pgppm} $\Rightarrow$ \Pgppm +\item charged pion\newline \texcmd{Pgpmp} $\Rightarrow$ \Pgpmp +\item negative pion\newline \texcmd{Pgpm} $\Rightarrow$ \Pgpm +\item positive pion\newline \texcmd{Pgpp} $\Rightarrow$ \Pgpp +\item neutral pion\newline \texcmd{Pgpz} $\Rightarrow$ \Pgpz +\item \texcmd{Pgpa} $\Rightarrow$ \Pgpa +\item \texcmd{Pgpii} $\Rightarrow$ \Pgpii +\item resonance removed\newline \texcmd{Pgr} $\Rightarrow$ \Pgr +\item \texcmd{Pgrp} $\Rightarrow$ \Pgrp +\item \texcmd{Pgrm} $\Rightarrow$ \Pgrm +\item \texcmd{Pgrpm} $\Rightarrow$ \Pgrpm +\item \texcmd{Pgrmp} $\Rightarrow$ \Pgrmp +\item \texcmd{Pgrz} $\Rightarrow$ \Pgrz +\item new\newline \texcmd{Pgri} $\Rightarrow$ \Pgri +\item \texcmd{Pgra} $\Rightarrow$ \Pgra +\item \texcmd{Pgrb} $\Rightarrow$ \Pgrb +\item \texcmd{Pgriii} $\Rightarrow$ \Pgriii +\item \texcmd{PJgy} $\Rightarrow$ \PJgy +\item \texcmd{PJgyi} $\Rightarrow$ \PJgyi +\item \texcmd{Pgy} $\Rightarrow$ \Pgy +\item \texcmd{Pgyii} $\Rightarrow$ \Pgyii +\item \texcmd{Pgya} $\Rightarrow$ \Pgya +\item \texcmd{Pgyb} $\Rightarrow$ \Pgyb +\item \texcmd{Pgyc} $\Rightarrow$ \Pgyc +\item \texcmd{Pgyd} $\Rightarrow$ \Pgyd +\item \texcmd{PD} $\Rightarrow$ \PD +\item \texcmd{PDpm} $\Rightarrow$ \PDpm +\item \texcmd{PDmp} $\Rightarrow$ \PDmp +\item \texcmd{PDz} $\Rightarrow$ \PDz +\item \texcmd{PDm} $\Rightarrow$ \PDm +\item \texcmd{PDp} $\Rightarrow$ \PDp +\item \texcmd{PDst} $\Rightarrow$ \PDst +\item \texcmd{PaD} $\Rightarrow$ \PaD +\item \texcmd{PaDz} $\Rightarrow$ \PaDz +\item new 2005-07-08\newline \texcmd{PsD} $\Rightarrow$ \PsD +\item \texcmd{PsDm} $\Rightarrow$ \PsDm +\item \texcmd{PsDp} $\Rightarrow$ \PsDp +\item \texcmd{PsDpm} $\Rightarrow$ \PsDpm +\item \texcmd{PsDmp} $\Rightarrow$ \PsDmp +\item \texcmd{PsDst} $\Rightarrow$ \PsDst +\item \texcmd{PsDipm} $\Rightarrow$ \PsDipm +\item \texcmd{PsDimp} $\Rightarrow$ \PsDimp +\item \texcmd{PDiz} $\Rightarrow$ \PDiz +\item \texcmd{PDstiiz} $\Rightarrow$ \PDstiiz +\item \texcmd{PDstpm} $\Rightarrow$ \PDstpm +\item \texcmd{PDstmp} $\Rightarrow$ \PDstmp +\item \texcmd{PDstz} $\Rightarrow$ \PDstz +\item \texcmd{PEz} $\Rightarrow$ \PEz +\item \texcmd{PLpm} $\Rightarrow$ \PLpm +\item \texcmd{PLmp} $\Rightarrow$ \PLmp +\item \texcmd{PLz} $\Rightarrow$ \PLz +\item \texcmd{Paii} $\Rightarrow$ \Paii +\item \texcmd{Pai} $\Rightarrow$ \Pai +\item \texcmd{Paz} $\Rightarrow$ \Paz +\item \texcmd{Pbgcia} $\Rightarrow$ \Pbgcia +\item \texcmd{Pbgciia} $\Rightarrow$ \Pbgciia +\item \texcmd{Pbgcii} $\Rightarrow$ \Pbgcii +\item \texcmd{Pbgci} $\Rightarrow$ \Pbgci +\item \texcmd{Pbgcza} $\Rightarrow$ \Pbgcza +\item \texcmd{Pbgcz} $\Rightarrow$ \Pbgcz +\item \texcmd{Pbi} $\Rightarrow$ \Pbi +\item \texcmd{Phia} $\Rightarrow$ \Phia +\item Higgsino\newline \texcmd{PSH} $\Rightarrow$ \PSH +\item positive Higgsino\newline \texcmd{PSHp} $\Rightarrow$ \PSHp +\item negative Higgsino\newline \texcmd{PSHm} $\Rightarrow$ \PSHm +\item charged Higgsino\newline \texcmd{PSHpm} $\Rightarrow$ \PSHpm +\item charged Higgsino\newline \texcmd{PSHmp} $\Rightarrow$ \PSHmp +\item neutral Higgsino\newline \texcmd{PSHz} $\Rightarrow$ \PSHz +\item wino\newline \texcmd{PSW} $\Rightarrow$ \PSW +\item positive wino\newline \texcmd{PSWp} $\Rightarrow$ \PSWp +\item negative wino\newline \texcmd{PSWm} $\Rightarrow$ \PSWm +\item wino pm\newline \texcmd{PSWpm} $\Rightarrow$ \PSWpm +\item wino mp\newline \texcmd{PSWmp} $\Rightarrow$ \PSWmp +\item zino\newline \texcmd{PSZ} $\Rightarrow$ \PSZ +\item zino\newline \texcmd{PSZz} $\Rightarrow$ \PSZz +\item bino\newline \texcmd{PSB} $\Rightarrow$ \PSB +\item selectron\newline \texcmd{PSe} $\Rightarrow$ \PSe +\item photino\newline \texcmd{PSgg} $\Rightarrow$ \PSgg +\item smuon\newline \texcmd{PSgm} $\Rightarrow$ \PSgm +\item sneutrino\newline \texcmd{PSgn} $\Rightarrow$ \PSgn +\item stau\newline \texcmd{PSgt} $\Rightarrow$ \PSgt +\item chargino/neutralino\newline \texcmd{PSgx} $\Rightarrow$ \PSgx +\item chargino pm\newline \texcmd{PSgxpm} $\Rightarrow$ \PSgxpm +\item chargino mp\newline \texcmd{PSgxmp} $\Rightarrow$ \PSgxmp +\item neutralino\newline \texcmd{PSgxz} $\Rightarrow$ \PSgxz +\item lightest neutralino\newline \texcmd{PSgxzi} $\Rightarrow$ \PSgxzi +\item next-to-lightest neutralino\newline \texcmd{PSgxzii} $\Rightarrow$ \PSgxzii +\item gluino\newline \texcmd{PSg} $\Rightarrow$ \PSg +\item slepton (generic)\newline \texcmd{PSl} $\Rightarrow$ \PSl +\item anti-slepton (generic)\newline \texcmd{PaSl} $\Rightarrow$ \PaSl +\item squark (generic)\newline \texcmd{PSq} $\Rightarrow$ \PSq +\item anti-squark (generic)\newline \texcmd{PaSq} $\Rightarrow$ \PaSq +\item down squark\newline \texcmd{PSqd} $\Rightarrow$ \PSqd +\item up squark\newline \texcmd{PSqu} $\Rightarrow$ \PSqu +\item strange squark\newline \texcmd{PSqs} $\Rightarrow$ \PSqs +\item charm squark\newline \texcmd{PSqc} $\Rightarrow$ \PSqc +\item bottom squark (sbottom)\newline \texcmd{PSqb} $\Rightarrow$ \PSqb +\item top squark (stop)\newline \texcmd{PSqt} $\Rightarrow$ \PSqt +\item anti-down squark\newline \texcmd{PaSqd} $\Rightarrow$ \PaSqd +\item anti-up squark\newline \texcmd{PaSqu} $\Rightarrow$ \PaSqu +\item anti-strange squark\newline \texcmd{PaSqs} $\Rightarrow$ \PaSqs +\item anti-charm squark\newline \texcmd{PaSqc} $\Rightarrow$ \PaSqc +\item anti-bottom squark\newline \texcmd{PaSqb} $\Rightarrow$ \PaSqb +\item anti-top squark (stop)\newline \texcmd{PaSqt} $\Rightarrow$ \PaSqt +\end{itemize} +}\end{multicols} +} +\clearpage + +\section{Italic font} +\textit{ +\begin{multicols}{2}{ +\begin{itemize} +\item \texcmd{hepnames} $\Rightarrow$ \hepnames +\item \texcmd{heppennames} $\Rightarrow$ \heppennames +\item \texcmd{PB} $\Rightarrow$ \PB +\item \texcmd{PBpm} $\Rightarrow$ \PBpm +\item \texcmd{PBmp} $\Rightarrow$ \PBmp +\item \texcmd{PBp} $\Rightarrow$ \PBp +\item \texcmd{PBm} $\Rightarrow$ \PBm +\item \texcmd{PBz} $\Rightarrow$ \PBz +\item \texcmd{PdB} $\Rightarrow$ \PdB +\item \texcmd{PuB} $\Rightarrow$ \PuB +\item \texcmd{PcB} $\Rightarrow$ \PcB +\item \texcmd{PsB} $\Rightarrow$ \PsB +\item \texcmd{PaB} $\Rightarrow$ \PaB +\item \texcmd{PaBz} $\Rightarrow$ \PaBz +\item \texcmd{PadB} $\Rightarrow$ \PadB +\item \texcmd{PauB} $\Rightarrow$ \PauB +\item \texcmd{PacB} $\Rightarrow$ \PacB +\item \texcmd{PasB} $\Rightarrow$ \PasB +\item kaon\newline \texcmd{PK} $\Rightarrow$ \PK +\item charged kaon\newline \texcmd{PKpm} $\Rightarrow$ \PKpm +\item charged kaon\newline \texcmd{PKmp} $\Rightarrow$ \PKmp +\item negative kaon\newline \texcmd{PKm} $\Rightarrow$ \PKm +\item positive kaon\newline \texcmd{PKp} $\Rightarrow$ \PKp +\item neutral kaon\newline \texcmd{PKz} $\Rightarrow$ \PKz +\item K-long\newline \texcmd{PKzL} $\Rightarrow$ \PKzL +\item K-short\newline \texcmd{PKzS} $\Rightarrow$ \PKzS +\item K star\newline \texcmd{PKst} $\Rightarrow$ \PKst +\item anti-kaon\newline \texcmd{PaK} $\Rightarrow$ \PaK +\item neutral anti-kaon\newline \texcmd{PaKz} $\Rightarrow$ \PaKz +\item \texcmd{PKeiii} $\Rightarrow$ \PKeiii +\item \texcmd{PKgmiii} $\Rightarrow$ \PKgmiii +\item \texcmd{PKzeiii} $\Rightarrow$ \PKzeiii +\item \texcmd{PKzgmiii} $\Rightarrow$ \PKzgmiii +\item \texcmd{PKia} $\Rightarrow$ \PKia +\item \texcmd{PKii} $\Rightarrow$ \PKii +\item \texcmd{PKi} $\Rightarrow$ \PKi +\item \texcmd{PKsti} $\Rightarrow$ \PKsti +\item \texcmd{PKsta} $\Rightarrow$ \PKsta +\item \texcmd{PKstb} $\Rightarrow$ \PKstb +\item \texcmd{PKstiii} $\Rightarrow$ \PKstiii +\item \texcmd{PKstii} $\Rightarrow$ \PKstii +\item \texcmd{PKstiv} $\Rightarrow$ \PKstiv +\item \texcmd{PKstz} $\Rightarrow$ \PKstz +\item \texcmd{PN} $\Rightarrow$ \PN +\item \texcmd{PNa} $\Rightarrow$ \PNa +\item \texcmd{PNb} $\Rightarrow$ \PNb +\item \texcmd{PNc} $\Rightarrow$ \PNc +\item \texcmd{PNd} $\Rightarrow$ \PNd +\item \texcmd{PNe} $\Rightarrow$ \PNe +\item \texcmd{PNf} $\Rightarrow$ \PNf +\item \texcmd{PNg} $\Rightarrow$ \PNg +\item \texcmd{PNh} $\Rightarrow$ \PNh +\item \texcmd{PNi} $\Rightarrow$ \PNi +\item \texcmd{PNj} $\Rightarrow$ \PNj +\item \texcmd{PNk} $\Rightarrow$ \PNk +\item \texcmd{PNl} $\Rightarrow$ \PNl +\item \texcmd{PNm} $\Rightarrow$ \PNm +\item gluon\newline \texcmd{Pg} $\Rightarrow$ \Pg +\item photon\newline \texcmd{Pgg} $\Rightarrow$ \Pgg +\item W boson\newline \texcmd{PW} $\Rightarrow$ \PW +\item charged W boson\newline \texcmd{PWpm} $\Rightarrow$ \PWpm +\item charged W boson\newline \texcmd{PWmp} $\Rightarrow$ \PWmp +\item W-plus\newline \texcmd{PWp} $\Rightarrow$ \PWp +\item W-minus\newline \texcmd{PWm} $\Rightarrow$ \PWm +\item \texcmd{PWR} $\Rightarrow$ \PWR +\item W-prime boson\newline \texcmd{PWpr} $\Rightarrow$ \PWpr +\item Z boson\newline \texcmd{PZ} $\Rightarrow$ \PZ +\item neutral Z boson\newline \texcmd{PZz} $\Rightarrow$ \PZz +\item Z-prime boson\newline \texcmd{PZpr} $\Rightarrow$ \PZpr +\item left-right Z boson\newline \texcmd{PZLR} $\Rightarrow$ \PZLR +\item \texcmd{PZgc} $\Rightarrow$ \PZgc +\item \texcmd{PZge} $\Rightarrow$ \PZge +\item \texcmd{PZgy} $\Rightarrow$ \PZgy +\item \texcmd{PZi} $\Rightarrow$ \PZi +\item axion\newline \texcmd{PAz} $\Rightarrow$ \PAz +\item standard/heavy Higgs\newline \texcmd{PH} $\Rightarrow$ \PH +\item explicitly neutral standard/heavy Higgs\newline \texcmd{PHz} $\Rightarrow$ \PHz +\item light Higgs\newline \texcmd{Ph} $\Rightarrow$ \Ph +\item explicitly neutral light Higgs\newline \texcmd{Phz} $\Rightarrow$ \Phz +\item pseudoscalar Higgs\newline \texcmd{PA} $\Rightarrow$ \PA +\item explicitly neutral pseudoscalar Higgs\newline \texcmd{PAz} $\Rightarrow$ \PAz +\item charged Higgs\newline \texcmd{PHpm} $\Rightarrow$ \PHpm +\item charged Higgs\newline \texcmd{PHmp} $\Rightarrow$ \PHmp +\item positive-charged Higgs\newline \texcmd{PHp} $\Rightarrow$ \PHp +\item negative-charged Higgs\newline \texcmd{PHm} $\Rightarrow$ \PHm +\item lepton\newline \texcmd{Pl} $\Rightarrow$ \Pl +\item charged lepton\newline \texcmd{Plpm} $\Rightarrow$ \Plpm +\item charged lepton\newline \texcmd{Plmp} $\Rightarrow$ \Plmp +\item positive lepton\newline \texcmd{Plp} $\Rightarrow$ \Plp +\item negative lepton\newline \texcmd{Plm} $\Rightarrow$ \Plm +\item anti-lepton\newline \texcmd{Pal} $\Rightarrow$ \Pal +\item generic neutrino\newline \texcmd{Pgn} $\Rightarrow$ \Pgn +\item neutrino (for lepton ell)\newline \texcmd{Pgnl} $\Rightarrow$ \Pgnl +\item generic anti-neutrino\newline \texcmd{Pagn} $\Rightarrow$ \Pagn +\item anti-neutrino (for lepton ell)\newline \texcmd{Pagnl} $\Rightarrow$ \Pagnl +\item electronic\newline \texcmd{Pe} $\Rightarrow$ \Pe +\item e plus/minus\newline \texcmd{Pepm} $\Rightarrow$ \Pepm +\item e minus/plus\newline \texcmd{Pemp} $\Rightarrow$ \Pemp +\item electron\newline \texcmd{Pem} $\Rightarrow$ \Pem +\item positron\newline \texcmd{Pep} $\Rightarrow$ \Pep +\item muonic\newline \texcmd{Pgm} $\Rightarrow$ \Pgm +\item mu plus/minus\newline \texcmd{Pgmpm} $\Rightarrow$ \Pgmpm +\item mu minus/plus\newline \texcmd{Pgmmp} $\Rightarrow$ \Pgmmp +\item muon\newline \texcmd{Pgmm} $\Rightarrow$ \Pgmm +\item anti-muon\newline \texcmd{Pgmp} $\Rightarrow$ \Pgmp +\item tauonic\newline \texcmd{Pgt} $\Rightarrow$ \Pgt +\item tau plus/minus\newline \texcmd{Pgtpm} $\Rightarrow$ \Pgtpm +\item tau minus/plus\newline \texcmd{Pgtmp} $\Rightarrow$ \Pgtmp +\item tau lepton\newline \texcmd{Pgtm} $\Rightarrow$ \Pgtm +\item anti-tau\newline \texcmd{Pgtp} $\Rightarrow$ \Pgtp +\item electron neutrino\newline \texcmd{Pgne} $\Rightarrow$ \Pgne +\item muon neutrino\newline \texcmd{Pgngm} $\Rightarrow$ \Pgngm +\item tau neutrino\newline \texcmd{Pgngt} $\Rightarrow$ \Pgngt +\item electron anti-neutrino\newline \texcmd{Pagne} $\Rightarrow$ \Pagne +\item muon anti-neutrino\newline \texcmd{Pagngm} $\Rightarrow$ \Pagngm +\item tau anti-neutrino\newline \texcmd{Pagngt} $\Rightarrow$ \Pagngt +\item quark\newline \texcmd{Pq} $\Rightarrow$ \Pq +\item anti-quark\newline \texcmd{Paq} $\Rightarrow$ \Paq +\item down quark\newline \texcmd{Pqd} $\Rightarrow$ \Pqd +\item up quark\newline \texcmd{Pqu} $\Rightarrow$ \Pqu +\item strange quark\newline \texcmd{Pqs} $\Rightarrow$ \Pqs +\item charm quark\newline \texcmd{Pqc} $\Rightarrow$ \Pqc +\item bottom quark\newline \texcmd{Pqb} $\Rightarrow$ \Pqb +\item top quark\newline \texcmd{Pqt} $\Rightarrow$ \Pqt +\item down anti-quark\newline \texcmd{Paqd} $\Rightarrow$ \Paqd +\item up anti-quark\newline \texcmd{Paqu} $\Rightarrow$ \Paqu +\item strange anti-quark\newline \texcmd{Paqs} $\Rightarrow$ \Paqs +\item charm anti-quark\newline \texcmd{Paqc} $\Rightarrow$ \Paqc +\item bottom anti-quark\newline \texcmd{Paqb} $\Rightarrow$ \Paqb +\item top anti-quark\newline \texcmd{Paqt} $\Rightarrow$ \Paqt +\item \texcmd{Pqb} $\Rightarrow$ \Pqb +\item \texcmd{Pqc} $\Rightarrow$ \Pqc +\item \texcmd{Pqd} $\Rightarrow$ \Pqd +\item \texcmd{Pqs} $\Rightarrow$ \Pqs +\item \texcmd{Pqt} $\Rightarrow$ \Pqt +\item \texcmd{Pqu} $\Rightarrow$ \Pqu +\item \texcmd{Pq} $\Rightarrow$ \Pq +\item anti-bottom quark\newline \texcmd{Paqb} $\Rightarrow$ \Paqb +\item anti-charm quark\newline \texcmd{Paqc} $\Rightarrow$ \Paqc +\item anti-down quark\newline \texcmd{Paqd} $\Rightarrow$ \Paqd +\item anti-strange quark\newline \texcmd{Paqs} $\Rightarrow$ \Paqs +\item anti-top quark\newline \texcmd{Paqt} $\Rightarrow$ \Paqt +\item anti-up quark\newline \texcmd{Paqu} $\Rightarrow$ \Paqu +\item anti-quark\newline \texcmd{Paq} $\Rightarrow$ \Paq +\item proton\newline \texcmd{Pp} $\Rightarrow$ \Pp +\item neutron\newline \texcmd{Pn} $\Rightarrow$ \Pn +\item anti-proton\newline \texcmd{Pap} $\Rightarrow$ \Pap +\item anti-neutron\newline \texcmd{Pan} $\Rightarrow$ \Pan +\item \texcmd{Pcgc} $\Rightarrow$ \Pcgc +\item \texcmd{Pcgcii} $\Rightarrow$ \Pcgcii +\item \texcmd{Pcgci} $\Rightarrow$ \Pcgci +\item \texcmd{Pcgcz} $\Rightarrow$ \Pcgcz +\item \texcmd{Pfia} $\Rightarrow$ \Pfia +\item \texcmd{Pfib} $\Rightarrow$ \Pfib +\item \texcmd{Pfiia} $\Rightarrow$ \Pfiia +\item \texcmd{Pfiib} $\Rightarrow$ \Pfiib +\item \texcmd{Pfiic} $\Rightarrow$ \Pfiic +\item \texcmd{Pfiid} $\Rightarrow$ \Pfiid +\item \texcmd{Pfiipr} $\Rightarrow$ \Pfiipr +\item \texcmd{Pfii} $\Rightarrow$ \Pfii +\item \texcmd{Pfiv} $\Rightarrow$ \Pfiv +\item \texcmd{Pfi} $\Rightarrow$ \Pfi +\item \texcmd{Pfza} $\Rightarrow$ \Pfza +\item \texcmd{Pfzb} $\Rightarrow$ \Pfzb +\item \texcmd{Pfz} $\Rightarrow$ \Pfz +\item \texcmd{PgD} $\Rightarrow$ \PgD +\item \texcmd{PgDa} $\Rightarrow$ \PgDa +\item \texcmd{PgDb} $\Rightarrow$ \PgDb +\item \texcmd{PgDc} $\Rightarrow$ \PgDc +\item \texcmd{PgDd} $\Rightarrow$ \PgDd +\item \texcmd{PgDe} $\Rightarrow$ \PgDe +\item \texcmd{PgDf} $\Rightarrow$ \PgDf +\item \texcmd{PgDh} $\Rightarrow$ \PgDh +\item \texcmd{PgDi} $\Rightarrow$ \PgDi +\item \texcmd{PgDj} $\Rightarrow$ \PgDj +\item \texcmd{PgDk} $\Rightarrow$ \PgDk +\item \texcmd{PgL} $\Rightarrow$ \PgL +\item \texcmd{PagL} $\Rightarrow$ \PagL +\item \texcmd{PcgLp} $\Rightarrow$ \PcgLp +\item \texcmd{PbgL} $\Rightarrow$ \PbgL +\item \texcmd{PgLa} $\Rightarrow$ \PgLa +\item \texcmd{PgLb} $\Rightarrow$ \PgLb +\item \texcmd{PgLc} $\Rightarrow$ \PgLc +\item \texcmd{PgLd} $\Rightarrow$ \PgLd +\item \texcmd{PgLe} $\Rightarrow$ \PgLe +\item \texcmd{PgLf} $\Rightarrow$ \PgLf +\item \texcmd{PgLg} $\Rightarrow$ \PgLg +\item \texcmd{PgLh} $\Rightarrow$ \PgLh +\item \texcmd{PgLi} $\Rightarrow$ \PgLi +\item \texcmd{PgLj} $\Rightarrow$ \PgLj +\item \texcmd{PgLk} $\Rightarrow$ \PgLk +\item \texcmd{PgLl} $\Rightarrow$ \PgLl +\item \texcmd{PgLm} $\Rightarrow$ \PgLm +\item \texcmd{PgO} $\Rightarrow$ \PgO +\item \texcmd{PgOpm} $\Rightarrow$ \PgOpm +\item \texcmd{PgOmp} $\Rightarrow$ \PgOmp +\item \texcmd{PgOp} $\Rightarrow$ \PgOp +\item \texcmd{PgOm} $\Rightarrow$ \PgOm +\item \texcmd{PgOma} $\Rightarrow$ \PgOma +\item new %% anti-Omega\newline \texcmd{PagO} $\Rightarrow$ \PagO +\item \texcmd{PagOp} $\Rightarrow$ \PagOp +\item \texcmd{PagOm} $\Rightarrow$ \PagOm +\item \texcmd{PgS} $\Rightarrow$ \PgS +\item \texcmd{PgSpm} $\Rightarrow$ \PgSpm +\item \texcmd{PgSmp} $\Rightarrow$ \PgSmp +\item \texcmd{PgSm} $\Rightarrow$ \PgSm +\item \texcmd{PgSp} $\Rightarrow$ \PgSp +\item \texcmd{PgSz} $\Rightarrow$ \PgSz +\item \texcmd{PcgS} $\Rightarrow$ \PcgS +\item \texcmd{PagSm} $\Rightarrow$ \PagSm +\item \texcmd{PagSp} $\Rightarrow$ \PagSp +\item \texcmd{PagSz} $\Rightarrow$ \PagSz +\item \texcmd{PacgS} $\Rightarrow$ \PacgS +\item \texcmd{PgSa} $\Rightarrow$ \PgSa +\item \texcmd{PgSb} $\Rightarrow$ \PgSb +\item \texcmd{PgSc} $\Rightarrow$ \PgSc +\item \texcmd{PgSd} $\Rightarrow$ \PgSd +\item \texcmd{PgSe} $\Rightarrow$ \PgSe +\item \texcmd{PgSf} $\Rightarrow$ \PgSf +\item \texcmd{PgSg} $\Rightarrow$ \PgSg +\item \texcmd{PgSh} $\Rightarrow$ \PgSh +\item \texcmd{PgSi} $\Rightarrow$ \PgSi +\item \texcmd{PcgSi} $\Rightarrow$ \PcgSi +\item \texcmd{PgU} $\Rightarrow$ \PgU +\item \texcmd{PgUi} $\Rightarrow$ \PgUi +\item \texcmd{PgUa} $\Rightarrow$ \PgUa +\item \texcmd{PgUb} $\Rightarrow$ \PgUb +\item \texcmd{PgUc} $\Rightarrow$ \PgUc +\item \texcmd{PgUd} $\Rightarrow$ \PgUd +\item \texcmd{PgUe} $\Rightarrow$ \PgUe +\item \texcmd{PgX} $\Rightarrow$ \PgX +\item \texcmd{PgXp} $\Rightarrow$ \PgXp +\item \texcmd{PgXm} $\Rightarrow$ \PgXm +\item \texcmd{PgXz} $\Rightarrow$ \PgXz +\item \texcmd{PgXa} $\Rightarrow$ \PgXa +\item \texcmd{PgXb} $\Rightarrow$ \PgXb +\item \texcmd{PgXc} $\Rightarrow$ \PgXc +\item \texcmd{PgXd} $\Rightarrow$ \PgXd +\item \texcmd{PgXe} $\Rightarrow$ \PgXe +\item \texcmd{PagXp} $\Rightarrow$ \PagXp +\item \texcmd{PagXm} $\Rightarrow$ \PagXm +\item \texcmd{PagXz} $\Rightarrow$ \PagXz +\item \texcmd{PcgXp} $\Rightarrow$ \PcgXp +\item \texcmd{PcgXz} $\Rightarrow$ \PcgXz +\item \texcmd{Pgf} $\Rightarrow$ \Pgf +\item \texcmd{Pgfi} $\Rightarrow$ \Pgfi +\item \texcmd{Pgfa} $\Rightarrow$ \Pgfa +\item \texcmd{Pgfiii} $\Rightarrow$ \Pgfiii +\item \texcmd{Pgh} $\Rightarrow$ \Pgh +\item \texcmd{Pghpr} $\Rightarrow$ \Pghpr +\item \texcmd{Pcgh} $\Rightarrow$ \Pcgh +\item \texcmd{Pgha} $\Rightarrow$ \Pgha +\item \texcmd{Pghb} $\Rightarrow$ \Pghb +\item \texcmd{Pghpri} $\Rightarrow$ \Pghpri +\item \texcmd{Pcghi} $\Rightarrow$ \Pcghi +\item \texcmd{Pgo} $\Rightarrow$ \Pgo +\item \texcmd{Pgoi} $\Rightarrow$ \Pgoi +\item \texcmd{Pgoa} $\Rightarrow$ \Pgoa +\item \texcmd{Pgob} $\Rightarrow$ \Pgob +\item \texcmd{Pgoiii} $\Rightarrow$ \Pgoiii +\item pion\newline \texcmd{Pgp} $\Rightarrow$ \Pgp +\item charged pion\newline \texcmd{Pgppm} $\Rightarrow$ \Pgppm +\item charged pion\newline \texcmd{Pgpmp} $\Rightarrow$ \Pgpmp +\item negative pion\newline \texcmd{Pgpm} $\Rightarrow$ \Pgpm +\item positive pion\newline \texcmd{Pgpp} $\Rightarrow$ \Pgpp +\item neutral pion\newline \texcmd{Pgpz} $\Rightarrow$ \Pgpz +\item \texcmd{Pgpa} $\Rightarrow$ \Pgpa +\item \texcmd{Pgpii} $\Rightarrow$ \Pgpii +\item resonance removed\newline \texcmd{Pgr} $\Rightarrow$ \Pgr +\item \texcmd{Pgrp} $\Rightarrow$ \Pgrp +\item \texcmd{Pgrm} $\Rightarrow$ \Pgrm +\item \texcmd{Pgrpm} $\Rightarrow$ \Pgrpm +\item \texcmd{Pgrmp} $\Rightarrow$ \Pgrmp +\item \texcmd{Pgrz} $\Rightarrow$ \Pgrz +\item new\newline \texcmd{Pgri} $\Rightarrow$ \Pgri +\item \texcmd{Pgra} $\Rightarrow$ \Pgra +\item \texcmd{Pgrb} $\Rightarrow$ \Pgrb +\item \texcmd{Pgriii} $\Rightarrow$ \Pgriii +\item \texcmd{PJgy} $\Rightarrow$ \PJgy +\item \texcmd{PJgyi} $\Rightarrow$ \PJgyi +\item \texcmd{Pgy} $\Rightarrow$ \Pgy +\item \texcmd{Pgyii} $\Rightarrow$ \Pgyii +\item \texcmd{Pgya} $\Rightarrow$ \Pgya +\item \texcmd{Pgyb} $\Rightarrow$ \Pgyb +\item \texcmd{Pgyc} $\Rightarrow$ \Pgyc +\item \texcmd{Pgyd} $\Rightarrow$ \Pgyd +\item \texcmd{PD} $\Rightarrow$ \PD +\item \texcmd{PDpm} $\Rightarrow$ \PDpm +\item \texcmd{PDmp} $\Rightarrow$ \PDmp +\item \texcmd{PDz} $\Rightarrow$ \PDz +\item \texcmd{PDm} $\Rightarrow$ \PDm +\item \texcmd{PDp} $\Rightarrow$ \PDp +\item \texcmd{PDst} $\Rightarrow$ \PDst +\item \texcmd{PaD} $\Rightarrow$ \PaD +\item \texcmd{PaDz} $\Rightarrow$ \PaDz +\item new 2005-07-08\newline \texcmd{PsD} $\Rightarrow$ \PsD +\item \texcmd{PsDm} $\Rightarrow$ \PsDm +\item \texcmd{PsDp} $\Rightarrow$ \PsDp +\item \texcmd{PsDpm} $\Rightarrow$ \PsDpm +\item \texcmd{PsDmp} $\Rightarrow$ \PsDmp +\item \texcmd{PsDst} $\Rightarrow$ \PsDst +\item \texcmd{PsDipm} $\Rightarrow$ \PsDipm +\item \texcmd{PsDimp} $\Rightarrow$ \PsDimp +\item \texcmd{PDiz} $\Rightarrow$ \PDiz +\item \texcmd{PDstiiz} $\Rightarrow$ \PDstiiz +\item \texcmd{PDstpm} $\Rightarrow$ \PDstpm +\item \texcmd{PDstmp} $\Rightarrow$ \PDstmp +\item \texcmd{PDstz} $\Rightarrow$ \PDstz +\item \texcmd{PEz} $\Rightarrow$ \PEz +\item \texcmd{PLpm} $\Rightarrow$ \PLpm +\item \texcmd{PLmp} $\Rightarrow$ \PLmp +\item \texcmd{PLz} $\Rightarrow$ \PLz +\item \texcmd{Paii} $\Rightarrow$ \Paii +\item \texcmd{Pai} $\Rightarrow$ \Pai +\item \texcmd{Paz} $\Rightarrow$ \Paz +\item \texcmd{Pbgcia} $\Rightarrow$ \Pbgcia +\item \texcmd{Pbgciia} $\Rightarrow$ \Pbgciia +\item \texcmd{Pbgcii} $\Rightarrow$ \Pbgcii +\item \texcmd{Pbgci} $\Rightarrow$ \Pbgci +\item \texcmd{Pbgcza} $\Rightarrow$ \Pbgcza +\item \texcmd{Pbgcz} $\Rightarrow$ \Pbgcz +\item \texcmd{Pbi} $\Rightarrow$ \Pbi +\item \texcmd{Phia} $\Rightarrow$ \Phia +\item Higgsino\newline \texcmd{PSH} $\Rightarrow$ \PSH +\item positive Higgsino\newline \texcmd{PSHp} $\Rightarrow$ \PSHp +\item negative Higgsino\newline \texcmd{PSHm} $\Rightarrow$ \PSHm +\item charged Higgsino\newline \texcmd{PSHpm} $\Rightarrow$ \PSHpm +\item charged Higgsino\newline \texcmd{PSHmp} $\Rightarrow$ \PSHmp +\item neutral Higgsino\newline \texcmd{PSHz} $\Rightarrow$ \PSHz +\item wino\newline \texcmd{PSW} $\Rightarrow$ \PSW +\item positive wino\newline \texcmd{PSWp} $\Rightarrow$ \PSWp +\item negative wino\newline \texcmd{PSWm} $\Rightarrow$ \PSWm +\item wino pm\newline \texcmd{PSWpm} $\Rightarrow$ \PSWpm +\item wino mp\newline \texcmd{PSWmp} $\Rightarrow$ \PSWmp +\item zino\newline \texcmd{PSZ} $\Rightarrow$ \PSZ +\item zino\newline \texcmd{PSZz} $\Rightarrow$ \PSZz +\item bino\newline \texcmd{PSB} $\Rightarrow$ \PSB +\item selectron\newline \texcmd{PSe} $\Rightarrow$ \PSe +\item photino\newline \texcmd{PSgg} $\Rightarrow$ \PSgg +\item smuon\newline \texcmd{PSgm} $\Rightarrow$ \PSgm +\item sneutrino\newline \texcmd{PSgn} $\Rightarrow$ \PSgn +\item stau\newline \texcmd{PSgt} $\Rightarrow$ \PSgt +\item chargino/neutralino\newline \texcmd{PSgx} $\Rightarrow$ \PSgx +\item chargino pm\newline \texcmd{PSgxpm} $\Rightarrow$ \PSgxpm +\item chargino mp\newline \texcmd{PSgxmp} $\Rightarrow$ \PSgxmp +\item neutralino\newline \texcmd{PSgxz} $\Rightarrow$ \PSgxz +\item lightest neutralino\newline \texcmd{PSgxzi} $\Rightarrow$ \PSgxzi +\item next-to-lightest neutralino\newline \texcmd{PSgxzii} $\Rightarrow$ \PSgxzii +\item gluino\newline \texcmd{PSg} $\Rightarrow$ \PSg +\item slepton (generic)\newline \texcmd{PSl} $\Rightarrow$ \PSl +\item anti-slepton (generic)\newline \texcmd{PaSl} $\Rightarrow$ \PaSl +\item squark (generic)\newline \texcmd{PSq} $\Rightarrow$ \PSq +\item anti-squark (generic)\newline \texcmd{PaSq} $\Rightarrow$ \PaSq +\item down squark\newline \texcmd{PSqd} $\Rightarrow$ \PSqd +\item up squark\newline \texcmd{PSqu} $\Rightarrow$ \PSqu +\item strange squark\newline \texcmd{PSqs} $\Rightarrow$ \PSqs +\item charm squark\newline \texcmd{PSqc} $\Rightarrow$ \PSqc +\item bottom squark (sbottom)\newline \texcmd{PSqb} $\Rightarrow$ \PSqb +\item top squark (stop)\newline \texcmd{PSqt} $\Rightarrow$ \PSqt +\item anti-down squark\newline \texcmd{PaSqd} $\Rightarrow$ \PaSqd +\item anti-up squark\newline \texcmd{PaSqu} $\Rightarrow$ \PaSqu +\item anti-strange squark\newline \texcmd{PaSqs} $\Rightarrow$ \PaSqs +\item anti-charm squark\newline \texcmd{PaSqc} $\Rightarrow$ \PaSqc +\item anti-bottom squark\newline \texcmd{PaSqb} $\Rightarrow$ \PaSqb +\item anti-top squark (stop)\newline \texcmd{PaSqt} $\Rightarrow$ \PaSqt +\end{itemize} +}\end{multicols} +} +\clearpage + +\section{Bold italic font} +\textbf{\textit{ +\begin{multicols}{2}{ +\begin{itemize} +\item \texcmd{hepnames} $\Rightarrow$ \hepnames +\item \texcmd{heppennames} $\Rightarrow$ \heppennames +\item \texcmd{PB} $\Rightarrow$ \PB +\item \texcmd{PBpm} $\Rightarrow$ \PBpm +\item \texcmd{PBmp} $\Rightarrow$ \PBmp +\item \texcmd{PBp} $\Rightarrow$ \PBp +\item \texcmd{PBm} $\Rightarrow$ \PBm +\item \texcmd{PBz} $\Rightarrow$ \PBz +\item \texcmd{PdB} $\Rightarrow$ \PdB +\item \texcmd{PuB} $\Rightarrow$ \PuB +\item \texcmd{PcB} $\Rightarrow$ \PcB +\item \texcmd{PsB} $\Rightarrow$ \PsB +\item \texcmd{PaB} $\Rightarrow$ \PaB +\item \texcmd{PaBz} $\Rightarrow$ \PaBz +\item \texcmd{PadB} $\Rightarrow$ \PadB +\item \texcmd{PauB} $\Rightarrow$ \PauB +\item \texcmd{PacB} $\Rightarrow$ \PacB +\item \texcmd{PasB} $\Rightarrow$ \PasB +\item kaon\newline \texcmd{PK} $\Rightarrow$ \PK +\item charged kaon\newline \texcmd{PKpm} $\Rightarrow$ \PKpm +\item charged kaon\newline \texcmd{PKmp} $\Rightarrow$ \PKmp +\item negative kaon\newline \texcmd{PKm} $\Rightarrow$ \PKm +\item positive kaon\newline \texcmd{PKp} $\Rightarrow$ \PKp +\item neutral kaon\newline \texcmd{PKz} $\Rightarrow$ \PKz +\item K-long\newline \texcmd{PKzL} $\Rightarrow$ \PKzL +\item K-short\newline \texcmd{PKzS} $\Rightarrow$ \PKzS +\item K star\newline \texcmd{PKst} $\Rightarrow$ \PKst +\item anti-kaon\newline \texcmd{PaK} $\Rightarrow$ \PaK +\item neutral anti-kaon\newline \texcmd{PaKz} $\Rightarrow$ \PaKz +\item \texcmd{PKeiii} $\Rightarrow$ \PKeiii +\item \texcmd{PKgmiii} $\Rightarrow$ \PKgmiii +\item \texcmd{PKzeiii} $\Rightarrow$ \PKzeiii +\item \texcmd{PKzgmiii} $\Rightarrow$ \PKzgmiii +\item \texcmd{PKia} $\Rightarrow$ \PKia +\item \texcmd{PKii} $\Rightarrow$ \PKii +\item \texcmd{PKi} $\Rightarrow$ \PKi +\item \texcmd{PKsti} $\Rightarrow$ \PKsti +\item \texcmd{PKsta} $\Rightarrow$ \PKsta +\item \texcmd{PKstb} $\Rightarrow$ \PKstb +\item \texcmd{PKstiii} $\Rightarrow$ \PKstiii +\item \texcmd{PKstii} $\Rightarrow$ \PKstii +\item \texcmd{PKstiv} $\Rightarrow$ \PKstiv +\item \texcmd{PKstz} $\Rightarrow$ \PKstz +\item \texcmd{PN} $\Rightarrow$ \PN +\item \texcmd{PNa} $\Rightarrow$ \PNa +\item \texcmd{PNb} $\Rightarrow$ \PNb +\item \texcmd{PNc} $\Rightarrow$ \PNc +\item \texcmd{PNd} $\Rightarrow$ \PNd +\item \texcmd{PNe} $\Rightarrow$ \PNe +\item \texcmd{PNf} $\Rightarrow$ \PNf +\item \texcmd{PNg} $\Rightarrow$ \PNg +\item \texcmd{PNh} $\Rightarrow$ \PNh +\item \texcmd{PNi} $\Rightarrow$ \PNi +\item \texcmd{PNj} $\Rightarrow$ \PNj +\item \texcmd{PNk} $\Rightarrow$ \PNk +\item \texcmd{PNl} $\Rightarrow$ \PNl +\item \texcmd{PNm} $\Rightarrow$ \PNm +\item gluon\newline \texcmd{Pg} $\Rightarrow$ \Pg +\item photon\newline \texcmd{Pgg} $\Rightarrow$ \Pgg +\item W boson\newline \texcmd{PW} $\Rightarrow$ \PW +\item charged W boson\newline \texcmd{PWpm} $\Rightarrow$ \PWpm +\item charged W boson\newline \texcmd{PWmp} $\Rightarrow$ \PWmp +\item W-plus\newline \texcmd{PWp} $\Rightarrow$ \PWp +\item W-minus\newline \texcmd{PWm} $\Rightarrow$ \PWm +\item \texcmd{PWR} $\Rightarrow$ \PWR +\item W-prime boson\newline \texcmd{PWpr} $\Rightarrow$ \PWpr +\item Z boson\newline \texcmd{PZ} $\Rightarrow$ \PZ +\item neutral Z boson\newline \texcmd{PZz} $\Rightarrow$ \PZz +\item Z-prime boson\newline \texcmd{PZpr} $\Rightarrow$ \PZpr +\item left-right Z boson\newline \texcmd{PZLR} $\Rightarrow$ \PZLR +\item \texcmd{PZgc} $\Rightarrow$ \PZgc +\item \texcmd{PZge} $\Rightarrow$ \PZge +\item \texcmd{PZgy} $\Rightarrow$ \PZgy +\item \texcmd{PZi} $\Rightarrow$ \PZi +\item axion\newline \texcmd{PAz} $\Rightarrow$ \PAz +\item standard/heavy Higgs\newline \texcmd{PH} $\Rightarrow$ \PH +\item explicitly neutral standard/heavy Higgs\newline \texcmd{PHz} $\Rightarrow$ \PHz +\item light Higgs\newline \texcmd{Ph} $\Rightarrow$ \Ph +\item explicitly neutral light Higgs\newline \texcmd{Phz} $\Rightarrow$ \Phz +\item pseudoscalar Higgs\newline \texcmd{PA} $\Rightarrow$ \PA +\item explicitly neutral pseudoscalar Higgs\newline \texcmd{PAz} $\Rightarrow$ \PAz +\item charged Higgs\newline \texcmd{PHpm} $\Rightarrow$ \PHpm +\item charged Higgs\newline \texcmd{PHmp} $\Rightarrow$ \PHmp +\item positive-charged Higgs\newline \texcmd{PHp} $\Rightarrow$ \PHp +\item negative-charged Higgs\newline \texcmd{PHm} $\Rightarrow$ \PHm +\item lepton\newline \texcmd{Pl} $\Rightarrow$ \Pl +\item charged lepton\newline \texcmd{Plpm} $\Rightarrow$ \Plpm +\item charged lepton\newline \texcmd{Plmp} $\Rightarrow$ \Plmp +\item positive lepton\newline \texcmd{Plp} $\Rightarrow$ \Plp +\item negative lepton\newline \texcmd{Plm} $\Rightarrow$ \Plm +\item anti-lepton\newline \texcmd{Pal} $\Rightarrow$ \Pal +\item generic neutrino\newline \texcmd{Pgn} $\Rightarrow$ \Pgn +\item neutrino (for lepton ell)\newline \texcmd{Pgnl} $\Rightarrow$ \Pgnl +\item generic anti-neutrino\newline \texcmd{Pagn} $\Rightarrow$ \Pagn +\item anti-neutrino (for lepton ell)\newline \texcmd{Pagnl} $\Rightarrow$ \Pagnl +\item electronic\newline \texcmd{Pe} $\Rightarrow$ \Pe +\item e plus/minus\newline \texcmd{Pepm} $\Rightarrow$ \Pepm +\item e minus/plus\newline \texcmd{Pemp} $\Rightarrow$ \Pemp +\item electron\newline \texcmd{Pem} $\Rightarrow$ \Pem +\item positron\newline \texcmd{Pep} $\Rightarrow$ \Pep +\item muonic\newline \texcmd{Pgm} $\Rightarrow$ \Pgm +\item mu plus/minus\newline \texcmd{Pgmpm} $\Rightarrow$ \Pgmpm +\item mu minus/plus\newline \texcmd{Pgmmp} $\Rightarrow$ \Pgmmp +\item muon\newline \texcmd{Pgmm} $\Rightarrow$ \Pgmm +\item anti-muon\newline \texcmd{Pgmp} $\Rightarrow$ \Pgmp +\item tauonic\newline \texcmd{Pgt} $\Rightarrow$ \Pgt +\item tau plus/minus\newline \texcmd{Pgtpm} $\Rightarrow$ \Pgtpm +\item tau minus/plus\newline \texcmd{Pgtmp} $\Rightarrow$ \Pgtmp +\item tau lepton\newline \texcmd{Pgtm} $\Rightarrow$ \Pgtm +\item anti-tau\newline \texcmd{Pgtp} $\Rightarrow$ \Pgtp +\item electron neutrino\newline \texcmd{Pgne} $\Rightarrow$ \Pgne +\item muon neutrino\newline \texcmd{Pgngm} $\Rightarrow$ \Pgngm +\item tau neutrino\newline \texcmd{Pgngt} $\Rightarrow$ \Pgngt +\item electron anti-neutrino\newline \texcmd{Pagne} $\Rightarrow$ \Pagne +\item muon anti-neutrino\newline \texcmd{Pagngm} $\Rightarrow$ \Pagngm +\item tau anti-neutrino\newline \texcmd{Pagngt} $\Rightarrow$ \Pagngt +\item quark\newline \texcmd{Pq} $\Rightarrow$ \Pq +\item anti-quark\newline \texcmd{Paq} $\Rightarrow$ \Paq +\item down quark\newline \texcmd{Pqd} $\Rightarrow$ \Pqd +\item up quark\newline \texcmd{Pqu} $\Rightarrow$ \Pqu +\item strange quark\newline \texcmd{Pqs} $\Rightarrow$ \Pqs +\item charm quark\newline \texcmd{Pqc} $\Rightarrow$ \Pqc +\item bottom quark\newline \texcmd{Pqb} $\Rightarrow$ \Pqb +\item top quark\newline \texcmd{Pqt} $\Rightarrow$ \Pqt +\item down anti-quark\newline \texcmd{Paqd} $\Rightarrow$ \Paqd +\item up anti-quark\newline \texcmd{Paqu} $\Rightarrow$ \Paqu +\item strange anti-quark\newline \texcmd{Paqs} $\Rightarrow$ \Paqs +\item charm anti-quark\newline \texcmd{Paqc} $\Rightarrow$ \Paqc +\item bottom anti-quark\newline \texcmd{Paqb} $\Rightarrow$ \Paqb +\item top anti-quark\newline \texcmd{Paqt} $\Rightarrow$ \Paqt +\item \texcmd{Pqb} $\Rightarrow$ \Pqb +\item \texcmd{Pqc} $\Rightarrow$ \Pqc +\item \texcmd{Pqd} $\Rightarrow$ \Pqd +\item \texcmd{Pqs} $\Rightarrow$ \Pqs +\item \texcmd{Pqt} $\Rightarrow$ \Pqt +\item \texcmd{Pqu} $\Rightarrow$ \Pqu +\item \texcmd{Pq} $\Rightarrow$ \Pq +\item anti-bottom quark\newline \texcmd{Paqb} $\Rightarrow$ \Paqb +\item anti-charm quark\newline \texcmd{Paqc} $\Rightarrow$ \Paqc +\item anti-down quark\newline \texcmd{Paqd} $\Rightarrow$ \Paqd +\item anti-strange quark\newline \texcmd{Paqs} $\Rightarrow$ \Paqs +\item anti-top quark\newline \texcmd{Paqt} $\Rightarrow$ \Paqt +\item anti-up quark\newline \texcmd{Paqu} $\Rightarrow$ \Paqu +\item anti-quark\newline \texcmd{Paq} $\Rightarrow$ \Paq +\item proton\newline \texcmd{Pp} $\Rightarrow$ \Pp +\item neutron\newline \texcmd{Pn} $\Rightarrow$ \Pn +\item anti-proton\newline \texcmd{Pap} $\Rightarrow$ \Pap +\item anti-neutron\newline \texcmd{Pan} $\Rightarrow$ \Pan +\item \texcmd{Pcgc} $\Rightarrow$ \Pcgc +\item \texcmd{Pcgcii} $\Rightarrow$ \Pcgcii +\item \texcmd{Pcgci} $\Rightarrow$ \Pcgci +\item \texcmd{Pcgcz} $\Rightarrow$ \Pcgcz +\item \texcmd{Pfia} $\Rightarrow$ \Pfia +\item \texcmd{Pfib} $\Rightarrow$ \Pfib +\item \texcmd{Pfiia} $\Rightarrow$ \Pfiia +\item \texcmd{Pfiib} $\Rightarrow$ \Pfiib +\item \texcmd{Pfiic} $\Rightarrow$ \Pfiic +\item \texcmd{Pfiid} $\Rightarrow$ \Pfiid +\item \texcmd{Pfiipr} $\Rightarrow$ \Pfiipr +\item \texcmd{Pfii} $\Rightarrow$ \Pfii +\item \texcmd{Pfiv} $\Rightarrow$ \Pfiv +\item \texcmd{Pfi} $\Rightarrow$ \Pfi +\item \texcmd{Pfza} $\Rightarrow$ \Pfza +\item \texcmd{Pfzb} $\Rightarrow$ \Pfzb +\item \texcmd{Pfz} $\Rightarrow$ \Pfz +\item \texcmd{PgD} $\Rightarrow$ \PgD +\item \texcmd{PgDa} $\Rightarrow$ \PgDa +\item \texcmd{PgDb} $\Rightarrow$ \PgDb +\item \texcmd{PgDc} $\Rightarrow$ \PgDc +\item \texcmd{PgDd} $\Rightarrow$ \PgDd +\item \texcmd{PgDe} $\Rightarrow$ \PgDe +\item \texcmd{PgDf} $\Rightarrow$ \PgDf +\item \texcmd{PgDh} $\Rightarrow$ \PgDh +\item \texcmd{PgDi} $\Rightarrow$ \PgDi +\item \texcmd{PgDj} $\Rightarrow$ \PgDj +\item \texcmd{PgDk} $\Rightarrow$ \PgDk +\item \texcmd{PgL} $\Rightarrow$ \PgL +\item \texcmd{PagL} $\Rightarrow$ \PagL +\item \texcmd{PcgLp} $\Rightarrow$ \PcgLp +\item \texcmd{PbgL} $\Rightarrow$ \PbgL +\item \texcmd{PgLa} $\Rightarrow$ \PgLa +\item \texcmd{PgLb} $\Rightarrow$ \PgLb +\item \texcmd{PgLc} $\Rightarrow$ \PgLc +\item \texcmd{PgLd} $\Rightarrow$ \PgLd +\item \texcmd{PgLe} $\Rightarrow$ \PgLe +\item \texcmd{PgLf} $\Rightarrow$ \PgLf +\item \texcmd{PgLg} $\Rightarrow$ \PgLg +\item \texcmd{PgLh} $\Rightarrow$ \PgLh +\item \texcmd{PgLi} $\Rightarrow$ \PgLi +\item \texcmd{PgLj} $\Rightarrow$ \PgLj +\item \texcmd{PgLk} $\Rightarrow$ \PgLk +\item \texcmd{PgLl} $\Rightarrow$ \PgLl +\item \texcmd{PgLm} $\Rightarrow$ \PgLm +\item \texcmd{PgO} $\Rightarrow$ \PgO +\item \texcmd{PgOpm} $\Rightarrow$ \PgOpm +\item \texcmd{PgOmp} $\Rightarrow$ \PgOmp +\item \texcmd{PgOp} $\Rightarrow$ \PgOp +\item \texcmd{PgOm} $\Rightarrow$ \PgOm +\item \texcmd{PgOma} $\Rightarrow$ \PgOma +\item new %% anti-Omega\newline \texcmd{PagO} $\Rightarrow$ \PagO +\item \texcmd{PagOp} $\Rightarrow$ \PagOp +\item \texcmd{PagOm} $\Rightarrow$ \PagOm +\item \texcmd{PgS} $\Rightarrow$ \PgS +\item \texcmd{PgSpm} $\Rightarrow$ \PgSpm +\item \texcmd{PgSmp} $\Rightarrow$ \PgSmp +\item \texcmd{PgSm} $\Rightarrow$ \PgSm +\item \texcmd{PgSp} $\Rightarrow$ \PgSp +\item \texcmd{PgSz} $\Rightarrow$ \PgSz +\item \texcmd{PcgS} $\Rightarrow$ \PcgS +\item \texcmd{PagSm} $\Rightarrow$ \PagSm +\item \texcmd{PagSp} $\Rightarrow$ \PagSp +\item \texcmd{PagSz} $\Rightarrow$ \PagSz +\item \texcmd{PacgS} $\Rightarrow$ \PacgS +\item \texcmd{PgSa} $\Rightarrow$ \PgSa +\item \texcmd{PgSb} $\Rightarrow$ \PgSb +\item \texcmd{PgSc} $\Rightarrow$ \PgSc +\item \texcmd{PgSd} $\Rightarrow$ \PgSd +\item \texcmd{PgSe} $\Rightarrow$ \PgSe +\item \texcmd{PgSf} $\Rightarrow$ \PgSf +\item \texcmd{PgSg} $\Rightarrow$ \PgSg +\item \texcmd{PgSh} $\Rightarrow$ \PgSh +\item \texcmd{PgSi} $\Rightarrow$ \PgSi +\item \texcmd{PcgSi} $\Rightarrow$ \PcgSi +\item \texcmd{PgU} $\Rightarrow$ \PgU +\item \texcmd{PgUi} $\Rightarrow$ \PgUi +\item \texcmd{PgUa} $\Rightarrow$ \PgUa +\item \texcmd{PgUb} $\Rightarrow$ \PgUb +\item \texcmd{PgUc} $\Rightarrow$ \PgUc +\item \texcmd{PgUd} $\Rightarrow$ \PgUd +\item \texcmd{PgUe} $\Rightarrow$ \PgUe +\item \texcmd{PgX} $\Rightarrow$ \PgX +\item \texcmd{PgXp} $\Rightarrow$ \PgXp +\item \texcmd{PgXm} $\Rightarrow$ \PgXm +\item \texcmd{PgXz} $\Rightarrow$ \PgXz +\item \texcmd{PgXa} $\Rightarrow$ \PgXa +\item \texcmd{PgXb} $\Rightarrow$ \PgXb +\item \texcmd{PgXc} $\Rightarrow$ \PgXc +\item \texcmd{PgXd} $\Rightarrow$ \PgXd +\item \texcmd{PgXe} $\Rightarrow$ \PgXe +\item \texcmd{PagXp} $\Rightarrow$ \PagXp +\item \texcmd{PagXm} $\Rightarrow$ \PagXm +\item \texcmd{PagXz} $\Rightarrow$ \PagXz +\item \texcmd{PcgXp} $\Rightarrow$ \PcgXp +\item \texcmd{PcgXz} $\Rightarrow$ \PcgXz +\item \texcmd{Pgf} $\Rightarrow$ \Pgf +\item \texcmd{Pgfi} $\Rightarrow$ \Pgfi +\item \texcmd{Pgfa} $\Rightarrow$ \Pgfa +\item \texcmd{Pgfiii} $\Rightarrow$ \Pgfiii +\item \texcmd{Pgh} $\Rightarrow$ \Pgh +\item \texcmd{Pghpr} $\Rightarrow$ \Pghpr +\item \texcmd{Pcgh} $\Rightarrow$ \Pcgh +\item \texcmd{Pgha} $\Rightarrow$ \Pgha +\item \texcmd{Pghb} $\Rightarrow$ \Pghb +\item \texcmd{Pghpri} $\Rightarrow$ \Pghpri +\item \texcmd{Pcghi} $\Rightarrow$ \Pcghi +\item \texcmd{Pgo} $\Rightarrow$ \Pgo +\item \texcmd{Pgoi} $\Rightarrow$ \Pgoi +\item \texcmd{Pgoa} $\Rightarrow$ \Pgoa +\item \texcmd{Pgob} $\Rightarrow$ \Pgob +\item \texcmd{Pgoiii} $\Rightarrow$ \Pgoiii +\item pion\newline \texcmd{Pgp} $\Rightarrow$ \Pgp +\item charged pion\newline \texcmd{Pgppm} $\Rightarrow$ \Pgppm +\item charged pion\newline \texcmd{Pgpmp} $\Rightarrow$ \Pgpmp +\item negative pion\newline \texcmd{Pgpm} $\Rightarrow$ \Pgpm +\item positive pion\newline \texcmd{Pgpp} $\Rightarrow$ \Pgpp +\item neutral pion\newline \texcmd{Pgpz} $\Rightarrow$ \Pgpz +\item \texcmd{Pgpa} $\Rightarrow$ \Pgpa +\item \texcmd{Pgpii} $\Rightarrow$ \Pgpii +\item resonance removed\newline \texcmd{Pgr} $\Rightarrow$ \Pgr +\item \texcmd{Pgrp} $\Rightarrow$ \Pgrp +\item \texcmd{Pgrm} $\Rightarrow$ \Pgrm +\item \texcmd{Pgrpm} $\Rightarrow$ \Pgrpm +\item \texcmd{Pgrmp} $\Rightarrow$ \Pgrmp +\item \texcmd{Pgrz} $\Rightarrow$ \Pgrz +\item new\newline \texcmd{Pgri} $\Rightarrow$ \Pgri +\item \texcmd{Pgra} $\Rightarrow$ \Pgra +\item \texcmd{Pgrb} $\Rightarrow$ \Pgrb +\item \texcmd{Pgriii} $\Rightarrow$ \Pgriii +\item \texcmd{PJgy} $\Rightarrow$ \PJgy +\item \texcmd{PJgyi} $\Rightarrow$ \PJgyi +\item \texcmd{Pgy} $\Rightarrow$ \Pgy +\item \texcmd{Pgyii} $\Rightarrow$ \Pgyii +\item \texcmd{Pgya} $\Rightarrow$ \Pgya +\item \texcmd{Pgyb} $\Rightarrow$ \Pgyb +\item \texcmd{Pgyc} $\Rightarrow$ \Pgyc +\item \texcmd{Pgyd} $\Rightarrow$ \Pgyd +\item \texcmd{PD} $\Rightarrow$ \PD +\item \texcmd{PDpm} $\Rightarrow$ \PDpm +\item \texcmd{PDmp} $\Rightarrow$ \PDmp +\item \texcmd{PDz} $\Rightarrow$ \PDz +\item \texcmd{PDm} $\Rightarrow$ \PDm +\item \texcmd{PDp} $\Rightarrow$ \PDp +\item \texcmd{PDst} $\Rightarrow$ \PDst +\item \texcmd{PaD} $\Rightarrow$ \PaD +\item \texcmd{PaDz} $\Rightarrow$ \PaDz +\item new 2005-07-08\newline \texcmd{PsD} $\Rightarrow$ \PsD +\item \texcmd{PsDm} $\Rightarrow$ \PsDm +\item \texcmd{PsDp} $\Rightarrow$ \PsDp +\item \texcmd{PsDpm} $\Rightarrow$ \PsDpm +\item \texcmd{PsDmp} $\Rightarrow$ \PsDmp +\item \texcmd{PsDst} $\Rightarrow$ \PsDst +\item \texcmd{PsDipm} $\Rightarrow$ \PsDipm +\item \texcmd{PsDimp} $\Rightarrow$ \PsDimp +\item \texcmd{PDiz} $\Rightarrow$ \PDiz +\item \texcmd{PDstiiz} $\Rightarrow$ \PDstiiz +\item \texcmd{PDstpm} $\Rightarrow$ \PDstpm +\item \texcmd{PDstmp} $\Rightarrow$ \PDstmp +\item \texcmd{PDstz} $\Rightarrow$ \PDstz +\item \texcmd{PEz} $\Rightarrow$ \PEz +\item \texcmd{PLpm} $\Rightarrow$ \PLpm +\item \texcmd{PLmp} $\Rightarrow$ \PLmp +\item \texcmd{PLz} $\Rightarrow$ \PLz +\item \texcmd{Paii} $\Rightarrow$ \Paii +\item \texcmd{Pai} $\Rightarrow$ \Pai +\item \texcmd{Paz} $\Rightarrow$ \Paz +\item \texcmd{Pbgcia} $\Rightarrow$ \Pbgcia +\item \texcmd{Pbgciia} $\Rightarrow$ \Pbgciia +\item \texcmd{Pbgcii} $\Rightarrow$ \Pbgcii +\item \texcmd{Pbgci} $\Rightarrow$ \Pbgci +\item \texcmd{Pbgcza} $\Rightarrow$ \Pbgcza +\item \texcmd{Pbgcz} $\Rightarrow$ \Pbgcz +\item \texcmd{Pbi} $\Rightarrow$ \Pbi +\item \texcmd{Phia} $\Rightarrow$ \Phia +\item Higgsino\newline \texcmd{PSH} $\Rightarrow$ \PSH +\item positive Higgsino\newline \texcmd{PSHp} $\Rightarrow$ \PSHp +\item negative Higgsino\newline \texcmd{PSHm} $\Rightarrow$ \PSHm +\item charged Higgsino\newline \texcmd{PSHpm} $\Rightarrow$ \PSHpm +\item charged Higgsino\newline \texcmd{PSHmp} $\Rightarrow$ \PSHmp +\item neutral Higgsino\newline \texcmd{PSHz} $\Rightarrow$ \PSHz +\item wino\newline \texcmd{PSW} $\Rightarrow$ \PSW +\item positive wino\newline \texcmd{PSWp} $\Rightarrow$ \PSWp +\item negative wino\newline \texcmd{PSWm} $\Rightarrow$ \PSWm +\item wino pm\newline \texcmd{PSWpm} $\Rightarrow$ \PSWpm +\item wino mp\newline \texcmd{PSWmp} $\Rightarrow$ \PSWmp +\item zino\newline \texcmd{PSZ} $\Rightarrow$ \PSZ +\item zino\newline \texcmd{PSZz} $\Rightarrow$ \PSZz +\item bino\newline \texcmd{PSB} $\Rightarrow$ \PSB +\item selectron\newline \texcmd{PSe} $\Rightarrow$ \PSe +\item photino\newline \texcmd{PSgg} $\Rightarrow$ \PSgg +\item smuon\newline \texcmd{PSgm} $\Rightarrow$ \PSgm +\item sneutrino\newline \texcmd{PSgn} $\Rightarrow$ \PSgn +\item stau\newline \texcmd{PSgt} $\Rightarrow$ \PSgt +\item chargino/neutralino\newline \texcmd{PSgx} $\Rightarrow$ \PSgx +\item chargino pm\newline \texcmd{PSgxpm} $\Rightarrow$ \PSgxpm +\item chargino mp\newline \texcmd{PSgxmp} $\Rightarrow$ \PSgxmp +\item neutralino\newline \texcmd{PSgxz} $\Rightarrow$ \PSgxz +\item lightest neutralino\newline \texcmd{PSgxzi} $\Rightarrow$ \PSgxzi +\item next-to-lightest neutralino\newline \texcmd{PSgxzii} $\Rightarrow$ \PSgxzii +\item gluino\newline \texcmd{PSg} $\Rightarrow$ \PSg +\item slepton (generic)\newline \texcmd{PSl} $\Rightarrow$ \PSl +\item anti-slepton (generic)\newline \texcmd{PaSl} $\Rightarrow$ \PaSl +\item squark (generic)\newline \texcmd{PSq} $\Rightarrow$ \PSq +\item anti-squark (generic)\newline \texcmd{PaSq} $\Rightarrow$ \PaSq +\item down squark\newline \texcmd{PSqd} $\Rightarrow$ \PSqd +\item up squark\newline \texcmd{PSqu} $\Rightarrow$ \PSqu +\item strange squark\newline \texcmd{PSqs} $\Rightarrow$ \PSqs +\item charm squark\newline \texcmd{PSqc} $\Rightarrow$ \PSqc +\item bottom squark (sbottom)\newline \texcmd{PSqb} $\Rightarrow$ \PSqb +\item top squark (stop)\newline \texcmd{PSqt} $\Rightarrow$ \PSqt +\item anti-down squark\newline \texcmd{PaSqd} $\Rightarrow$ \PaSqd +\item anti-up squark\newline \texcmd{PaSqu} $\Rightarrow$ \PaSqu +\item anti-strange squark\newline \texcmd{PaSqs} $\Rightarrow$ \PaSqs +\item anti-charm squark\newline \texcmd{PaSqc} $\Rightarrow$ \PaSqc +\item anti-bottom squark\newline \texcmd{PaSqb} $\Rightarrow$ \PaSqb +\item anti-top squark (stop)\newline \texcmd{PaSqt} $\Rightarrow$ \PaSqt +\end{itemize} +}\end{multicols} +}} + +\end{document} diff --git a/Master/texmf-dist/tex/latex/hepnames/hepnames.sty b/Master/texmf-dist/tex/latex/hepnames/hepnames.sty new file mode 100644 index 00000000000..fd147a3e1ac --- /dev/null +++ b/Master/texmf-dist/tex/latex/hepnames/hepnames.sty @@ -0,0 +1,44 @@ +%% hepnames.sty --- standard predefined high energy particle names +%% +%% This package is a wrapper to the hepnicenames and heppennames packages, +%% primarily because the pair of packages as a whole are called hepnames +%% and it's less of a mouthful. Plus, I imagine that anyone who's interested +%% in using this package will prefer the ``nicenames'' scheme over PEN, +%% historical precendent notwithstanding! +%% +%% Author: Andy Buckley <andy@insectnation.org> +%% +%% This material is subject to the LaTeX Project Public License. +%% See http://www.ctan.org/tex-archive/help/Catalogue/licenses.lppl.html +%% for the details of that license. +%% +%% ------------------------------------------------------------- + +\def\fileversion{1.4} +\def\filedate{2007/03/07} +\ProvidesPackage{hepnames}[\filedate\space Pre-defined HEP particle symbols (version \fileversion)] +\NeedsTeXFormat{LaTeX2e} +\RequirePackage{hepnicenames} +\RequirePackage{heppennames} + +%% Declare package options: map directly on to options in hepnicenames +\DeclareOption{italic}{% + \PassOptionsToPackage{italic}{hepnicenames}% +} +\DeclareOption{itforce}{% + \PassOptionsToPackage{itforce}{hepnicenames}% +} +\DeclareOption{maybess}{% + \PassOptionsToPackage{maybess}{hepnicenames}% +} +\DeclareOption{noss}{% + \PassOptionsToPackage{noss}{hepnicenames}% +} +%% Process package options +\ProcessOptions + +%% For referencing this package +\DeclareRobustCommand{\hepnames}{\texttt{hepnames}\xspace} + +%% Just for completeness... +\endinput diff --git a/Master/texmf-dist/tex/latex/hepnames/hepnicenames.sty b/Master/texmf-dist/tex/latex/hepnames/hepnicenames.sty new file mode 100644 index 00000000000..5da8504992a --- /dev/null +++ b/Master/texmf-dist/tex/latex/hepnames/hepnicenames.sty @@ -0,0 +1,343 @@ +%% hepnicenames.sty --- a friendly version of heppennames +%% +%% This package is a friendly interface to the simpler particles in the +%% heppennames package as the PEN scheme is a bit unfriendly for people +%% who just want to write intuitive-looking LaTeX source. The more complex +%% resonances etc. are left with PEN codes only. +%% +%% Author: Andy Buckley <andy@insectnation.org> +%% +%% This material is subject to the LaTeX Project Public License. +%% See http://www.ctan.org/tex-archive/help/Catalogue/licenses.lppl.html +%% for the details of that license. +%% +%% ------------------------------------------------------------- + +\def\fileversion{1.4} +\def\filedate{2007/03/07} +\ProvidesPackage{hepnicenames}[\filedate\space Friendly alternatives to the PEN particle codes (version \fileversion)] +\NeedsTeXFormat{LaTeX2e} +\RequirePackage{heppennames} + +%% Declare package options: map directly on to options in hepparticles +%% package via heppennames +\DeclareOption{italic}{% + \PassOptionsToPackage{italic}{heppennames}% +} +\DeclareOption{itforce}{% + \PassOptionsToPackage{itforce}{heppennames}% +} +\DeclareOption{maybess}{% + \PassOptionsToPackage{maybess}{heppennames}% +} +\DeclareOption{noss}{% + \PassOptionsToPackage{noss}{heppennames}% +} +%% Process package options +\ProcessOptions + +%% For referencing this package +\DeclareRobustCommand{\hepnicenames}{\texttt{hepnicenames}\xspace} + + +%% ------------------------------------------------------------- +%% The particles... +%% ------------------------------------------------------------- + +%% B mesons +%\DeclareRobustCommand{\PB}{\PB} %% in pennames +%\DeclareRobustCommand{\PBpm}{\PBpm} %% in pennames +%\DeclareRobustCommand{\PBmp}{\PBmp} %% in pennames +\DeclareRobustCommand{\PBplus}{\PBp} +\DeclareRobustCommand{\PBminus}{\PBm} +\DeclareRobustCommand{\PBzero}{\PBz} +\DeclareRobustCommand{\PBd}{\PdB} +\DeclareRobustCommand{\PBu}{\PuB} +\DeclareRobustCommand{\PBc}{\PcB} +\DeclareRobustCommand{\PBs}{\PsB} +\DeclareRobustCommand{\APB}{\PaB} +\DeclareRobustCommand{\APBzero}{\PaBz} +\DeclareRobustCommand{\APBd}{\PadB} +\DeclareRobustCommand{\APBu}{\PauB} +\DeclareRobustCommand{\APBc}{\PacB} +\DeclareRobustCommand{\APBs}{\PasB} + +%% Kaons +%\DeclareRobustCommand{\PK}{\PK} %% in pennames +%\DeclareRobustCommand{\PKpm}{\PKpm} %% in pennames +%\DeclareRobustCommand{\PKmp}{\PKmp} %% in pennames +\DeclareRobustCommand{\PKplus}{\PKp} +\DeclareRobustCommand{\PKminus}{\PKm} +\DeclareRobustCommand{\PKzero}{\PKz} +\DeclareRobustCommand{\PKshort}{\PKzS} +\DeclareRobustCommand{\PKs}{\PKzS} +\DeclareRobustCommand{\PKlong}{\PKzL} +\DeclareRobustCommand{\PKl}{\PKzL} +\DeclareRobustCommand{\PKstar}{\PKst} +\DeclareRobustCommand{\APK}{\PaKz} +\DeclareRobustCommand{\APKzero}{\PaKz} + +%% Bosons +\DeclareRobustCommand{\Pphoton}{\Pgg} +\DeclareRobustCommand{\Pgluon}{\Pg} +%\DeclareRobustCommand{\PW}{\PW} %% in pennames +%\DeclareRobustCommand{\PWpm}{\PWpm} %% in pennames +%\DeclareRobustCommand{\PWmp}{\PWmp} %% in pennames +\DeclareRobustCommand{\PWplus}{\PWp} +\DeclareRobustCommand{\PWminus}{\PWm} +\DeclareRobustCommand{\PWprime}{\PWpr} +%\DeclareRobustCommand{\PZ}{\PZ} %% in pennames +\DeclareRobustCommand{\PZzero}{\PZz} % Z with a zero +\DeclareRobustCommand{\PZprime}{\PZpr} % Z-prime +\DeclareRobustCommand{\Paxion}{\PAz} % axion + +%% Leptons +\DeclareRobustCommand{\Plepton}{\Pl} % lepton +\DeclareRobustCommand{\Pleptonpm}{\Plpm} % charged lepton +\DeclareRobustCommand{\Pleptonmp}{\Plmp} % charged lepton +\DeclareRobustCommand{\Pleptonplus}{\Plp} % positive lepton +\DeclareRobustCommand{\Pleptonminus}{\Plm} % negative lepton +\DeclareRobustCommand{\APlepton}{\Pal} % anti-lepton +\DeclareRobustCommand{\Pnu}{\Pgn} % neutrino +\DeclareRobustCommand{\APnu}{\Pagn} % antineutrino +\DeclareRobustCommand{\Pneutrino}{\Pgn} % neutrino +\DeclareRobustCommand{\APneutrino}{\Pagn} % antineutrino +\DeclareRobustCommand{\Pnulepton}{\Pgnl} % lepton-flavour neutrino +\DeclareRobustCommand{\APnulepton}{\Pagnl} % lepton-flavour antineutrino +%\DeclareRobustCommand{\Pe}{\Pe} %% in pennames +%\DeclareRobustCommand{\Pepm}{\Pepm} %% in pennames +%\DeclareRobustCommand{\Pemp}{\Pemp} %% in pennames +\DeclareRobustCommand{\Pelectron}{\Pem} +\DeclareRobustCommand{\APelectron}{\Pep} +\DeclareRobustCommand{\Ppositron}{\Pep} +\DeclareRobustCommand{\APpositron}{\Pep} +\DeclareRobustCommand{\Pmu}{\Pgm} +\DeclareRobustCommand{\Pmupm}{\Pgmpm} +\DeclareRobustCommand{\Pmump}{\Pgmmp} +\DeclareRobustCommand{\Pmuon}{\Pgmm} +\DeclareRobustCommand{\APmuon}{\Pgmp} +\DeclareRobustCommand{\Ptau}{\Pgt} +\DeclareRobustCommand{\Ptaupm}{\Pgtpm} +\DeclareRobustCommand{\Ptaump}{\Pgtmp} +\DeclareRobustCommand{\Ptauon}{\Pgtm} +\DeclareRobustCommand{\APtauon}{\Pgtp} +\DeclareRobustCommand{\Pnue}{\Pgne} +\DeclareRobustCommand{\Pnum}{\Pgngm} +\DeclareRobustCommand{\Pnut}{\Pgngt} +\DeclareRobustCommand{\APnue}{\Pagne} +\DeclareRobustCommand{\APnum}{\Pagngm} +\DeclareRobustCommand{\APnut}{\Pagngt} + +%% Quarks +\DeclareRobustCommand{\Pquark}{\Pq} +\DeclareRobustCommand{\APquark}{\Paq} +\DeclareRobustCommand{\Pdown}{\Pqd} +\DeclareRobustCommand{\Pup}{\Pqu} +\DeclareRobustCommand{\Pstrange}{\Pqs} +\DeclareRobustCommand{\Pcharm}{\Pqc} +\DeclareRobustCommand{\Pbottom}{\Pqb} +\DeclareRobustCommand{\Pbeauty}{\Pqb} +\DeclareRobustCommand{\Ptop}{\Pqt} +\DeclareRobustCommand{\Ptruth}{\Pqt} +\DeclareRobustCommand{\APdown}{\Paqd} +\DeclareRobustCommand{\APqd}{\Paqd} +\DeclareRobustCommand{\APup}{\Paqu} +\DeclareRobustCommand{\APqu}{\Paqu} +\DeclareRobustCommand{\APstrange}{\Paqs} +\DeclareRobustCommand{\APqs}{\Paqs} +\DeclareRobustCommand{\APcharm}{\Paqc} +\DeclareRobustCommand{\APqc}{\Paqc} +\DeclareRobustCommand{\APbottom}{\Paqb} +\DeclareRobustCommand{\APbeauty}{\Paqb} +\DeclareRobustCommand{\APqb}{\Paqb} +\DeclareRobustCommand{\APtop}{\Paqt} +\DeclareRobustCommand{\APtruth}{\Paqt} +\DeclareRobustCommand{\APqt}{\Paqt} + +%% Nucleons +\DeclareRobustCommand{\Pproton}{\Pp} +\DeclareRobustCommand{\Pneutron}{\Pn} +\DeclareRobustCommand{\APproton}{\Pap} +\DeclareRobustCommand{\APneutron}{\Pan} + +%% Lambda baryons +\DeclareRobustCommand{\PLambda}{\PgL} +\DeclareRobustCommand{\APLambda}{\PagL} +\DeclareRobustCommand{\PLambdac}{\PcgLp} +\DeclareRobustCommand{\PLambdab}{\PbgL} %% Lambda_b + +%% Omega +\DeclareRobustCommand{\POmega}{\PgO} +\DeclareRobustCommand{\POmegapm}{\PgOpm} +\DeclareRobustCommand{\POmegamp}{\PgOmp} +\DeclareRobustCommand{\POmegaplus}{\PgOp} +\DeclareRobustCommand{\POmegaminus}{\PgOm} +\DeclareRobustCommand{\APOmega}{\PagO} +\DeclareRobustCommand{\APOmegaplus}{\PagOp} +\DeclareRobustCommand{\APOmegaminus}{\PagOm} + +%% Sigma baryons +\DeclareRobustCommand{\PSigma}{\PgS} +\DeclareRobustCommand{\PSigmapm}{\PgSpm} +\DeclareRobustCommand{\PSigmamp}{\PgSmp} +\DeclareRobustCommand{\PSigmaminus}{\PgSm} +\DeclareRobustCommand{\PSigmaplus}{\PgSp} +\DeclareRobustCommand{\PSigmazero}{\PgSz} +\DeclareRobustCommand{\PSigmac}{\PcgS} +\DeclareRobustCommand{\APSigmaminus}{\PagSm} +\DeclareRobustCommand{\APSigmaplus}{\PagSp} +\DeclareRobustCommand{\APSigmazero}{\PagSz} +\DeclareRobustCommand{\APSigmac}{\PacgS} + +%% Upsilon +\DeclareRobustCommand{\PUpsilon}{\PgU} +\DeclareRobustCommand{\PUpsilonOneS}{\PgUi} +\DeclareRobustCommand{\PUpsilonTwoS}{\PgUa} +\DeclareRobustCommand{\PUpsilonThreeS}{\PgUb} +\DeclareRobustCommand{\PUpsilonFourS}{\PgUc} + +%% Xi +\DeclareRobustCommand{\PXi}{\PgX} +\DeclareRobustCommand{\PXiplus}{\PgXp} +\DeclareRobustCommand{\PXiminus}{\PgXm} +\DeclareRobustCommand{\PXizero}{\PgXz} +\DeclareRobustCommand{\APXiplus}{\PagXp} +\DeclareRobustCommand{\APXiminus}{\PagXm} +\DeclareRobustCommand{\APXizero}{\PagXz} +\DeclareRobustCommand{\PXicplus}{\PcgXp} +\DeclareRobustCommand{\PXiczero}{\PcgXz} +%% others? + +%% Strange mesons +\DeclareRobustCommand{\Pphi}{\Pgf} + +%% Eta mesons +\DeclareRobustCommand{\Peta}{\Pgh} +\DeclareRobustCommand{\Petaprime}{\Pghpr} +\DeclareRobustCommand{\Petac}{\Pcgh} + +%% omega mesons +\DeclareRobustCommand{\Pomega}{\Pgo} + +%% Pions +\DeclareRobustCommand{\Ppi}{\Pgp} +\DeclareRobustCommand{\Ppipm}{\Pgppm} +\DeclareRobustCommand{\Ppimp}{\Pgpmp} +\DeclareRobustCommand{\Ppiplus}{\Pgpp} +\DeclareRobustCommand{\Ppiminus}{\Pgpm} +\DeclareRobustCommand{\Ppizero}{\Pgpz} + +%% Rho mesons +\DeclareRobustCommand{\Prho}{\Pgr} +\DeclareRobustCommand{\Prhoplus}{\Pgrp} +\DeclareRobustCommand{\Prhominus}{\Pgrm} +\DeclareRobustCommand{\Prhopm}{\Pgrpm} +\DeclareRobustCommand{\Prhomp}{\Pgrmp} +\DeclareRobustCommand{\Prhozero}{\Pgrz} + +%% Psi resonances +\DeclareRobustCommand{\PJpsi}{\PJgy} +\DeclareRobustCommand{\PJpsiOneS}{\PJgyi} +\DeclareRobustCommand{\Ppsi}{\Pgy} +\DeclareRobustCommand{\PpsiTwoS}{\Pgyii} + +%% Charmed mesons +%\DeclareRobustCommand{\PD}{\PD} %% in pennames +%\DeclareRobustCommand{\PDpm}{\PDpm} %% in pennames +%\DeclareRobustCommand{\PDmp}{\PDmp} %% in pennames +\DeclareRobustCommand{\PDzero}{\PDz} +\DeclareRobustCommand{\PDminus}{\PDm} +\DeclareRobustCommand{\PDplus}{\PDp} +\DeclareRobustCommand{\PDstar}{\PDst} +\DeclareRobustCommand{\APD}{\PaD} +\DeclareRobustCommand{\APDzero}{\PaDz} +\DeclareRobustCommand{\PDs}{\PsD} +\DeclareRobustCommand{\PDsminus}{\PsDm} +\DeclareRobustCommand{\PDsplus}{\PsDp} +\DeclareRobustCommand{\PDspm}{\PsDpm} +\DeclareRobustCommand{\PDsmp}{\PsDmp} +\DeclareRobustCommand{\PDsstar}{\PsDst} + +%% Higgses (including SUSY sector Higgses) +\DeclareRobustCommand{\PHiggs}{\PH} +\DeclareRobustCommand{\PHiggsheavy}{\PH} +\DeclareRobustCommand{\PHiggslight}{\Ph} +\DeclareRobustCommand{\PHiggsheavyzero}{\PHz} +\DeclareRobustCommand{\PHiggslightzero}{\Phz} +\DeclareRobustCommand{\PHiggsps}{\PA} +\DeclareRobustCommand{\PHiggspszero}{\PAz} +\DeclareRobustCommand{\PHiggsplus}{\PHp} +\DeclareRobustCommand{\PHiggsminus}{\PHm} +\DeclareRobustCommand{\PHiggspm}{\PHpm} +\DeclareRobustCommand{\PHiggsmp}{\PHmp} +\DeclareRobustCommand{\PHiggszero}{\PHz} + +%% SUSY partners +\DeclareRobustCommand{\PSHiggs}{\PSH} +\DeclareRobustCommand{\PSHiggsino}{\PSH} +\DeclareRobustCommand{\PSHiggsplus}{\PSHp} +\DeclareRobustCommand{\PSHiggsinoplus}{\PSHp} +\DeclareRobustCommand{\PSHiggsminus}{\PSHm} +\DeclareRobustCommand{\PSHiggsinominus}{\PSHm} +\DeclareRobustCommand{\PSHiggspm}{\PSHpm} +\DeclareRobustCommand{\PSHiggsinopm}{\PSHpm} +\DeclareRobustCommand{\PSHiggsmp}{\PSHmp} +\DeclareRobustCommand{\PSHiggsinomp}{\PSHmp} +\DeclareRobustCommand{\PSHiggszero}{\PSHz} +\DeclareRobustCommand{\PSHiggsinozero}{\PSHz} +%\DeclareRobustCommand{\PSB}{\PSB} % bino %% in pennames +\DeclareRobustCommand{\PSBino}{\PSB} % bino +%\DeclareRobustCommand{\PSW}{\PSW} %% in pennames +\DeclareRobustCommand{\PSWplus}{\PSWp} %% in pennames +\DeclareRobustCommand{\PSWminus}{\PSWm} %% in pennames +%\DeclareRobustCommand{\PSWpm}{\PSWpm} %% in pennames +%\DeclareRobustCommand{\PSWmp}{\PSWmp} %% in pennames +\DeclareRobustCommand{\PSWino}{\PSW} %% in pennames +\DeclareRobustCommand{\PSWinopm}{\PSWpm} %% in pennames +\DeclareRobustCommand{\PSWinomp}{\PSWmp} %% in pennames +%\DeclareRobustCommand{\PSZ}{\PSZ} %% in pennames +\DeclareRobustCommand{\PSZzero}{\PSZz} +%\DeclareRobustCommand{\PSe}{\PSe} %% in pennames +\DeclareRobustCommand{\PSphoton}{\PSgg} % photino +\DeclareRobustCommand{\PSphotino}{\PSgg} % photino +\DeclareRobustCommand{\Pphotino}{\PSgg} % photino +\DeclareRobustCommand{\PSmu}{\PSgm} % smuon +\DeclareRobustCommand{\PSnu}{\PSgn} % sneutrino +\DeclareRobustCommand{\PStau}{\PSgt} % stau +\DeclareRobustCommand{\PSino}{\PSgx} % neutralino/chargino +\DeclareRobustCommand{\PScharginopm}{\PSgxpm} % chargino \pm +\DeclareRobustCommand{\PScharginomp}{\PSgxmp} % chargino \mp +\DeclareRobustCommand{\PSneutralino}{\PSgxz} % neutralino +\DeclareRobustCommand{\PSneutralinoOne}{\PSgxzi} % lightest neutralino +\DeclareRobustCommand{\PSneutralinoTwo}{\PSgxzii} % next-to-lightest neutralino +\DeclareRobustCommand{\PSgluino}{\PSg} % gluino +\DeclareRobustCommand{\PSlepton}{\PSl} % slepton +\DeclareRobustCommand{\Pslepton}{\PSl} % duplicate slepton macro +\DeclareRobustCommand{\APSlepton}{\PaSl} % anti-slepton +\DeclareRobustCommand{\APslepton}{\PaSl} % anti-slepton + +%% Squarks +%\DeclareRobustCommand{\PSq}{\PSq} %% in pennames +\DeclareRobustCommand{\Psquark}{\PSq} +\DeclareRobustCommand{\APSq}{\PaSq} +\DeclareRobustCommand{\APsquark}{\PaSq} +% +\DeclareRobustCommand{\PSdown}{\PSqd} +\DeclareRobustCommand{\PSup}{\PSqu} +\DeclareRobustCommand{\PSstrange}{\PSqs} +\DeclareRobustCommand{\PScharm}{\PSqc} +\DeclareRobustCommand{\PSbottom}{\PSqb} +\DeclareRobustCommand{\PStop}{\PSqt} +\DeclareRobustCommand{\PASdown}{\PaSqd} +\DeclareRobustCommand{\PASup}{\PaSqu} +\DeclareRobustCommand{\PASstrange}{\PaSqs} +\DeclareRobustCommand{\PAScharm}{\PaSqc} +\DeclareRobustCommand{\PASbottom}{\PaSqb} +\DeclareRobustCommand{\PAStop}{\PaSqt} + +%% Even less formal names +\DeclareRobustCommand{\eplus}{\Pep} +\DeclareRobustCommand{\eminus}{\Pem} + +%% Just for completeness... +\endinput diff --git a/Master/texmf-dist/tex/latex/hepnames/heppennames.sty b/Master/texmf-dist/tex/latex/hepnames/heppennames.sty new file mode 100644 index 00000000000..c182f96917c --- /dev/null +++ b/Master/texmf-dist/tex/latex/hepnames/heppennames.sty @@ -0,0 +1,473 @@ +%% heppennames.sty --- A flexible re-implementation and extension +%% of pennames.sty using the hepparticles package +%% +%% It contains the definition of the short names for the PEN +%% Elementary Particle Naming Scheme, described in CNL 203, pp 8-11 +%% +%% Author: Andy Buckley <andy@insectnation.org> +%% based on pennames.sty by +%% Michel Goossens and Eric van Herwijnen +%% +%% This material is subject to the LaTeX Project Public License. +%% See http://www.ctan.org/tex-archive/help/Catalogue/licenses.lppl.html +%% for the details of that license. +%% +%% ------------------------------------------------------------- + +\def\fileversion{1.4} +\def\filedate{2007/03/07} +\NeedsTeXFormat{LaTeX2e} +\ProvidesPackage{heppennames}[\filedate\space Elementary Particle Naming Scheme (version \fileversion)] + +%% Declare package options: map directly on to options in hepparticles package +\DeclareOption{italic}{% + \PassOptionsToPackage{italic}{hepparticles}% +} +\DeclareOption{itforce}{% + \PassOptionsToPackage{itforce}{hepparticles}% +} +\DeclareOption{maybess}{% + \PassOptionsToPackage{maybess}{hepparticles}% +} +\DeclareOption{noss}{% + \PassOptionsToPackage{noss}{hepparticles}% +} +%% Process package options +\ProcessOptions + +%% Package dependancies +\RequirePackage{hepparticles} %% TODO depend on > 1.6 (date: 2005/03/01) +\RequirePackage{xspace} +\RequirePackage{amsmath} + +%% ------------------------------------------------------------- +%% The commands follow... +%% ------------------------------------------------------------- + +%% For referencing this package +\DeclareRobustCommand{\hepnames}{\texttt{hepnames}\xspace} +\DeclareRobustCommand{\heppennames}{\texttt{heppennames}\xspace} + + +%% ------------------------------------------------------------- +%% The particles... +%% ------------------------------------------------------------- + +%% B mesons +\DeclareRobustCommand{\PB}{\HepParticle{B}{}{}\xspace} +\DeclareRobustCommand{\PBpm}{\HepParticle{B}{}{\pm}\xspace} +\DeclareRobustCommand{\PBmp}{\HepParticle{B}{}{\mp}\xspace} +\DeclareRobustCommand{\PBp}{\HepParticle{B}{}{+}\xspace} +\DeclareRobustCommand{\PBm}{\HepParticle{B}{}{-}\xspace} +\DeclareRobustCommand{\PBz}{\HepParticle{B}{}{0}\xspace} +\DeclareRobustCommand{\PdB}{\HepParticle{B}{\Pqd}{0}\xspace} +\DeclareRobustCommand{\PuB}{\HepParticle{B}{}{+}\xspace} +\DeclareRobustCommand{\PcB}{\HepParticle{B}{\Pqc}{+}\xspace} +\DeclareRobustCommand{\PsB}{\HepParticle{B}{\Pqs}{0}\xspace} +\DeclareRobustCommand{\PaB}{\HepAntiParticle{B}{}{}\xspace} +\DeclareRobustCommand{\PaBz}{\HepAntiParticle{B}{}{0}\xspace} +\DeclareRobustCommand{\PadB}{\HepAntiParticle{B}{\Pqd}{0}\xspace} +\DeclareRobustCommand{\PauB}{\HepParticle{B}{}{-}\xspace} +\DeclareRobustCommand{\PacB}{\HepParticle{B}{\Pqc}{-}\xspace} +\DeclareRobustCommand{\PasB}{\HepAntiParticle{B}{\Pqs}{0}\xspace} + +%% Kaons +\DeclareRobustCommand{\PK}{\HepParticle{K}{}{}\xspace} % kaon +\DeclareRobustCommand{\PKpm}{\HepParticle{K}{}{\pm}\xspace} % charged kaon +\DeclareRobustCommand{\PKmp}{\HepParticle{K}{}{\mp}\xspace} % charged kaon +\DeclareRobustCommand{\PKm}{\HepParticle{K}{}{-}\xspace} % negative kaon +\DeclareRobustCommand{\PKp}{\HepParticle{K}{}{+}\xspace} % positive kaon +\DeclareRobustCommand{\PKz}{\HepParticle{K}{}{0}\xspace} % neutral kaon +\DeclareRobustCommand{\PKzL}{\HepParticle{K}{L}{0}\xspace} % K-long +\DeclareRobustCommand{\PKzS}{\HepParticle{K}{S}{0}\xspace} % K-short +\DeclareRobustCommand{\PKst}{\HepParticle{K}{}{\ast}\xspace} % K star +\DeclareRobustCommand{\PaK}{\HepAntiParticle{K}{}{}\xspace} % anti-kaon +\DeclareRobustCommand{\PaKz}{\HepAntiParticle{K}{}{0}\xspace} % neutral anti-kaon +\DeclareRobustCommand{\PKeiii}{\HepParticle{K}{e3}{}\xspace} +\DeclareRobustCommand{\PKgmiii}{\HepParticle{K}{\mu3}{}\xspace} +\DeclareRobustCommand{\PKzeiii}{\HepParticle{K}{e3}{0}\xspace} +\DeclareRobustCommand{\PKzgmiii}{\HepParticle{K}{\mu3}{0}\xspace} +\DeclareRobustCommand{\PKia}{\HepParticleResonanceFull{K}{1}{}{1400}{}{}\xspace} +\DeclareRobustCommand{\PKii}{\HepParticleResonanceFull{K}{2}{}{1770}{}{}\xspace} +\DeclareRobustCommand{\PKi}{\HepParticleResonanceFull{K}{1}{}{1270}{}{}\xspace} +\DeclareRobustCommand{\PKsti}{\HepParticleResonance{\PKst}{892}{}{}\xspace} +\DeclareRobustCommand{\PKsta}{\HepParticleResonance{\PKst}{1370}{}{}\xspace} +\DeclareRobustCommand{\PKstb}{\HepParticleResonance{\PKst}{1680}{}{}\xspace} +\DeclareRobustCommand{\PKstiii}{\HepParticleResonanceFull{K}{3}{\ast}{1780}{}{}\xspace} +\DeclareRobustCommand{\PKstii}{\HepParticleResonanceFull{K}{2}{\ast}{1430}{}{}\xspace} +\DeclareRobustCommand{\PKstiv}{\HepParticleResonanceFull{K}{4}{\ast}{2045}{}{}\xspace} +\DeclareRobustCommand{\PKstz}{\HepParticleResonanceFull{K}{0}{\ast}{1430}{}{}\xspace} + +%% N resonances +\DeclareRobustCommand{\PN}{\HepParticle{N}{}{}\xspace} +\DeclareRobustCommand{\PNa}{\HepParticleResonanceFormal{\PN}{1440}{}{}{P}{11}{}\xspace} +\DeclareRobustCommand{\PNb}{\HepParticleResonanceFormal{\PN}{1520}{}{}{D}{13}{}\xspace} +\DeclareRobustCommand{\PNc}{\HepParticleResonanceFormal{\PN}{1535}{}{}{S}{11}{}\xspace} +\DeclareRobustCommand{\PNd}{\HepParticleResonanceFormal{\PN}{1650}{}{}{S}{11}{}\xspace} +\DeclareRobustCommand{\PNe}{\HepParticleResonanceFormal{\PN}{1675}{}{}{D}{15}{}\xspace} +\DeclareRobustCommand{\PNf}{\HepParticleResonanceFormal{\PN}{1680}{}{}{F}{15}{}\xspace} +\DeclareRobustCommand{\PNg}{\HepParticleResonanceFormal{\PN}{1700}{}{}{D}{13}{}\xspace} +\DeclareRobustCommand{\PNh}{\HepParticleResonanceFormal{\PN}{1710}{}{}{P}{11}{}\xspace} +\DeclareRobustCommand{\PNi}{\HepParticleResonanceFormal{\PN}{1720}{}{}{P}{13}{}\xspace} +\DeclareRobustCommand{\PNj}{\HepParticleResonanceFormal{\PN}{2190}{}{}{G}{17}{}\xspace} +\DeclareRobustCommand{\PNk}{\HepParticleResonanceFormal{\PN}{2220}{}{}{H}{19}{}\xspace} +\DeclareRobustCommand{\PNl}{\HepParticleResonanceFormal{\PN}{2250}{}{}{G}{19}{}\xspace} +\DeclareRobustCommand{\PNm}{\HepParticleResonanceFormal{\PN}{2600}{}{}{I}{1,11}{}\xspace} + +%% Bosons +\DeclareRobustCommand{\Pg}{\HepParticle{g}{}{}\xspace} % gluon +\DeclareRobustCommand{\Pgg}{\HepParticle{\gamma}{}{}\xspace} % photon +\DeclareRobustCommand{\PW}{\HepParticle{W}{}{}\xspace} % W boson +\DeclareRobustCommand{\PWpm}{\HepParticle{W}{}{\pm}\xspace} % charged W boson +\DeclareRobustCommand{\PWmp}{\HepParticle{W}{}{\mp}\xspace} % charged W boson +\DeclareRobustCommand{\PWp}{\HepParticle{W}{}{+}\xspace} % W-plus +\DeclareRobustCommand{\PWm}{\HepParticle{W}{}{-}\xspace} % W-minus +\DeclareRobustCommand{\PWR}{\HepParticle{W}{R}{}\xspace} +\DeclareRobustCommand{\PWpr}{\HepParticle{W}{}{\prime}\xspace} % W-prime boson +\DeclareRobustCommand{\PZ}{\HepParticle{Z}{}{}\xspace} % Z boson +\DeclareRobustCommand{\PZz}{\HepParticle{Z}{}{0}\xspace} % neutral Z boson +\DeclareRobustCommand{\PZpr}{\HepParticle{Z}{}{\prime}\xspace} % Z-prime boson +\DeclareRobustCommand{\PZLR}{\HepParticle{Z}{LR}{}\xspace} % left-right Z boson +\DeclareRobustCommand{\PZgc}{\HepParticle{Z}{\chi}{}\xspace} +\DeclareRobustCommand{\PZge}{\HepParticle{Z}{\eta}{}\xspace} +\DeclareRobustCommand{\PZgy}{\HepParticle{Z}{\psi}{}\xspace} +\DeclareRobustCommand{\PZi}{\HepParticle{Z}{1}{}\xspace} +\DeclareRobustCommand{\PAz}{\HepParticle{A}{}{\mspace{-2mu}0}\xspace} % axion + +%% Higgs (inc. SUSY Higgs) +\DeclareRobustCommand{\PH}{\HepParticle{H}{}{}\xspace} % standard/heavy Higgs +\DeclareRobustCommand{\PHz}{\HepParticle{H}{}{0}\xspace} % explicitly neutral standard/heavy Higgs +\DeclareRobustCommand{\Ph}{\HepParticle{h}{}{}\xspace} % light Higgs +\DeclareRobustCommand{\Phz}{\HepParticle{h}{}{0}\xspace} % explicitly neutral light Higgs +\DeclareRobustCommand{\PA}{\HepParticle{A}{}{}\xspace} % pseudoscalar Higgs +%\DeclareRobustCommand{\PAz}{\HepParticle{A}{}{\mspace{-2mu}0}\xspace}\xspace} % explicitly neutral pseudoscalar Higgs +\DeclareRobustCommand{\PHpm}{\HepParticle{H}{}{\pm}\xspace} % charged Higgs +\DeclareRobustCommand{\PHmp}{\HepParticle{H}{}{\mp}\xspace} % charged Higgs +\DeclareRobustCommand{\PHp}{\HepParticle{H}{}{+}\xspace} % positive-charged Higgs +\DeclareRobustCommand{\PHm}{\HepParticle{H}{}{-}\xspace} % negative-charged Higgs + + +%% Leptons +\DeclareRobustCommand{\Pl}{\HepGenParticle{\ell}{}{}\xspace} % lepton +\DeclareRobustCommand{\Plpm}{\HepGenParticle{\ell}{}{\pm}\xspace} % charged lepton +\DeclareRobustCommand{\Plmp}{\HepGenParticle{\ell}{}{\mp}\xspace} % charged lepton +\DeclareRobustCommand{\Plp}{\HepGenParticle{\ell}{}{+}\xspace} % positive lepton +\DeclareRobustCommand{\Plm}{\HepGenParticle{\ell}{}{-}\xspace} % negative lepton +\DeclareRobustCommand{\Pal}{\HepGenAntiParticle{\ell}{}{}\xspace} % anti-lepton +\DeclareRobustCommand{\Pgn}{\HepGenParticle{\nu}{}{}\xspace} % generic neutrino +\DeclareRobustCommand{\Pgnl}{\HepGenParticle{\nu}{\ell}{}\xspace} % neutrino (for lepton \ell) +\DeclareRobustCommand{\Pagn}{\HepGenAntiParticle{\nu}{}{}\xspace} % generic anti-neutrino +\DeclareRobustCommand{\Pagnl}{\HepGenAntiParticle{\nu}{\ell}{}\xspace} % anti-neutrino (for lepton \ell) +\DeclareRobustCommand{\Pe}{\HepParticle{e}{}{}\xspace} % electronic +\DeclareRobustCommand{\Pepm}{\HepParticle{e}{}{\pm}\xspace} % e plus/minus +\DeclareRobustCommand{\Pemp}{\HepParticle{e}{}{\mp}\xspace} % e minus/plus +\DeclareRobustCommand{\Pem}{\HepParticle{e}{}{-}\xspace} % electron +\DeclareRobustCommand{\Pep}{\HepParticle{e}{}{+}\xspace} % positron +\DeclareRobustCommand{\Pgm}{\HepParticle{\mu}{}{}\xspace} % muonic +\DeclareRobustCommand{\Pgmpm}{\HepParticle{\mu}{}{\pm}\xspace} % mu plus/minus +\DeclareRobustCommand{\Pgmmp}{\HepParticle{\mu}{}{\mp}\xspace} % mu minus/plus +\DeclareRobustCommand{\Pgmm}{\HepParticle{\mu}{}{-}\xspace} % muon +\DeclareRobustCommand{\Pgmp}{\HepParticle{\mu}{}{+}\xspace} % anti-muon +\DeclareRobustCommand{\Pgt}{\HepParticle{\tau}{}{}\xspace} % tauonic +\DeclareRobustCommand{\Pgtpm}{\HepParticle{\tau}{}{\pm}\xspace} % tau plus/minus +\DeclareRobustCommand{\Pgtmp}{\HepParticle{\tau}{}{\mp}\xspace} % tau minus/plus +\DeclareRobustCommand{\Pgtm}{\HepParticle{\tau}{}{-}\xspace} % tau lepton +\DeclareRobustCommand{\Pgtp}{\HepParticle{\tau}{}{+}\xspace} % anti-tau +\DeclareRobustCommand{\Pgne}{\HepParticle{\nu}{\!e}{}\xspace} % electron neutrino +\DeclareRobustCommand{\Pgngm}{\HepParticle{\nu}{\!\mu}{}\xspace} % muon neutrino +\DeclareRobustCommand{\Pgngt}{\HepParticle{\nu}{\!\tau}{}\xspace} % tau neutrino +\DeclareRobustCommand{\Pagne}{\HepAntiParticle{\nu}{\!e}{}\xspace} % electron anti-neutrino +\DeclareRobustCommand{\Pagngm}{\HepAntiParticle{\nu}{\!\mu}{}\xspace} % muon anti-neutrino +\DeclareRobustCommand{\Pagngt}{\HepAntiParticle{\nu}{\!\tau}{}\xspace} % tau anti-neutrino + +%% Quarks +\DeclareRobustCommand{\Pq}{\HepGenParticle{q}{}{}\xspace} % quark +\DeclareRobustCommand{\Paq}{\HepGenAntiParticle{q}{}{}\xspace} % anti-quark +\DeclareRobustCommand{\Pqd}{\HepParticle{d}{}{}\xspace} % down quark +\DeclareRobustCommand{\Pqu}{\HepParticle{u}{}{}\xspace} % up quark +\DeclareRobustCommand{\Pqs}{\HepParticle{s}{}{}\xspace} % strange quark +\DeclareRobustCommand{\Pqc}{\HepParticle{c}{}{}\xspace} % charm quark +\DeclareRobustCommand{\Pqb}{\HepParticle{b}{}{}\xspace} % bottom quark +\DeclareRobustCommand{\Pqt}{\HepParticle{t}{}{}\xspace} % top quark +\DeclareRobustCommand{\Paqd}{\HepAntiParticle{d}{}{}\xspace} % down anti-quark +\DeclareRobustCommand{\Paqu}{\HepAntiParticle{u}{}{}\xspace} % up anti-quark +\DeclareRobustCommand{\Paqs}{\HepAntiParticle{s}{}{}\xspace} % strange anti-quark +\DeclareRobustCommand{\Paqc}{\HepAntiParticle{c}{}{}\xspace} % charm anti-quark +\DeclareRobustCommand{\Paqb}{\HepAntiParticle{b}{}{}\xspace} % bottom anti-quark +\DeclareRobustCommand{\Paqt}{\HepAntiParticle{t}{}{}\xspace} % top anti-quark +% I don't like these versions... +%\DeclareRobustCommand{\Pqb}{\HepParticle{q}{b}{}\xspace} +%\DeclareRobustCommand{\Pqc}{\HepParticle{q}{c}{}\xspace} +%\DeclareRobustCommand{\Pqd}{\HepParticle{q}{d}{}\xspace} +%\DeclareRobustCommand{\Pqs}{\HepParticle{q}{s}{}\xspace} +%\DeclareRobustCommand{\Pqt}{\HepParticle{q}{t}{}\xspace} +%\DeclareRobustCommand{\Pqu}{\HepParticle{q}{u}{}\xspace} +%\DeclareRobustCommand{\Pq}{\HepGenParticle{q}{}{}\xspace} +%\DeclareRobustCommand{\Paqb}{\HepAntiParticle{q}{b}{}\xspace} % anti-bottom quark +%\DeclareRobustCommand{\Paqc}{\HepAntiParticle{q}{c}{}\xspace} % anti-charm quark +%\DeclareRobustCommand{\Paqd}{\HepAntiParticle{q}{d}{}\xspace} % anti-down quark +%\DeclareRobustCommand{\Paqs}{\HepAntiParticle{q}{s}{}\xspace} % anti-strange quark +%\DeclareRobustCommand{\Paqt}{\HepAntiParticle{q}{t}{}\xspace} % anti-top quark +%\DeclareRobustCommand{\Paqu}{\HepAntiParticle{q}{u}{}\xspace} % anti-up quark +%\DeclareRobustCommand{\Paq}{\HepAntiParticle{q}{}{}\xspace} % anti-quark + +%% Nucleons +\DeclareRobustCommand{\Pp}{\HepParticle{p}{}{}\xspace} % proton +\DeclareRobustCommand{\Pn}{\HepParticle{n}{}{}\xspace} % neutron +\DeclareRobustCommand{\Pap}{\HepAntiParticle{p}{}{}\xspace} % anti-proton +\DeclareRobustCommand{\Pan}{\HepAntiParticle{n}{}{}\xspace} % anti-neutron + +%% Chi_c mesons +\DeclareRobustCommand{\Pcgc}{\HepParticle{\chi}{c}{}\xspace} +\DeclareRobustCommand{\Pcgcii}{\HepParticleResonanceFull{\chi}{c2}{}{1P}{}{}\xspace} +\DeclareRobustCommand{\Pcgci}{\HepParticleResonanceFull{\chi}{c1}{}{1P}{}{}\xspace} +\DeclareRobustCommand{\Pcgcz}{\HepParticleResonanceFull{\chi}{c0}{}{1P}{}{}\xspace} + +%% f baryons +\DeclareRobustCommand{\Pfia}{\HepParticleResonanceFull{f}{1}{}{1390}{}{}\xspace} +\DeclareRobustCommand{\Pfib}{\HepParticleResonanceFull{f}{1}{}{1510}{}{}\xspace} +\DeclareRobustCommand{\Pfiia}{\HepParticleResonanceFull{f}{2}{}{1720}{}{}\xspace} +\DeclareRobustCommand{\Pfiib}{\HepParticleResonanceFull{f}{2}{}{2010}{}{}\xspace} +\DeclareRobustCommand{\Pfiic}{\HepParticleResonanceFull{f}{2}{}{2300}{}{}\xspace} +\DeclareRobustCommand{\Pfiid}{\HepParticleResonanceFull{f}{2}{}{2340}{}{}\xspace} +\DeclareRobustCommand{\Pfiipr}{\HepParticleResonanceFull{f}{2}{\prime}{1525}{}{}\xspace} +\DeclareRobustCommand{\Pfii}{\HepParticleResonanceFull{f}{2}{}{1270}{}{}\xspace} +\DeclareRobustCommand{\Pfiv}{\HepParticleResonanceFull{f}{4}{}{2050}{}{}\xspace} +\DeclareRobustCommand{\Pfi}{\HepParticleResonanceFull{f}{1}{}{1285}{}{}\xspace} +\DeclareRobustCommand{\Pfza}{\HepParticleResonanceFull{f}{0}{}{1400}{}{}\xspace} +\DeclareRobustCommand{\Pfzb}{\HepParticleResonanceFull{f}{0}{}{1590}{}{}\xspace} +\DeclareRobustCommand{\Pfz}{\HepParticleResonanceFull{f}{0}{}{975}{}{}\xspace} + +%% Delta baryons +\DeclareRobustCommand{\PgD}{\HepParticle{\Delta}{}{}\xspace} +\DeclareRobustCommand{\PgDa}{\HepParticleResonanceFormal{\PgD}{1232}{}{}{P}{33}{}\xspace} +\DeclareRobustCommand{\PgDb}{\HepParticleResonanceFormal{\PgD}{1620}{}{}{S}{31}{}\xspace} +\DeclareRobustCommand{\PgDc}{\HepParticleResonanceFormal{\PgD}{1700}{}{}{D}{33}{}\xspace} +\DeclareRobustCommand{\PgDd}{\HepParticleResonanceFormal{\PgD}{1900}{}{}{S}{31}{}\xspace} +\DeclareRobustCommand{\PgDe}{\HepParticleResonanceFormal{\PgD}{1905}{}{}{F}{35}{}\xspace} +\DeclareRobustCommand{\PgDf}{\HepParticleResonanceFormal{\PgD}{1910}{}{}{P}{31}{}\xspace} +\DeclareRobustCommand{\PgDh}{\HepParticleResonanceFormal{\PgD}{1920}{}{}{P}{33}{}\xspace} +\DeclareRobustCommand{\PgDi}{\HepParticleResonanceFormal{\PgD}{1930}{}{}{D}{35}{}\xspace} +\DeclareRobustCommand{\PgDj}{\HepParticleResonanceFormal{\PgD}{1950}{}{}{F}{37}{}\xspace} +\DeclareRobustCommand{\PgDk}{\HepParticleResonanceFormal{\PgD}{2420}{}{}{H}{3,11}{}\xspace} + +%% Lambda baryons +\DeclareRobustCommand{\PgL}{\HepParticle{\Lambda}{}{}\xspace} %% Lambda +\DeclareRobustCommand{\PagL}{\HepAntiParticle{\Lambda}{}{}\xspace} %% Anti-lambda +\DeclareRobustCommand{\PcgLp}{\HepParticle{\Lambda}{\,c}{+}\xspace} %% Lambda_c +\DeclareRobustCommand{\PbgL}{\HepParticle{\Lambda}{b}{}\xspace} %% Lambda_b +\DeclareRobustCommand{\PgLa}{\HepParticleResonanceFormal{\PgL}{1405}{}{}{S}{01}{}\xspace} +\DeclareRobustCommand{\PgLb}{\HepParticleResonanceFormal{\PgL}{1520}{}{}{D}{03}{}\xspace} +\DeclareRobustCommand{\PgLc}{\HepParticleResonanceFormal{\PgL}{1600}{}{}{P}{01}{}\xspace} +\DeclareRobustCommand{\PgLd}{\HepParticleResonanceFormal{\PgL}{1670}{}{}{S}{01}{}\xspace} +\DeclareRobustCommand{\PgLe}{\HepParticleResonanceFormal{\PgL}{1690}{}{}{D}{03}{}\xspace} +\DeclareRobustCommand{\PgLf}{\HepParticleResonanceFormal{\PgL}{1800}{}{}{S}{01}{}\xspace} +\DeclareRobustCommand{\PgLg}{\HepParticleResonanceFormal{\PgL}{1810}{}{}{P}{01}{}\xspace} +\DeclareRobustCommand{\PgLh}{\HepParticleResonanceFormal{\PgL}{1820}{}{}{F}{05}{}\xspace} +\DeclareRobustCommand{\PgLi}{\HepParticleResonanceFormal{\PgL}{1830}{}{}{D}{05}{}\xspace} +\DeclareRobustCommand{\PgLj}{\HepParticleResonanceFormal{\PgL}{1890}{}{}{P}{03}{}\xspace} +\DeclareRobustCommand{\PgLk}{\HepParticleResonanceFormal{\PgL}{2100}{}{}{G}{07}{}\xspace} +\DeclareRobustCommand{\PgLl}{\HepParticleResonanceFormal{\PgL}{2110}{}{}{F}{05}{}\xspace} +\DeclareRobustCommand{\PgLm}{\HepParticleResonanceFormal{\PgL}{2350}{}{}{H}{09}{}\xspace} + +%% Omega +\DeclareRobustCommand{\PgO}{\HepParticle{\Omega}{}{}\xspace} %% Omega +\DeclareRobustCommand{\PgOpm}{\HepParticle{\Omega}{}{\pm}\xspace} %% charged Omega +\DeclareRobustCommand{\PgOmp}{\HepParticle{\Omega}{}{\mp}\xspace} %% charged Omega +\DeclareRobustCommand{\PgOp}{\HepParticle{\Omega}{}{+}\xspace} %% Omega-plus +\DeclareRobustCommand{\PgOm}{\HepParticle{\Omega}{}{-}\xspace} %% Omega-minus +\DeclareRobustCommand{\PgOma}{\HepParticleResonanceFull{\Omega}{}{}{2250}{}{-}\xspace} +\DeclareRobustCommand{\PagO}{\HepAntiParticle{\Omega}{}{}\xspace} % new %% anti-Omega +\DeclareRobustCommand{\PagOp}{\HepAntiParticle{\Omega}{}{+}\xspace} %% anti-Omega-plus +\DeclareRobustCommand{\PagOm}{\HepAntiParticle{\Omega}{}{-}\xspace} %% anti-Omega-minus + +%% Sigma baryons +\DeclareRobustCommand{\PgS}{\HepParticle{\Sigma}{}{}\xspace} %% Sigma +\DeclareRobustCommand{\PgSpm}{\HepParticle{\Sigma}{}{\pm}\xspace} %% charged Sigma +\DeclareRobustCommand{\PgSmp}{\HepParticle{\Sigma}{}{\mp}\xspace} %% charged Sigma +\DeclareRobustCommand{\PgSm}{\HepParticle{\Sigma}{}{-}\xspace} +\DeclareRobustCommand{\PgSp}{\HepParticle{\Sigma}{}{+}\xspace} +\DeclareRobustCommand{\PgSz}{\HepParticle{\Sigma}{}{0}\xspace} +\DeclareRobustCommand{\PcgS}{\HepParticle{\Sigma}{c}{}\xspace} +\DeclareRobustCommand{\PagSm}{\HepAntiParticle{\Sigma}{}{-}\xspace} +\DeclareRobustCommand{\PagSp}{\HepAntiParticle{\Sigma}{}{+}\xspace} +\DeclareRobustCommand{\PagSz}{\HepAntiParticle{\Sigma}{}{0}\xspace} +\DeclareRobustCommand{\PacgS}{\HepAntiParticle{\Sigma}{c}{}\xspace} +\DeclareRobustCommand{\PgSa}{\HepParticleResonanceFormal{\PgS}{1385}{}{}{P}{13}{}\xspace} +\DeclareRobustCommand{\PgSb}{\HepParticleResonanceFormal{\PgS}{1660}{}{}{P}{11}{}\xspace} +\DeclareRobustCommand{\PgSc}{\HepParticleResonanceFormal{\PgS}{1670}{}{}{D}{13}{}\xspace} +\DeclareRobustCommand{\PgSd}{\HepParticleResonanceFormal{\PgS}{1750}{}{}{S}{11}{}\xspace} +\DeclareRobustCommand{\PgSe}{\HepParticleResonanceFormal{\PgS}{1775}{}{}{D}{15}{}\xspace} +\DeclareRobustCommand{\PgSf}{\HepParticleResonanceFormal{\PgS}{1915}{}{}{F}{15}{}\xspace} +\DeclareRobustCommand{\PgSg}{\HepParticleResonanceFormal{\PgS}{1940}{}{}{D}{13}{}\xspace} +\DeclareRobustCommand{\PgSh}{\HepParticleResonanceFormal{\PgS}{2030}{}{}{F}{17}{}\xspace} +\DeclareRobustCommand{\PgSi}{\HepParticleResonance{\PgS}{2050}{}{}\xspace} +\DeclareRobustCommand{\PcgSi}{\HepParticleResonance{\PcgS}{2455}{}{}\xspace} + +%% Upsilon +\DeclareRobustCommand{\PgU}{\HepParticle{\Upsilon}{}{}\xspace} +\DeclareRobustCommand{\PgUi}{\HepParticleResonance{\PgU}{1S}{}{}\xspace} +\DeclareRobustCommand{\PgUa}{\HepParticleResonance{\PgU}{2S}{}{}\xspace} +\DeclareRobustCommand{\PgUb}{\HepParticleResonance{\PgU}{3S}{}{}\xspace} +\DeclareRobustCommand{\PgUc}{\HepParticleResonance{\PgU}{4S}{}{}\xspace} +\DeclareRobustCommand{\PgUd}{\HepParticleResonance{\PgU}{10860}{}{}\xspace} +\DeclareRobustCommand{\PgUe}{\HepParticleResonance{\PgU}{11020}{}{}\xspace} + +%% Xi +\DeclareRobustCommand{\PgX}{\HepParticle{\Xi}{}{}\xspace} +\DeclareRobustCommand{\PgXp}{\HepParticle{\Xi}{}{+}\xspace} +\DeclareRobustCommand{\PgXm}{\HepParticle{\Xi}{}{-}\xspace} +\DeclareRobustCommand{\PgXz}{\HepAntiParticle{\Xi}{}{0}\xspace} +\DeclareRobustCommand{\PgXa}{\HepParticleResonanceFormalFull{\Xi}{}{}{1530}{}{}{P}{13}{}\xspace} +\DeclareRobustCommand{\PgXb}{\HepParticleResonanceFull{\Xi}{}{}{1690}{}{}\xspace} +\DeclareRobustCommand{\PgXc}{\HepParticleResonanceFormalFull{\Xi}{}{}{1820}{}{}{D}{13}{}\xspace} +\DeclareRobustCommand{\PgXd}{\HepParticleResonanceFull{\Xi}{}{}{1950}{}{}\xspace} +\DeclareRobustCommand{\PgXe}{\HepParticleResonanceFull{\Xi}{}{}{2030}{}{}\xspace} +\DeclareRobustCommand{\PagXp}{\HepAntiParticle{\Xi}{}{+}\xspace} +\DeclareRobustCommand{\PagXm}{\HepAntiParticle{\Xi}{}{-}\xspace} +\DeclareRobustCommand{\PagXz}{\HepAntiParticle{\Xi}{}{0}\xspace} +\DeclareRobustCommand{\PcgXp}{\HepParticle{\Xi}{\,c}{+}\xspace} +\DeclareRobustCommand{\PcgXz}{\HepParticle{\Xi}{c}{0}\xspace} + +%% Strange mesons +\DeclareRobustCommand{\Pgf}{\HepParticle{\phi}{}{}\xspace} +\DeclareRobustCommand{\Pgfi}{\HepParticleResonance{\Pgf}{1020}{}{}\xspace} +\DeclareRobustCommand{\Pgfa}{\HepParticleResonance{\Pgf}{1680}{}{}\xspace} +\DeclareRobustCommand{\Pgfiii}{\HepParticleResonanceFull{\phi}{3}{}{1850}{}{}\xspace} + +%% Eta mesons +\DeclareRobustCommand{\Pgh}{\HepParticle{\eta}{}{}\xspace} +\DeclareRobustCommand{\Pghpr}{\HepParticle{\eta}{}{\prime}\xspace} +\DeclareRobustCommand{\Pcgh}{\HepParticle{\eta}{\Pqc}{}\xspace} +\DeclareRobustCommand{\Pgha}{\HepParticleResonance{\Pgh}{1295}{}{}\xspace} +\DeclareRobustCommand{\Pghb}{\HepParticleResonance{\Pgh}{1440}{}{}\xspace} +\DeclareRobustCommand{\Pghpri}{\HepParticleResonance{\Pghpr}{958}{}{}\xspace} +\DeclareRobustCommand{\Pcghi}{\HepParticleResonance{\Pcgh}{1S}{}{}\xspace} + +%% omega mesons +\DeclareRobustCommand{\Pgo}{\HepParticle{\omega}{}{}\xspace} +\DeclareRobustCommand{\Pgoi}{\HepParticleResonance{\Pgo}{783}{}{}\xspace} +\DeclareRobustCommand{\Pgoa}{\HepParticleResonance{\Pgo}{1390}{}{}\xspace} +\DeclareRobustCommand{\Pgob}{\HepParticleResonance{\Pgo}{1600}{}{}\xspace} +\DeclareRobustCommand{\Pgoiii}{\HepParticleResonance{\Pgo}{3}{}{1670}{}{}\xspace} + +%% Pions +\DeclareRobustCommand{\Pgp}{\HepParticle{\pi}{}{}\xspace} % pion +\DeclareRobustCommand{\Pgppm}{\HepParticle{\pi}{}{\pm}\xspace} % charged pion +\DeclareRobustCommand{\Pgpmp}{\HepParticle{\pi}{}{\mp}\xspace} % charged pion +\DeclareRobustCommand{\Pgpm}{\HepParticle{\pi}{}{-}\xspace} % negative pion +\DeclareRobustCommand{\Pgpp}{\HepParticle{\pi}{}{+}\xspace} % positive pion +\DeclareRobustCommand{\Pgpz}{\HepParticle{\pi}{}{0}\xspace} % neutral pion +\DeclareRobustCommand{\Pgpa}{\HepParticleResonanceFull{\pi}{}{}{1300}{}{}\xspace} +\DeclareRobustCommand{\Pgpii}{\HepParticleResonanceFull{\pi}{2}{}{1670}{}{}\xspace} + +%% Rho mesons +\DeclareRobustCommand{\Pgr}{\HepParticle{\rho}{}{}\xspace} % resonance removed +\DeclareRobustCommand{\Pgrp}{\HepParticle{\rho}{}{+}\xspace} +\DeclareRobustCommand{\Pgrm}{\HepParticle{\rho}{}{-}\xspace} +\DeclareRobustCommand{\Pgrpm}{\HepParticle{\rho}{}{\pm}\xspace} +\DeclareRobustCommand{\Pgrmp}{\HepParticle{\rho}{}{\mp}\xspace} +\DeclareRobustCommand{\Pgrz}{\HepParticle{\rho}{}{0}\xspace} +\DeclareRobustCommand{\Pgri}{\HepParticleResonanceFull{\rho}{}{}{770}{}{}\xspace} % new +\DeclareRobustCommand{\Pgra}{\HepParticleResonanceFull{\rho}{}{}{1450}{}{}\xspace} +\DeclareRobustCommand{\Pgrb}{\HepParticleResonanceFull{\rho}{}{}{1700}{}{}\xspace} +\DeclareRobustCommand{\Pgriii}{\HepParticleResonanceFull{\rho}{3}{}{1690}{}{}\xspace} + +%% Psi resonances +\DeclareRobustCommand{\PJgy}{\HepParticle{J\mspace{-2mu}/\mspace{-2mu}\psi}{}{}\xspace} +\DeclareRobustCommand{\PJgyi}{\HepParticleResonance{\PJgy}{1S}{}{}\xspace} +\DeclareRobustCommand{\Pgy}{\HepParticle{\psi}{}{}\xspace} +\DeclareRobustCommand{\Pgyii}{\HepParticleResonance{\Pgy}{2S}{}{}\xspace} +\DeclareRobustCommand{\Pgya}{\HepParticleResonance{\Pgy}{3770}{}{}\xspace} +\DeclareRobustCommand{\Pgyb}{\HepParticleResonance{\Pgy}{4040}{}{}\xspace} +\DeclareRobustCommand{\Pgyc}{\HepParticleResonance{\Pgy}{4160}{}{}\xspace} +\DeclareRobustCommand{\Pgyd}{\HepParticleResonance{\Pgy}{4415}{}{}\xspace} + +%% Charmed mesons +\DeclareRobustCommand{\PD}{\HepParticle{D}{}{}\xspace} +\DeclareRobustCommand{\PDpm}{\HepParticle{D}{}{\pm}\xspace} +\DeclareRobustCommand{\PDmp}{\HepParticle{D}{}{\mp}\xspace} +\DeclareRobustCommand{\PDz}{\HepParticle{D}{}{0}\xspace} +\DeclareRobustCommand{\PDm}{\HepParticle{D}{}{-}\xspace} +\DeclareRobustCommand{\PDp}{\HepParticle{D}{}{+}\xspace} +\DeclareRobustCommand{\PDst}{\HepParticle{D}{}{\ast}\xspace} +\DeclareRobustCommand{\PaD}{\HepAntiParticle{D}{}{}\xspace} +\DeclareRobustCommand{\PaDz}{\HepAntiParticle{D}{}{0}\xspace} +\DeclareRobustCommand{\PsD}{\HepParticle{D}{s}{}\xspace} % new 2005-07-08 +\DeclareRobustCommand{\PsDm}{\HepParticle{D}{\,s}{-}\xspace} +\DeclareRobustCommand{\PsDp}{\HepParticle{D}{\,s}{+}\xspace} +\DeclareRobustCommand{\PsDpm}{\HepParticle{D}{\,s}{\pm}\xspace} +\DeclareRobustCommand{\PsDmp}{\HepParticle{D}{\,s}{\mp}\xspace} +\DeclareRobustCommand{\PsDst}{\HepParticle{D}{s}{\ast}\xspace} +\DeclareRobustCommand{\PsDipm}{\HepParticleResonanceFull{D}{s1}{}{2536}{}{\pm}\xspace} +\DeclareRobustCommand{\PsDimp}{\HepParticleResonanceFull{D}{s1}{}{2536}{}{\mp}\xspace} +\DeclareRobustCommand{\PDiz}{\HepParticleResonanceFull{D}{1}{}{2420}{}{0}\xspace} +\DeclareRobustCommand{\PDstiiz}{\HepParticleResonanceFull{D}{2}{\ast}{2460}{}{0}\xspace} +\DeclareRobustCommand{\PDstpm}{\HepParticleResonanceFull{D}{}{\ast}{2010}{}{\pm}\xspace} +\DeclareRobustCommand{\PDstmp}{\HepParticleResonanceFull{D}{}{\ast}{2010}{}{\mp}\xspace} +\DeclareRobustCommand{\PDstz}{\HepParticleResonanceFull{D}{}{\ast}{2010}{}{0}\xspace} + +%% Random things +\DeclareRobustCommand{\PEz}{\HepParticle{E}{}{0}\xspace} +\DeclareRobustCommand{\PLpm}{\HepParticle{L}{}{\mspace{-1mu}\pm}\xspace} +\DeclareRobustCommand{\PLmp}{\HepParticle{L}{}{\mspace{-1mu}\mp}\xspace} +\DeclareRobustCommand{\PLz}{\HepParticle{L}{}{\mspace{-1mu}0}\xspace} +%% a hadrons: bit of a collision with the antiparticle marker token... +\DeclareRobustCommand{\Paii}{\HepParticleResonanceFull{a}{2}{}{1320}{}{}\xspace} +\DeclareRobustCommand{\Pai}{\HepParticleResonanceFull{a}{1}{}{1260}{}{}\xspace} +\DeclareRobustCommand{\Paz}{\HepParticleResonanceFull{a}{0}{}{980}{}{}\xspace} +\DeclareRobustCommand{\Pbgcia}{\HepParticleResonanceFull{\chi}{b1}{}{2P}{}{}\xspace} +\DeclareRobustCommand{\Pbgciia}{\HepParticleResonanceFull{\chi}{b2}{}{2P}{}{}\xspace} +\DeclareRobustCommand{\Pbgcii}{\HepParticleResonanceFull{\chi}{b2}{}{1P}{}{}\xspace} +\DeclareRobustCommand{\Pbgci}{\HepParticleResonanceFull{\chi}{b1}{}{1P}{}{}\xspace} +\DeclareRobustCommand{\Pbgcza}{\HepParticleResonanceFull{\chi}{b0}{}{2P}{}{}\xspace} +\DeclareRobustCommand{\Pbgcz}{\HepParticleResonanceFull{\chi}{b0}{}{1P}{}{}\xspace} +\DeclareRobustCommand{\Pbi}{\HepParticleResonanceFull{b}{1}{}{1235}{}{}\xspace} +\DeclareRobustCommand{\Phia}{\HepParticleResonanceFull{h}{1}{}{1170}{}{}\xspace} + +%% SUSY particles +\DeclareRobustCommand{\PSH}{\HepSusyParticle{H}{}{}\xspace} % Higgsino +\DeclareRobustCommand{\PSHp}{\HepSusyParticle{H}{}{+}\xspace} % positive Higgsino +\DeclareRobustCommand{\PSHm}{\HepSusyParticle{H}{}{-}\xspace} % negative Higgsino +\DeclareRobustCommand{\PSHpm}{\HepSusyParticle{H}{}{\pm}\xspace} % charged Higgsino +\DeclareRobustCommand{\PSHmp}{\HepSusyParticle{H}{}{\mp}\xspace} % charged Higgsino +\DeclareRobustCommand{\PSHz}{\HepSusyParticle{H}{}{0}\xspace} % neutral Higgsino +\DeclareRobustCommand{\PSW}{\HepSusyParticle{W}{}{}\xspace} % wino +\DeclareRobustCommand{\PSWp}{\HepSusyParticle{W}{}{+}\xspace} % positive wino +\DeclareRobustCommand{\PSWm}{\HepSusyParticle{W}{}{-}\xspace} % negative wino +\DeclareRobustCommand{\PSWpm}{\HepSusyParticle{W}{}{\pm}\xspace} % wino \pm +\DeclareRobustCommand{\PSWmp}{\HepSusyParticle{W}{}{\mp}\xspace} % wino \mp +\DeclareRobustCommand{\PSZ}{\HepSusyParticle{Z}{}{}\xspace} % zino +\DeclareRobustCommand{\PSZz}{\HepSusyParticle{Z}{}{0}\xspace} % zino +\DeclareRobustCommand{\PSB}{\HepSusyParticle{B}{}{}\xspace} % bino +\DeclareRobustCommand{\PSe}{\HepSusyParticle{e}{}{}\xspace} % selectron +\DeclareRobustCommand{\PSgg}{\HepSusyParticle{\gamma}{}{}\xspace} % photino +\DeclareRobustCommand{\PSgm}{\HepSusyParticle{\mu}{}{}\xspace} % smuon +\DeclareRobustCommand{\PSgn}{\HepSusyParticle{\nu}{}{}\xspace} % sneutrino +\DeclareRobustCommand{\PSgt}{\HepSusyParticle{\tau}{}{}\xspace} % stau +\DeclareRobustCommand{\PSgx}{\HepSusyParticle{\chi}{}{}\xspace} % chargino/neutralino +\DeclareRobustCommand{\PSgxpm}{\HepSusyParticle{\chi}{}{\pm}\xspace} % chargino \pm +\DeclareRobustCommand{\PSgxmp}{\HepSusyParticle{\chi}{}{\mp}\xspace} % chargino \mp +\DeclareRobustCommand{\PSgxz}{\HepSusyParticle{\chi}{}{0}\xspace} % neutralino +\DeclareRobustCommand{\PSgxzi}{\HepSusyParticle{\chi}{1}{0}\xspace} % lightest neutralino +\DeclareRobustCommand{\PSgxzii}{\HepSusyParticle{\chi}{2}{0}\xspace} % next-to-lightest neutralino +\DeclareRobustCommand{\PSg}{\HepSusyParticle{g}{}{}\xspace} % gluino +\DeclareRobustCommand{\PSl}{\HepGenSusyParticle{\ell}{}{}\xspace} % slepton (generic) +\DeclareRobustCommand{\PaSl}{\HepGenSusyAntiParticle{\ell}{}{}\xspace} % anti-slepton (generic) +\DeclareRobustCommand{\PSq}{\HepGenSusyParticle{q}{}{}\xspace} % squark (generic) +\DeclareRobustCommand{\PaSq}{\HepGenSusyAntiParticle{q}{}{}\xspace} % anti-squark (generic) +\DeclareRobustCommand{\PSqd}{\HepSusyParticle{d}{}{}\xspace} % down squark +\DeclareRobustCommand{\PSqu}{\HepSusyParticle{u}{}{}\xspace} % up squark +\DeclareRobustCommand{\PSqs}{\HepSusyParticle{s}{}{}\xspace} % strange squark +\DeclareRobustCommand{\PSqc}{\HepSusyParticle{c}{}{}\xspace} % charm squark +\DeclareRobustCommand{\PSqb}{\HepSusyParticle{b}{}{}\xspace} % bottom squark (sbottom) +\DeclareRobustCommand{\PSqt}{\HepSusyParticle{t}{}{}\xspace} % top squark (stop) +\DeclareRobustCommand{\PaSqd}{\HepSusyAntiParticle{d}{}{}\xspace} % anti-down squark +\DeclareRobustCommand{\PaSqu}{\HepSusyAntiParticle{u}{}{}\xspace} % anti-up squark +\DeclareRobustCommand{\PaSqs}{\HepSusyAntiParticle{s}{}{}\xspace} % anti-strange squark +\DeclareRobustCommand{\PaSqc}{\HepSusyAntiParticle{c}{}{}\xspace} % anti-charm squark +\DeclareRobustCommand{\PaSqb}{\HepSusyAntiParticle{b}{}{}\xspace} % anti-bottom squark +\DeclareRobustCommand{\PaSqt}{\HepSusyAntiParticle{t}{}{}\xspace} % anti-top squark (stop) + +%% Just for completeness... +\endinput |