From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ken Mankoff Subject: Beamer figure width Date: Wed, 15 Apr 2015 09:22:15 -0400 Message-ID: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:42831) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YiNH1-00039z-25 for emacs-orgmode@gnu.org; Wed, 15 Apr 2015 09:22:35 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YiNGw-0003TS-MC for emacs-orgmode@gnu.org; Wed, 15 Apr 2015 09:22:34 -0400 Received: from mail-qk0-x22a.google.com ([2607:f8b0:400d:c09::22a]:35754) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YiNGw-0003T1-Ip for emacs-orgmode@gnu.org; Wed, 15 Apr 2015 09:22:30 -0400 Received: by qkhg7 with SMTP id g7so82956088qkh.2 for ; Wed, 15 Apr 2015 06:22:28 -0700 (PDT) Received: from gorgonzola (gorgonzola.whoi.edu. [128.128.28.197]) by mx.google.com with ESMTPSA id 8sm2327632qgy.39.2015.04.15.06.22.16 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 15 Apr 2015 06:22:17 -0700 (PDT) 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: Org Mode 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]] It exports to: \section{Foo} \label{sec-1} \subsection{Bar} \label{sec-1-1} \begin{frame}[label=sec-1-1-1]{Baz} \includegraphics[width=.9\linewidth]{./map.png} \end{frame} -k.