emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] LaTeX beamer class text


From: Matt Lundin
Subject: Re: [O] LaTeX beamer class text
Date: Wed, 27 Apr 2011 12:20:58 -0400
User-agent: Gnus/5.110016 (No Gnus v0.16) Emacs/24.0.50 (gnu/linux)

John Tait <address@hidden> 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]