From mboxrd@z Thu Jan 1 00:00:00 1970 From: John Tait Subject: Re: LaTeX beamer class text Date: Tue, 3 May 2011 12:21:43 +0100 Message-ID: References: <8762pzr7h1.fsf@fastmail.fm> Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=000e0ce0d5f24d3af304a25d586a Return-path: Received: from eggs.gnu.org ([140.186.70.92]:37109) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QHDfn-0007E5-6q for emacs-orgmode@gnu.org; Tue, 03 May 2011 07:21:48 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QHDfl-0008GN-TZ for emacs-orgmode@gnu.org; Tue, 03 May 2011 07:21:47 -0400 Received: from mail-ew0-f41.google.com ([209.85.215.41]:51517) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QHDfl-0008G8-GM for emacs-orgmode@gnu.org; Tue, 03 May 2011 07:21:45 -0400 Received: by ewy9 with SMTP id 9so2284672ewy.0 for ; Tue, 03 May 2011 04:21:44 -0700 (PDT) In-Reply-To: <8762pzr7h1.fsf@fastmail.fm> 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: Matt Lundin , emacs-orgmode@gnu.org --000e0ce0d5f24d3af304a25d586a Content-Type: text/plain; charset=ISO-8859-1 Matt (and Daniel Bausch -- sorry for double post earlier) I've found that beamer "allowframebreaks" doesn't work for Org files that have been included with #+INCLUDE: . I've tried adding the proporites list to both the main Org file and in the included files, and made sure that "org-use-property-inheritance" is set to t, but it doesn't seem to work with included files. I tried adding the following to both the main and included Org files, but this doesn't work either. (I'm getting a very long list of error messages, though maybe most are not relevant.) I set "org-export-with-LaTeX-fragments" to t as well, and the simple LaTeX example from 11.7.3 works as well. Sorry, I'm a novice at writing all but the most basic LaTeX files by hand, and I imagine this can't be used as a global setting anyway. \begin{frame}[allowframebreaks] \end Is there a way to "allowframebreaks" work globally or at least in included files? Thanks John On Wed, Apr 27, 2011 at 5:20 PM, Matt Lundin wrote: > John Tait writes: > > > Hi > > > > When I export an Org file to LaTeX class beamer, much of the content > > can be pushed off the bottom of the slide if it doesn't all fit on one > > slide. > > > > Other than restricting the amount of text content under headings, is > > there a simple way of allowing content to spill onto the next slide? > > In LaTeX, you can add the following option to the frame: > > \begin{frame}[allowframebreaks] > > So in org-mode, you could modify :BEAMER_envargs:. > > * A slide > :PROPERTIES: > :BEAMER_envargs: [allowframebreaks] > :END: > > Best, > Matt > --000e0ce0d5f24d3af304a25d586a Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable
Matt (and Daniel Bausch -- sorry for double post earlier)
=A0
I've found that beamer=A0"allowframebreaks" doesn't = work for Org files that have been included with #+INCLUDE: .
=A0
I've tried adding the proporites list to both the main Org file an= d in the included files, and made sure that "On Wed, Apr 27, 2011 at 5:20 PM, Matt Lundin <mdl@imapmail.org= > wrote:
John Tait <john= gtait@gmail.com> writes:

> Hi
> =A0
> When I e= xport an Org file to LaTeX class beamer, much of the content
> can be= pushed off the bottom of the slide if it doesn't all fit on one
> slide.
> =A0
> Other than restricting the amount of text c= ontent under headings, is
> there a simple way of allowing content to= spill onto the next slide?

In LaTeX, you can add the fo= llowing option to the frame:

\begin{frame}[allowframebreaks]

So in org-mode, you could modify= :BEAMER_envargs:.

* A slide
=A0:PROPERTIES:
=A0:BEAMER_envarg= s: [allowframebreaks]
=A0:END:

Best,
M= att

--000e0ce0d5f24d3af304a25d586a--