all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Darlan Cavalcante Moreira <darcamo@gmail.com>
To: Christian Wittern <cwittern@gmail.com>
Cc: Matt Lundin <mdl@imapmail.org>,
	Org Mode Mailing List <emacs-orgmode@gnu.org>
Subject: Re: Re: org-beamer: How to get items appear sequentially rather than all at once
Date: Wed, 24 Mar 2010 10:47:58 +0100	[thread overview]
Message-ID: <4ba9dfce.0d67f10a.2a30.37b2@mx.google.com> (raw)
In-Reply-To: <4BA99E1E.6030803@gmail.com>


In Beamer, you may specify the overlay for each item as below
\begin{itemize}
  \item <+->  appear from start (could be <1->, but <+-> is better in case we change item order)
  \item <2>   only showed in the second "page of the slide"
  \item <3-4> showed in pages 3 and 4
  \item <4->  showed from slide 4
  \item       always showed
  \item <5->  showed from slide 5
\end{itemize}


We can do the samething in org-mode as below
 - <+->  appear from start (could be <1->, but <+-> is better in case we change item order)
 - <2>   only showed in the second "page of the slide"
 - <3-4> showed in pages 3 and 4
 - <4->  showed from slide 4
 - always showed
 - <5-> showed from slide 5

Of course that if you just want the items to appear sequentially it is easy
to use the default overlay specification, but it's nice to know that we
still have all the flexibility from beamer in org-mode.
   
- Darlan

At Wed, 24 Mar 2010 14:07:42 +0900,
Christian Wittern <cwittern@gmail.com> wrote:
> 
> Dear Matt,
> 
> On 2010-03-24 9:01, Matt Lundin wrote:
> > 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{<+->}
> >
> >    
> Thanks for your explanation.  I got it now!
> 
> > See section 9.6.3 of the beamer manual (Action Specifications) for more
> > details.
> >    
> Sorry, I did not realize there was a separate manual for beamer.  I will 
> go hunting now!
> 
> All the best,
> 
> Christian
> 
> 
> 
> _______________________________________________
> Emacs-orgmode mailing list
> Please use `Reply All' to send replies to the list.
> Emacs-orgmode@gnu.org
> http://lists.gnu.org/mailman/listinfo/emacs-orgmode

      reply	other threads:[~2010-03-24  9:48 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
2010-03-24  5:07       ` Christian Wittern
2010-03-24  9:47         ` Darlan Cavalcante Moreira [this message]

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=4ba9dfce.0d67f10a.2a30.37b2@mx.google.com \
    --to=darcamo@gmail.com \
    --cc=cwittern@gmail.com \
    --cc=emacs-orgmode@gnu.org \
    --cc=mdl@imapmail.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.