From mboxrd@z Thu Jan 1 00:00:00 1970 From: Darlan Cavalcante Moreira 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 Message-ID: <4ba9dfce.0d67f10a.2a30.37b2@mx.google.com> References: <4BA86A5A.2040000@gmail.com> <4BA94D16.6090908@gmail.com> <87sk7qr3jc.fsf@fastmail.fm> <4BA99E1E.6030803@gmail.com> Mime-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=US-ASCII Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NuNCD-0000wV-JG for emacs-orgmode@gnu.org; Wed, 24 Mar 2010 05:48:17 -0400 Received: from [140.186.70.92] (port=45028 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NuNCA-0000vg-3J for emacs-orgmode@gnu.org; Wed, 24 Mar 2010 05:48:16 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1NuNC3-0003Op-N3 for emacs-orgmode@gnu.org; Wed, 24 Mar 2010 05:48:13 -0400 Received: from mail-ew0-f216.google.com ([209.85.219.216]:52209) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1NuNC3-0003Oc-Ib for emacs-orgmode@gnu.org; Wed, 24 Mar 2010 05:48:07 -0400 Received: by ewy8 with SMTP id 8so960959ewy.8 for ; Wed, 24 Mar 2010 02:48:05 -0700 (PDT) In-Reply-To: <4BA99E1E.6030803@gmail.com> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Christian Wittern Cc: Matt Lundin , Org Mode Mailing List 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 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