From mboxrd@z Thu Jan 1 00:00:00 1970 From: Suvayu Ali Subject: Re: Specifying ATTR_LATEX document wide? Date: Tue, 2 Jun 2015 13:12:37 +0200 Message-ID: <20150602111237.GB2027@chitra.no-ip.org> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:35653) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Yzk7d-000673-96 for emacs-orgmode@gnu.org; Tue, 02 Jun 2015 07:12:42 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Yzk7c-0006Vz-D7 for emacs-orgmode@gnu.org; Tue, 02 Jun 2015 07:12:41 -0400 Received: from mail-wg0-x22a.google.com ([2a00:1450:400c:c00::22a]:36111) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Yzk7c-0006Vr-7A for emacs-orgmode@gnu.org; Tue, 02 Jun 2015 07:12:40 -0400 Received: by wgbgq6 with SMTP id gq6so137151871wgb.3 for ; Tue, 02 Jun 2015 04:12:39 -0700 (PDT) Received: from chitra.no-ip.org ([2001:610:120:3001:2ad2:44ff:fe4a:b029]) by mx.google.com with ESMTPSA id lz17sm21031958wic.24.2015.06.02.04.12.38 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 02 Jun 2015 04:12:38 -0700 (PDT) Content-Disposition: inline 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: emacs-orgmode@gnu.org On Tue, Jun 02, 2015 at 12:17:04PM +0200, Rainer M Krug wrote: > > Hi > > In one document, I would like to make two changes how images are > inserted in LaTeX / pdf documents, namely: > > 1) have no re-sizing, i.e. > > ,---- > | \includegraphics[]{./output/fig_crossValidationDefaultByUA.pdf} > `---- Does the following work equivalently for you? #+attr_LaTeX: :width \linewidth > Is there a way of setting this globally fir the actual document > (document header?), so that I don't have to add this line to all my > hundred images (OK - only about 70 - but still to many)? Maybe use babel blocks for this? Input files from a list or table, echo them back with a common #+attr_latex line? Hope this helps, -- Suvayu Open source is the future. It sets us free.