Math & ScienceInterrupt and resume Definition

Information and discussion about LaTeX's math and science related features (e.g. formulas, graphs).
Post Reply
ksah
Posts: 2
Joined: Thu Apr 11, 2013 11:55 pm

Interrupt and resume Definition

Post by ksah »

Hi,

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} 
And I get this:
Definition 1 ...
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 ...

// something outside of definition, explanation

Continuation of definition 1 ...
Is something like this possible?
Greetings, ksah

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

Johannes_B
Site Moderator
Posts: 4182
Joined: Thu Nov 01, 2012 4:08 pm

Interrupt and resume Definition

Post by Johannes_B »

Also posted on goLaTeX, a German LaTeX board.
The smart way: Calm down and take a deep breath, read posts and provided links attentively, try to understand and ask if necessary.
ksah
Posts: 2
Joined: Thu Apr 11, 2013 11:55 pm

Re: Interrupt and resume Definition

Post by ksah »

I just read the rules which state that I should have provided a link when I cross posted - sorry!
Post Reply