From mboxrd@z Thu Jan 1 00:00:00 1970 From: Suvayu Ali Subject: Re: Actual eps picture size in beamer presentation Date: Tue, 27 Nov 2012 15:25:08 +0100 Message-ID: <20121127142508.GC16703@kuru.dyndns-at-home.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([208.118.235.92]:57478) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TdM6E-0006Fq-4S for emacs-orgmode@gnu.org; Tue, 27 Nov 2012 09:25:26 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TdM68-0004qY-8i for emacs-orgmode@gnu.org; Tue, 27 Nov 2012 09:25:22 -0500 Received: from mail-ee0-f41.google.com ([74.125.83.41]:48813) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TdM67-0004qL-QP for emacs-orgmode@gnu.org; Tue, 27 Nov 2012 09:25:16 -0500 Received: by mail-ee0-f41.google.com with SMTP id d41so8223793eek.0 for ; Tue, 27 Nov 2012 06:25:14 -0800 (PST) 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, Nov 27, 2012 at 01:07:55PM +0100, Johan Ekh wrote: > Hi, > I've created an eps picture with the exact width of a landscape A4 to be > used in a beamer presentation. However, the latex exporter shrinks it. I'd > like to pass an option to the exporter to use the actual size of the > picture, is that possible? > If you are using the old exporter: #+attr_latex: scale=1.0 should work. With the new exporter this should be: #+attr_latex: :options "scale=1.0" Note: With the new exporter, any backslashes inside the double quotes need to escaped. e.g. "width=0.9\\textwidth" Hope this helps. -- Suvayu Open source is the future. It sets us free.