Document ClassesFormula over multiple pages

Information and discussion about specific document classes and how to create your own document classes.
Post Reply
Cyraid
Posts: 3
Joined: Mon Aug 11, 2008 4:56 pm

Formula over multiple pages

Post by Cyraid »

Hello :)

I have a little problem with formulas.
The formulas I have in my document are very large.
I use the align* environment to split them into lines, but align* does not split the formula at the end of the page.

Do you know an environment which splits formulas over multiple pages?

Thanks.

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

User avatar
Stefan Kottwitz
Site Admin
Posts: 10320
Joined: Mon Mar 10, 2008 9:44 pm

Formula over multiple pages

Post by Stefan Kottwitz »

Hi Cyraid,

welcome to the board!
You could use the align* environment together with \allowdisplaybreaks and \displaybreak of the amsmath package, see amsmath documentation 3.9 Vertical spacing and page breaks in multiline displays.

Stefan
LaTeX.org admin
Cyraid
Posts: 3
Joined: Mon Aug 11, 2008 4:56 pm

Re: Formula over multiple pages

Post by Cyraid »

Works great! Thanks a lot :D
Post Reply