I'm using the align environment to align some equations, and I would like to insert some comments between them. The problem is that I'm using & to align the equals, and because my comments don't contain some, they make the equations shift to the right.
For example :
\begin{align*}
1 &=& 3 - 2 \\
\text{And because 2 = 1 + 1} \\
&=& 3 - 1 - 1
\end{align*}
Okay, this is a stupid example but the problem is the equals will be aligned after the comment "and because...". Do you have any idea of how I could tell LaTeX to "ignore" the comment and make it "float"?
\documentclassand the appropriate packages. – Peter Grill Jun 25 '12 at 18:40