From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: scaling graphics in org-mode exported to latex Date: Thu, 30 Jun 2016 15:29:13 +0200 Message-ID: <87bn2i24ba.fsf@saiph.selenimh> References: <87r3be6e5p.fsf@skimble.plus.com> <10e14d49-98c9-6cc3-a910-ce126866080f@gmx.de> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:47575) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bIc1z-0007vV-AD for emacs-orgmode@gnu.org; Thu, 30 Jun 2016 09:29:24 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bIc1x-00006y-8s for emacs-orgmode@gnu.org; Thu, 30 Jun 2016 09:29:22 -0400 Received: from relay3-d.mail.gandi.net ([2001:4b98:c:538::195]:37731) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bIc1x-00006o-33 for emacs-orgmode@gnu.org; Thu, 30 Jun 2016 09:29:21 -0400 In-Reply-To: <10e14d49-98c9-6cc3-a910-ce126866080f@gmx.de> (Max Linke's message of "Thu, 30 Jun 2016 15:03:21 +0200") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: "Emacs-orgmode" To: Max Linke Cc: org-mode-email , Sharon Kimble Hello, Max Linke 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