I'm using an article documentclass with the fleqn option and amsmath package.
My document contains single equations, using the equation environment, but also pairs of equations that share the same label. These pairs of equations are aligned on their left sides. This is achieved in this way:
Code: Select all
\begin{equation}
\begin{aligned}
& \omega^{\theta}:=rd\theta\\
& \omega^{\phi}:=r\sin(\theta)d\phi\,,
\end{aligned}
\label{eq:on_base}
\end{equation}
The trouble is that these "double equations" are not pushed as far to the left as the single equations. Remember, I'm using the "fleqn" documentclass option. The difference is quite small, but I'd like to get it perfect if someone knows the solution. Otherwise, I'll just live with it.
How can I get pairs of equations, using a common label at the average vertical position, and both equations are pushed as far left as my single equations, when using fleqn? Right now there is a difference around half a character.
Best regards
Torquil Sørensen