emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [O] Extending attr_latex


From: Rafael
Subject: Re: [O] Extending attr_latex
Date: Wed, 18 Jan 2012 13:27:31 -0600
User-agent: Gnus/5.110011 (No Gnus v0.11) Emacs/23.2 (gnu/linux)

Christopher Witte <address@hidden> writes:

> I putting together a presentation using org and exporting to beamer.  I was
> wondering if there is easy way to get each item in a list to display
> incrementally.  Beamer supports this with the \begin{itemize}[<+->]
> environment option.  Perhaps this could be achieved by extending the
> #+ATTR_LaTeX: syntax.  

I do it like this. 

** Overlays
   :PROPERTIES:
   :BEAMER_envargs: [<+->]
   :END:

- one
- two
- three
- four
- five




reply via email to

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