emacs-orgmode
[Top][All Lists]
Advanced

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

[O] Possible bug in LaTeX export of special blocks


From: Thomas S . Dye
Subject: [O] Possible bug in LaTeX export of special blocks
Date: Fri, 26 Feb 2016 14:08:50 -1000
User-agent: mu4e 0.9.17; emacs 24.5.1

Aloha all,

Exporting these two special blocks to LaTeX

,------------------
| #+name: eq:foobar
| #+begin_equation 
| foo = bar        
| #+end_equation   
|                  
| #+begin_equation 
| bar = baz        
| #+end_equation   
`------------------

yields this in the tex file

,-------------------------
| \begin{equation}        
| foo = bar               
| \label{orgspecialblock1}
|                         
| \end{equation}          
|                         
| \begin{equation}        
| bar = baz               
| \end{equation}          
`-------------------------

The blank line after \label{orgspecialblock1} causes the equation number
to be set on the following line, rather than to the right of the
equation.  My expectation is there is no blank line after the \label,
which yields the desired behavior.

All the best,
Tom

-- 
Thomas S. Dye
http://www.tsdye.com



reply via email to

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