Math & Scienceregarding "align"

Information and discussion about LaTeX's math and science related features (e.g. formulas, graphs).
Post Reply
omkardpd
Posts: 86
Joined: Sun Feb 24, 2008 7:23 am

regarding "align"

Post by omkardpd »

Hi,

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

Recommended reading 2024:

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

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

phi
Posts: 577
Joined: Tue Oct 21, 2008 8:10 pm

regarding "align"

Post by phi »

Hi,
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.
Post Reply