When I try to write the symbol "&" inside a theorem it looks different than I want it to. Is there a way to get the symbol inside the theorem? Here is what I get:
Here is the code:
\documentclass[a4paper]{memoir}
\usepackage{amsmath}
\usepackage{amsthm}
\newtheorem{theo}{Theorem}
\begin{document}
Outside theorem \&
\begin{theo}
Inside theorem \&
Inside theorem 2 \text{\&}
\end{theo}
\end{document}
Do you see how to fix this?


{\normalfont \&}in these cases as described in this answer. – epR8GaYuh May 02 '17 at 09:48\textup{\&}and\textsl{\&}– StefanH May 02 '17 at 09:49;-)– egreg May 02 '17 at 14:40