Math & Science ⇒ Multiline equation
-
- Posts: 2
- Joined: Wed Dec 24, 2008 6:10 pm
Multiline equation
I have a long equation, so I broke it to several lines, but the lines of the equation are splitted on different pages, because the equation lies at the bottom of the page. How to make them on the same page?
Regards
Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis
Re: Multiline equation
Re: Multiline equation
- Stefan Kottwitz
- Site Admin
- Posts: 10358
- Joined: Mon Mar 10, 2008 9:44 pm
Multiline equation
a minipage environment would help, like corderin said. In amsmath environments, that I would recommend for multiline equations, the commands \allowdisplaybreak and \displaybreak control if and how multiline math environments would be broken. Those commands are described in the amsmath user's guide and in Mathmode.pdf for example, you will find those documents and more maths related tutorials here: Mathematics with LaTeX.
Stefan