I state definitions like this:
Code: Select all
\documentclass[a4paper, 11pt]{article}
\usepackage[ngerman]{babel}
\begin{document}
\newtheorem{mydef}{Definition}
\begin{mydef}
...
\end{mydef}
\end{document}
However, I would like to interrupt the definition to explain the part of the definition above, and then continue with (the same) definition:Definition 1 ...
Is something like this possible?Definition 1 ...
// something outside of definition, explanation
Continuation of definition 1 ...
Greetings, ksah