all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Matt Lundin <mdl@imapmail.org>
To: Christian Wittern <cwittern@gmail.com>
Cc: Org Mode Mailing List <emacs-orgmode@gnu.org>
Subject: Re: org-beamer: How to get items appear sequentially rather than all at once
Date: Tue, 23 Mar 2010 20:01:27 -0400	[thread overview]
Message-ID: <87sk7qr3jc.fsf@fastmail.fm> (raw)
In-Reply-To: <4BA94D16.6090908@gmail.com> (Christian Wittern's message of "Wed, 24 Mar 2010 08:21:58 +0900")

Hi Christian,

Christian Wittern <cwittern@gmail.com> writes:

> On 2010-03-24 1:08, Thomas S. Dye wrote:
>>
>>
>> Aloha Christian,
>>
>> Please see the beamer documentation for
>> \beamerdefaultoverlayspecification.  You can likely set it to yield
>> the behavior you're after.
>>
> Thomas,
> Hmm, there does not seem to be such a thing as
> \beamerdefaultoverlayspecification.  The only place where default
> overlays are mentioned is in connection with BEAMER_envargs.  But when
> I try the following, I do not get the expected results:

Try the following:

> #+STARTUP: beamer
> #+LaTeX_CLASS: beamer
> #+LaTeX_CLASS_OPTIONS: [presentation]
> #+BEAMER_FRAME_LEVEL: 1
> #+BEAMER_HEADER_EXTRA: \usetheme{default}\usecolortheme{default}
> #+COLUMNS: %40ITEM %10BEAMER_env(Env) %10BEAMER_envargs(Env Args)
> %4BEAMER_col(Col) %8BEAMER_extra(Extra)
> #+OPTIONS: toc:nil
>
> * Frame 1 
> :PROPERTIES:
> :BEAMER_envargs: [<+->]
> :END:
> ** This point should appear first
> ** And this point should be second
>

You need to set the default overlay argument on the frame (i.e., [<+-]).
This instructs LaTeX to create slides that reveal the items in the frame
one by one.

If you want to enable this behavior for all slides, you can place the
following line before the first heading:

#+beamer: \beamerdefaultoverlayspecification{<+->}

See section 9.6.3 of the beamer manual (Action Specifications) for more
details.

Best,
Matt

  reply	other threads:[~2010-03-24  0:01 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-03-23  7:14 org-beamer: How to get items appear sequentially rather than all at once Christian Wittern
     [not found] ` <D749AE38-B1FD-4FC9-8068-38DC7D4F71B1@tsdye.com>
2010-03-23 23:21   ` Christian Wittern
2010-03-24  0:01     ` Matt Lundin [this message]
2010-03-24  5:07       ` Christian Wittern
2010-03-24  9:47         ` Darlan Cavalcante Moreira

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

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

  git send-email \
    --in-reply-to=87sk7qr3jc.fsf@fastmail.fm \
    --to=mdl@imapmail.org \
    --cc=cwittern@gmail.com \
    --cc=emacs-orgmode@gnu.org \
    /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 external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.