summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/hepnames
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2008-07-31 00:26:06 +0000
committerKarl Berry <karl@freefriends.org>2008-07-31 00:26:06 +0000
commit987f9f45ed7155a825fee4b8f9fce1364bf7bb16 (patch)
treede9ecec27da4806b2cd136129eeb5ee6fb9f4aa1 /Master/texmf-dist/doc/latex/hepnames
parent88c8d97374df828df745a4870ea45fe60bd20489 (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/doc/latex/hepnames')
-rw-r--r--Master/texmf-dist/doc/latex/hepnames/ChangeLog44
-rw-r--r--Master/texmf-dist/doc/latex/hepnames/README33
-rw-r--r--Master/texmf-dist/doc/latex/hepnames/hepnames.pdfbin0 -> 124948 bytes
-rw-r--r--Master/texmf-dist/doc/latex/hepnames/hepnames.tex169
-rw-r--r--Master/texmf-dist/doc/latex/hepnames/hepnicenames-macros.tex254
-rw-r--r--Master/texmf-dist/doc/latex/hepnames/hepnicenames.pdfbin0 -> 151303 bytes
-rw-r--r--Master/texmf-dist/doc/latex/hepnames/hepnicenames.tex1052
-rw-r--r--Master/texmf-dist/doc/latex/hepnames/heppennames-macros.tex369
-rw-r--r--Master/texmf-dist/doc/latex/hepnames/heppennames.pdfbin0 -> 54793 bytes
-rw-r--r--Master/texmf-dist/doc/latex/hepnames/heppennames.tex1512
10 files changed, 3433 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
new file mode 100644
index 00000000000..49aa5b46e2c
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/hepnames/hepnames.pdf
Binary files differ
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
new file mode 100644
index 00000000000..2b5922fa10c
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/hepnames/hepnicenames.pdf
Binary files differ
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
new file mode 100644
index 00000000000..a05af07fcbf
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/hepnames/heppennames.pdf
Binary files differ
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}