Is there a way possible to imitate the align environment for math mode commands, without having all writing being placed toward the center on the output page?
MWE:
\documentclass{article}
\usepackage{mathtools}
\begin{document}
\begin{align*}
\cos\theta_1 \cos\theta_2-\sin\theta_1\sin\theta_2 &= \cos(\theta_1 +\theta_2) \\
\sin\theta_1 \cos\theta_2 + \cos\theta_1 \sin\theta_2 &= \sin(\theta_1+\theta_2)
\end{align*}
\end{document}

gatherandgather*environments rather than thealignandalign*environments which center their output on a line. – Mico Sep 16 '11 at 10:51\;around the equal signs? this wide spacing is reminiscent of what is produced by\eqalign, and it's not considered good style in mathematics publications. – barbara beeton Sep 16 '11 at 14:39