In my LaTeX document I have used numbered theorems with
\newtheorem{theorem}{Theorem}[section]
\begin{theorem}
......
\end{theorem}
The theorems will be numbered by something like "Theorem 2.1."
My question is: how can I get rid of the last period? I want to print out "Theorem 2.1".

amsthmor thentheorempackage (or neither). – Mico Sep 15 '20 at 11:57