Hello,

Max Linke <max_li...@gmx.de> writes:

> I typically set a fixed width in latex like so.
>
>   #+CAPTION: Percutaneous endoscopic gastrostomy tube
>   #+ATTR_LaTeX: :width 0.3\linewidth
>   [[./images/percutaneous-endoscopic-gas.jpg]]
>
> Important to note that I write `:width` with a beginning double point.
> I can't get the `scale` to work even with a double point.

There is no support for scale out of the box, so it goes into the
catch-all :options keyword, e.g.,

     #+ATTR_LATEX: :width 5cm :options scale=2
     [[./img/sed-hr4049.pdf]]


Regards,

-- 
Nicolas Goaziou

Reply via email to