[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [O] [ANN] e-latex back-end: changes to attributes syntax
From: |
Alan Schmitt |
Subject: |
Re: [O] [ANN] e-latex back-end: changes to attributes syntax |
Date: |
Fri, 23 Nov 2012 10:00:16 +0100 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/24.2 (darwin) |
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?
Alan
- Re: [O] [ANN] e-latex back-end: changes to attributes syntax, (continued)