For some reason, org-mode is left-aligning my display equations when I run org-latex-preview (C-c C-x C-l). But the margin between each equation and its equation number is calculated, as if the equation was centered, which ruins the alignment between the equation numbers.
Is it possible to turn on Centering for displayed equations, so that the equation numbers line up (like with AUCTeX)?
Here is a sample .org document with display equations:
A numbered display equation:
\begin{equation}
\frac{\partial u}{\partial t}-\alpha\nabla^2u=0\tag{1}
\end{equation}
A second numbered equation:
\begin{equation}
E=MC^2\tag{2}
\end{equation}
And here is a screenshot of org-mode after running org-latex-preview: