emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Matt Lundin <mdl@imapmail.org>
To: John Tait <johngtait@gmail.com>
Cc: emacs-orgmode@gnu.org
Subject: Re: LaTeX beamer class text
Date: Wed, 27 Apr 2011 12:20:58 -0400	[thread overview]
Message-ID: <8762pzr7h1.fsf@fastmail.fm> (raw)
In-Reply-To: <BANLkTimMgB0Mb=9W6wPoXPVdyYRAYQdULw@mail.gmail.com> (John Tait's message of "Wed, 27 Apr 2011 13:36:44 +0100")

John Tait <johngtait@gmail.com> 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	other threads:[~2011-04-27 16:21 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-04-27 12:36 LaTeX beamer class text John Tait
2011-04-27 16:20 ` Matt Lundin [this message]
2011-04-28 22:49   ` John Tait
2011-05-03 11:21   ` John Tait
2011-05-05  7:50     ` Eric S Fraga
2011-05-05 11:57       ` John Tait

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.orgmode.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=8762pzr7h1.fsf@fastmail.fm \
    --to=mdl@imapmail.org \
    --cc=emacs-orgmode@gnu.org \
    --cc=johngtait@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).