emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [O] [ANN] e-latex back-end: changes to attributes syntax


From: Nicolas Goaziou
Subject: Re: [O] [ANN] e-latex back-end: changes to attributes syntax
Date: Fri, 23 Nov 2012 12:59:53 +0100

Alan Schmitt <address@hidden> writes:

> Nicolas Goaziou <address@hidden> writes:
>
>> * Images (from manual)
>>
>>   #+caption: The black-body emission of the disk around HR 4049
>>   #+name: fig:SED-HR4049
>>   #+attr_latex: :options "5cm,angle=90"
>>   [[./img/sed-hr4049.pdf]]
>>
>>   #+attr_latex: :float wrap :placement "{r}{0.4\\textwidth}" :options 
>> "width=0.38\\textwidth"
>>   [[./img/hst.png]]
>
> I just tried this (using current head on master), but the following
>
> #+begin_src org
> #+attr_latex: :options "0.9}\linewidth"
> [[./objets.pdf]]
> #+end_src
>
> yields
>
> #+begin_src latex
> \includegraphics[(:options 0.9linewidth)]{./prototype.pdf}
> #+end_src latex
>
> The problem is that even if I remove the ":option", then I get
> "(0.9linewidth)" with extra parentheses and the backslash removed.
>
> This is for a beamer file.
>
> Is this a bug?

This is a bug which I fixed some hours ago. Though, you need to escape
the backslash.


Regards,

-- 
Nicolas Goaziou



reply via email to

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