I have noticed that the org-preview-latex-fragment command left-aligns previews for display equations. But it looks like margins are calulated so that equation numbers line up when display equations are centered (the way they are in AUCTeX). Is it possible to re-align these previews? Here is some sample code: A numbered display equation: \begin{equation} \frac{\partial u}{\partial t}-\alpha\nabla^2u=0\label{eq:1}\tag{1} \end{equation} A second numbered equation: \begin{equation} E=MC^2\label{eq:2}\tag{2} \end{equation} And here is the screenshot of the buffer after running C-c C-x C-l By-the-way, the only way I could get the equation numbers to increment upward was to manually include these with \tag{1} and \tag{2}. Otherwise, org-mode numbers each equation as a (1). Is there some setting that will enable autonumbering? Thanks! -Adam Adam Sneller adam@earth2adam.com (310) 463-0287