emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [O] Possible bug in LaTeX export of special blocks


From: Nicolas Goaziou
Subject: Re: [O] Possible bug in LaTeX export of special blocks
Date: Sat, 27 Feb 2016 09:36:03 +0100

Hello,

Thomas S. Dye <address@hidden> writes:

> 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.

Fixed in maint. Thank you.

Regards,

-- 
Nicolas Goaziou



reply via email to

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