I have the following structure in my tex
Part of this paper has this structure where there are many short one-two line explanations cut by one line equations
\begin{equation}\label{s1}
y=z+r+c
\end{equation}
with again the same structure repeating for several pages. The text in between these equation is about 4-5 lines, on average.
\begin{equation}\label{s2}
y_{321}=z_3+r_2+c_1
\end{equation}
Now, these equations are all one-liners but the lhs/rhs are of quiet varying length
\begin{equation}\label{s2}
z_{123}+\omega+\Theta+y_{321}=z_3+r_2+c_1
\end{equation}
so the central equality sign tends to jump around horizontally quiet a lot from one paragraph to the next.
\begin{equation}\label{s2}
z_3+r_2+c_1\thereforz_{123}+\omega+\Theta+y_{321}
\end{equation}
Note that furthermore each of the equations is short and doesn't occupy the whole line, so there is space to align them horizontally.
I think this irregularity looks a bit untidy.
My question is: is there a way to align (at least the equality signs in) equation s1 and s2?



alignplus\intertext{...}– daleif May 22 '13 at 11:29