Dear Werner,
You're right, with the code from my last post, the unwanted behavior
did not show. This is because the "equations" were of the same length.
The behavior shows if you consider the following:
\begin{align}
&
\begin{split}
= &E1_part 0 \\
&+ E1_part 1 \\
&- E1_part 2\\
\end{split} \nonumber
\\
&
\begin{split}
= &E2_part xxxxxxxxxxxxxxx 0 \\
&+ E2_part 1 \\
\end{split} \nonumber
\\
\end{align}
One possible solution (thanks to Werner) would be the following:
\begin{align}
= &E1_part 0 \nonumber \\
&+ E1_part 1 \nonumber \\
&- E1_part 2 \nonumber \\
= &E2_part xxxxxxxxxxxxxxx 0 \nonumber \\
&+ E2_part 1 \nonumber \\ \nonumber
\end{align}
I was hoping there was a way to keep each multi-line equation as a
separate entity, which again can be aligned, but this works, as well.
Thanks!
- Chris