emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* Extending attr_latex
@ 2012-01-18 15:37 Christopher Witte
  2012-01-18 19:27 ` Rafael
  0 siblings, 1 reply; 2+ messages in thread
From: Christopher Witte @ 2012-01-18 15:37 UTC (permalink / raw)
  To: Org Mode

[-- Attachment #1: Type: text/plain, Size: 697 bytes --]

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.  Ideally I would like the following

** Overlays
#+ATTR_LaTeX: <+->
- one
- two
- three
- four
- five

to be exported as

\frametitle{Overlays}
\label{sec-1-10}
\begin{itemize}[<+->]
\item one
\item two
\item three
\item four
\item five
\end{itemize}
\end{frame}

Or is there already a way of achieving this? Come to think of it, prehaps
#+ATTR_beamer would be better for this?

Thanks
Chris.

[-- Attachment #2: Type: text/html, Size: 802 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: Extending attr_latex
  2012-01-18 15:37 Extending attr_latex Christopher Witte
@ 2012-01-18 19:27 ` Rafael
  0 siblings, 0 replies; 2+ messages in thread
From: Rafael @ 2012-01-18 19:27 UTC (permalink / raw)
  To: emacs-orgmode, chris

Christopher Witte <chris@witte.net.au> 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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2012-01-18 19:27 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-01-18 15:37 Extending attr_latex Christopher Witte
2012-01-18 19:27 ` Rafael

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).