From mboxrd@z Thu Jan 1 00:00:00 1970 From: John Tait Subject: Re: LaTeX beamer class text Date: Thu, 28 Apr 2011 23:49:09 +0100 Message-ID: References: <8762pzr7h1.fsf@fastmail.fm> Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=000e0cdff50a8cc1b404a2025d6a Return-path: Received: from eggs.gnu.org ([140.186.70.92]:39976) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QFa1J-0005Pt-FX for emacs-orgmode@gnu.org; Thu, 28 Apr 2011 18:49:14 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QFa1I-0005aU-08 for emacs-orgmode@gnu.org; Thu, 28 Apr 2011 18:49:13 -0400 Received: from mail-ey0-f169.google.com ([209.85.215.169]:45700) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QFa1H-0005Zy-Q8 for emacs-orgmode@gnu.org; Thu, 28 Apr 2011 18:49:11 -0400 Received: by eyd9 with SMTP id 9so1147817eyd.0 for ; Thu, 28 Apr 2011 15:49:10 -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 --000e0cdff50a8cc1b404a2025d6a Content-Type: text/plain; charset=ISO-8859-1 Thanks Matt. It works really well. I need to set org-use-property-inheritance to t, so that subheadings follow through, but it's really easy. Cheers 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 > --000e0cdff50a8cc1b404a2025d6a Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Thanks Matt. It works really well.

I need to set org-use-prope= rty-inheritance to t, so that subheadings follow through, but it'= ;s really easy.

Cheers

John

On Wed, Apr 27, 2011 at 5:20 PM, Matt Lundin <mdl@imapmail.org> wrote:
John Tait <johngtait@gmail.com> writes:

> Hi
> =A0
> 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.
> =A0
> 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
=A0:PROPERTIES:
=A0:BEAMER_envargs: [allowframebreaks]
=A0:END:

Best,
Matt

--000e0cdff50a8cc1b404a2025d6a--