Math & Science ⇒ Multipage aligned equations
-
- Posts: 3
- Joined: Fri Apr 03, 2009 1:10 pm
Multipage aligned equations
Ideally, I would not like to give up the equation alignment, nor have to manually indent the lines that follow on the subsequent page. Moreover, I'm not constrained to the align or align* environments, so any suitable multipage-friendly alternatives would be welcome. However, if it's not possible, that's fine too.
Cheers.
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
- Stefan Kottwitz
- Site Admin
- Posts: 10358
- Joined: Mon Mar 10, 2008 9:44 pm
Multipage aligned equations
welcome to the board!
You could control page breaking by the commands \allowdisplaybreaks and \displaybreak of amsmath, see its documentation.
Stefan
-
- Posts: 3
- Joined: Fri Apr 03, 2009 1:10 pm
Re: Multipage aligned equations
I appreciate your prompt reply and insightful comments! I figured that there was something available already (and would probably end up being an easy solution); however, I just didn't know where it would fall under.
Cheers.