Tagged Questions
3
votes
1answer
69 views
The statement of a theorem appearing on a new line
I'm using the amsthm package. The statement of the theorem currently appears immediately after the words "Theorem X." I'd like the statement of the theorem to appear on a new line. Is this possible?
2
votes
1answer
82 views
Line break after header of theorem environment followed by multicols body causes header-body overlap
I use TeXLive 2011.
I use ntheorem and multicol.
In a theorem environment, I want the theorem header to be separated from the body by a line break such that the multicols-environment get's that and ...
9
votes
3answers
344 views
Proof environment - line break after the “Proof.”
I want to make the proof environment in amsthm package to auto add a line break right after the "Proof."
I tried the following code, which also removed the QED sign, but it doesn't work: No linebreak ...
7
votes
2answers
2k views
amsthm: \newtheoremstyle, headspace, \mbox{}, and lists
Q: How do I define a newtheoremstyle which will start the theorem text on a newline after the header even when the theorem text starts with a list, e.g., enumerate? If there's no way of doing this, ...
2
votes
1answer
383 views
Theorem formatting: strange interaction with itemize
This question is related to this one.
I want to have theorem headers alone on a line like this:
Theorem 1.
some text...
In the amsthm documentation, they suggest doing this:
...
5
votes
3answers
715 views
Defining rules for line breaks in \newcommand
Thanks to the help of this answer, I've defined a command for creating a blank line:
\newcommand{\blank}[1]{\rule{#1}{0.4pt}}
However, because this is a user-defined command, LaTeX doesn't seem to ...
4
votes
1answer
284 views
Add a break between theorem head and theorem body if theorem note (the #3 arg) exists
I'm using the amsthm package for theorem style setting. I want the style like:
Theorem 1 A triangle ...
Theorem 2 (someone)
A square ...
that is, when the theorem includes a note, the ...