Skip to content

Commit

Permalink
🐛 fixed bug of unneeded \per
Browse files Browse the repository at this point in the history
  • Loading branch information
The-Ludwig committed Jul 15, 2021
1 parent 72fbc32 commit a1ada34
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions particles.tex
Original file line number Diff line number Diff line change
Expand Up @@ -69,10 +69,10 @@
\node[anchor=north, yshift=0.1cm] (bottom) at (top.south) {\particle[bottom]{bottom}{b}{$-\sfrac{1}{3}$}{$\sfrac{1}{2}$}{$\SI{4.18}{\giga\electronvolt}$}[lhcb2]};

% Leptons
\node[anchor=north, yshift=-.1cm] (electron) at (down.south) {\particle[e]{electron}{e}{$-1$}{$\sfrac{1}{2}$}{$\SI{0.511}{\mega\electronvolt\per}$}[lhcb1]};
\node[anchor=north, yshift=-.1cm] (electron) at (down.south) {\particle[e]{electron}{e}{$-1$}{$\sfrac{1}{2}$}{$\SI{0.511}{\mega\electronvolt}$}[lhcb1]};

\node[anchor=west, xshift=-.1cm] (myon) at (electron.east) {\particle[mu]{muon}{\mu}{$-1$}{$\sfrac{1}{2}$}{$\SI{105}{\mega\electronvolt\per}$}[lhcb1]};
\node[anchor=west, xshift=-.1cm] (tauon) at (myon.east) {\particle[tau]{tauon}{\tau}{$-1$}{$\sfrac{1}{2}$}{$\SI{1.78}{\giga\electronvolt\per}$}[lhcb1]};
\node[anchor=west, xshift=-.1cm] (myon) at (electron.east) {\particle[mu]{muon}{\mu}{$-1$}{$\sfrac{1}{2}$}{$\SI{105}{\mega\electronvolt}$}[lhcb1]};
\node[anchor=west, xshift=-.1cm] (tauon) at (myon.east) {\particle[tau]{tauon}{\tau}{$-1$}{$\sfrac{1}{2}$}{$\SI{1.78}{\giga\electronvolt}$}[lhcb1]};

\node[anchor=north, yshift=0.1cm] (eneutrino) at (electron.south) {\particle*[tau]{electron\\ neutrino}{\nu_{e}}{$0$}{$\sfrac{1}{2}$}{$0$}[lhcb1]};
\node[anchor=north, yshift=0.1cm] (mneutrino) at (myon.south) {\particle*[tau]{muon\\ neutrino}{\nu_\mu}{$0$}{$\sfrac{1}{2}$}{$0$}[lhcb1]};
Expand All @@ -95,4 +95,4 @@
\node[anchor=south] (f3) at (top.north){III};

\end{tikzpicture}
\end{document}
\end{document}

0 comments on commit a1ada34

Please sign in to comment.