Ok, I am pretty new with latex so maybe this is a basic question. I am writing in theorem environment and I want to produce only white space under my theorem header, with the text continuing right after it, but the text goes automatically under the header. any help?
Tell me more
×
TeX - LaTeX Stack Exchange is a question and answer site for
users of TeX, LaTeX, ConTeXt, and related typesetting systems. It's 100% free, no registration required.
|
Assuming you use
|
|||
|
|

theoremenvironments. – lockstep Oct 18 '12 at 9:24ntheorempackage and specify\theoremstyle{break}. – Mico Oct 18 '12 at 12:16