I am using
\newtheorem{thm}{theorem}
\begin{frame}
\begin{thm}
\end{thm}
\end{frame}
but when theorem is long and frame doesn't have enough space then I used a next frame like,
\begin{frame}
\end{frame}
but in the second frame theorem environment is not continue... I need a theorem environment in both frames for long statements of my theorem for the presentation of slides.
mdframed? What does " theorem environment is not continue" eaxctly mean? – leandriis Jul 20 '20 at 08:16