I'm writing a paper in which I have long eqnarrays, many of them 10 lines or longer. Since TeX seems to not want to page-break these equations, this results in weird formatting, eg pages that have large amounts of whitespace and not much actual text. Is there any way to force TeX to page-break eqnarray equations in a natural way?
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.
|
|
||||
|
Avoid |
|||||||||
|
eqnarrayenvironment; instead, load theamsmathpackage and use itsalignenvironment. To allow page breaks, issue the statement\allowdisplaybreaks. – Mico Jan 27 '12 at 18:19