emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[O] Org-mode previews: equation numbers


From: Adam Sneller
Subject: [O] Org-mode previews: equation numbers
Date: Mon, 29 Sep 2014 15:23:29 -0700

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
address@hidden
(310) 463-0287


reply via email to

[Prev in Thread] Current Thread [Next in Thread]