I have a problem regarding alignment for my equations. This dummy program shows the problem:
\documentclass{article}
\usepackage{amsmath}
\begin{document}
\begin{enumerate}
\item First do this
\begin{align}
c^2 &= a^2 + b^2
\end{align}
\item Then do this
\begin{align}
variable &= c^2
\end{align}
\end{enumerate}
\end{document}

I would like the = to be aligned under each other, but still be able to list them inside the enumerate.
Any suggestions?

=under each other :| – Rasmus Bækgaard Jun 09 '15 at 13:22aligned) flushed left. If I am not mistaken, that ='s do vary in horizontal position. – LaRiFaRi Jun 09 '15 at 13:40\hphantom{biggestLHS}\mathllap{LHS}&=on every line then. – LaRiFaRi Jun 09 '15 at 13:43