From mboxrd@z Thu Jan 1 00:00:00 1970 From: Aaron Ecay Subject: Re: Width always inserted with LaTeX figures Date: Thu, 14 Mar 2013 02:46:47 -0400 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Return-path: Received: from eggs.gnu.org ([208.118.235.92]:56558) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UG1w9-0005jE-I7 for emacs-orgmode@gnu.org; Thu, 14 Mar 2013 02:46:50 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UG1w8-0006iv-Lr for emacs-orgmode@gnu.org; Thu, 14 Mar 2013 02:46:49 -0400 Received: from mail-qa0-f43.google.com ([209.85.216.43]:51590) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UG1w8-0006io-IF for emacs-orgmode@gnu.org; Thu, 14 Mar 2013 02:46:48 -0400 Received: by mail-qa0-f43.google.com with SMTP id dx4so2686065qab.2 for ; Wed, 13 Mar 2013 23:46:48 -0700 (PDT) In-Reply-To: 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-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Richard Stanton Cc: "emacs-orgmode@gnu.org" Hi Richard, You should use #+ATTR_LATEX: :width 1.7in instead of the version with :options. This is a recent change, to make LaTeX image width consistent with LaTeX tables and HTML images, both of which use a :width argument. (It also allows the support of more types of images in LaTeX). Aaron