line break after a new theorem

4,519 views
Skip to first unread message

Theo

unread,
Apr 2, 2008, 12:58:00 AM4/2/08
to LaTeX Users Group
Hi,
I have a question for which I can't simply google the answer:
How do I force the text after a theorem to start at the next line?
If i simply use
\begin{theorem}
Some theorem
\end{theorem}
I obtain (with amsmath/latex)
Theorem 1. Some theorem
If I use
\begin{theorem}
\newline OR \linebreak OR \\ OR anything else, really
some theorem.
\end{theorem}
I get an error saying there is no line to end (I never understood
this. Just skip a line, dammit!)
Thanks for any help...!
Message has been deleted

Werner Grundlingh

unread,
Apr 2, 2008, 12:52:27 PM4/2/08
to LaTeX Users Group
...or something as simple as
\begin{theorem} {\ } \\
Some theorem.
\end{theorem}

Werner

ferry

unread,
Apr 7, 2008, 1:22:03 PM4/7/08
to LaTeX Users Group
or simply
\begin{theorem}{\ \\}
Some theorem
\end{theorem}

Reply all
Reply to author
Forward
0 new messages