What is the best solution for an equation which is overflowing?
I have the structure:
\begin{align}
long here & long here 2
\end{align}
and this causes the long here 2 to overflow.
I want to put it in the line below, shifted almost all the way to the left. One way to do it might be:
\begin{align}
\lefteqn{long here} & \\
& long here 2
\end{align}
but I thought there might be a way that wouldn't require lefteqn. is it so? (by the way, is lefteqn a no-no like eqnarray?)

multlineenvironment instead ofalign? – Guido Aug 18 '12 at 12:49