Search found 2 matches

by spongemonkey
Mon Dec 06, 2010 6:49 pm
Forum: Page Layout
Topic: Newline after theorem header
Replies: 3
Views: 14595

Newline after theorem header

Trying to get ntheorem to work, using the following source as a test:


\documentclass[11pt,a4paper,oneside]{amsart}

\usepackage{amsmath,amssymb}
\usepackage[thmmarks,amsmath]{ntheorem}

\theoremstyle{plain}
\theorembodyfont{\normalfont}
\newtheorem{thm}{Theorem}[subsection]

\begin{document ...
by spongemonkey
Fri Nov 19, 2010 4:51 pm
Forum: Page Layout
Topic: Newline after theorem header
Replies: 3
Views: 14595

Newline after theorem header

I want the theorem header to be on its own line, which I attempted to achieve using:


\newtheoremstyle{theorem}
{10pt}
{0pt}
{}
{}
{\bfseries}
{\\}
{10pt}
{}
\theoremstyle{theorem}
\newtheorem{thm}{Theorem}[subsection]


which works, except when the first thing in a theorem is an ...