Possible Duplicate:
How can I break an align environment for a paragraph?
I am new here, and quite new to LaTeX. I did search for an answer to this as I think it should be trivial, but I didn't find the answer yet. I have something like
\begin{align*}
y &= mx + c \\
\text{some text here. So} \\
c &= y-mx \\
\text{but } \\
1+2 &\neq 2 \\
\text{Finally} \\
3 &= 1+2\\
\end{align*}
My question is: How to I make all the \text{} be aligned on the left instead of the middle? Sorry for my ignorance!
alignenvironment. – Corentin Oct 13 '12 at 09:08\intertext{}, or\shortintertext{}.shortintertextrequires themathtoolspackage. – Peter Grill Oct 13 '12 at 09:09