I have a problem in spacing equations. I use the commands \[X]displayskip family.
Normal equations of type \begin{equation} \end{equation} are correctly spaced.
But inside
Code: Select all
%[...]
\newtheorem{Theorem}{Theorem}[section]
%[...]
\begin{theorem}
some-text
\begin{equation}
0 = 0
\end{equation}
some-text
\end{theorem}
Thanks.