emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [O] scaling graphics in org-mode exported to latex


From: Nicolas Goaziou
Subject: Re: [O] scaling graphics in org-mode exported to latex
Date: Thu, 30 Jun 2016 15:29:13 +0200

Hello,

Max Linke <address@hidden> 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

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