Search found 2 matches
- Fri Apr 12, 2013 10:49 am
- Forum: Math & Science
- Topic: Interrupt and resume Definition
- Replies: 2
- Views: 3791
Re: Interrupt and resume Definition
I just read the rules which state that I should have provided a link when I cross posted - sorry!
- Fri Apr 12, 2013 12:03 am
- Forum: Math & Science
- Topic: Interrupt and resume Definition
- Replies: 2
- Views: 3791
Interrupt and resume Definition
Hi,
I state definitions like this:
\documentclass[a4paper, 11pt]{article}
\usepackage[ngerman]{babel}
\begin{document}
\newtheorem{mydef}{Definition}
\begin{mydef}
...
\end{mydef}
\end{document}
And I get this:
Definition 1 ...
However, I would like to interrupt the definition to explain ...
I state definitions like this:
\documentclass[a4paper, 11pt]{article}
\usepackage[ngerman]{babel}
\begin{document}
\newtheorem{mydef}{Definition}
\begin{mydef}
...
\end{mydef}
\end{document}
And I get this:
Definition 1 ...
However, I would like to interrupt the definition to explain ...