From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andreas Leha Subject: Re: Beamer figure width Date: Wed, 15 Apr 2015 14:26:56 +0100 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:44093) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YiNLT-0006Ox-A5 for emacs-orgmode@gnu.org; Wed, 15 Apr 2015 09:27:12 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YiNLP-0004x9-6L for emacs-orgmode@gnu.org; Wed, 15 Apr 2015 09:27:11 -0400 Received: from plane.gmane.org ([80.91.229.3]:43003) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YiNLP-0004wl-0L for emacs-orgmode@gnu.org; Wed, 15 Apr 2015 09:27:07 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1YiNLN-0007W8-8v for emacs-orgmode@gnu.org; Wed, 15 Apr 2015 15:27:05 +0200 Received: from 193.63.220.90 ([193.63.220.90]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 15 Apr 2015 15:27:05 +0200 Received: from andreas.leha by 193.63.220.90 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 15 Apr 2015 15:27:05 +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-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org Hi Ken, Ken Mankoff writes: > I'm having trouble specifying image sizes in Beamer. I am using the following code. Is this correct syntax? > > * Foo > ** Bar > *** Baz > #+ATTR_LATEX: height=\textheight > [[./map.png]] > I think that should be #+ATTR_LATEX: :height \textheight Andreas