Skip to content

You are not logged in. Register orLog In

start:

This page is outdated. You will be redirected to http://wiki.services.openoffice.org /wiki/Documentation/FAQ shortly.

Documentation / User FAQ / Formula/Math / Previous

How do I align several formulas along the '=' sign?

To align several formulas along the '=' sign, you can use a matrix. Note that the formulas contain special placement for the '{}' brackets around the equal sign. Also note that alignl below is ALIGNL, not ALIGN1. Follow the example:

matrix{
alignr sin^2 x + cos^2 x#{}={}#alignl 1 ##
alignr cos^2 x #{}={} #alignl 1 - sin^2 x
}

Documentation / User FAQ / Formula/Math / Previous