Math & Science ⇒ regarding "align"
regarding "align"
I am writing a bunch of equations under command "align". Since the number of equations is large, I am getting one page half empty because the system wants to print the entire set of equations on one page. I tried writing each equation separately. This approach does fill up the pages appropriately, however, there is no alignment.
Is there a smart way for getting all the equations aligned at the same time getting them printed as per availability of space on a page? Can the system itself identify where to partition the set of equations and print them on two different pages with alignment? Or do I have to set equations manually?
Thank you,
Omkar
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
regarding "align"
both automatic and manual breaking is possible. Put \displaybreak in front of \\ to break manually, or add \allowdisplaybreaks to the preamble to allow automatic breaking. See the AMS-LaTeX manual (amsldoc.pdf) for further details.