From: Christopher Witte <chris@witte.net.au>
To: Org Mode <emacs-orgmode@gnu.org>
Subject: Extending attr_latex
Date: Wed, 18 Jan 2012 16:37:04 +0100 [thread overview]
Message-ID: <CAALnB3EHHRY9=cu3FASfREJQMVfQ9+9N1T685+vxBARVq25tww@mail.gmail.com> (raw)
[-- 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 --]
next reply other threads:[~2012-01-18 15:37 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-01-18 15:37 Christopher Witte [this message]
2012-01-18 19:27 ` Extending attr_latex Rafael
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
List information: https://www.orgmode.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to='CAALnB3EHHRY9=cu3FASfREJQMVfQ9+9N1T685+vxBARVq25tww@mail.gmail.com' \
--to=chris@witte.net.au \
--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 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).