emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Matt Lundin <mdl@imapmail.org>
To: Org Mode <emacs-orgmode@gnu.org>
Subject: Question about org-beamer overlays
Date: Wed, 09 Mar 2011 13:59:48 -0500	[thread overview]
Message-ID: <87vczsqfvf.fsf@fastmail.fm> (raw)

I use beamer for presentations and appreciate the fine-grained control
over effects that it provides. For instance, I can combine overlay
specifications with includegraphics to mix and match different text and
images on the same frame.

--8<---------------cut here---------------start------------->8---
\begin{frame}
\frametitle{A Title}

\begin{columns}[c]

\column{2in}
\begin{itemize}
\item \emph{Text on first and second slides}
  \begin{itemize}
  \item<2-> Text on second slide
  \item<2-> \textbf<3>{Text on second slide, bold on third slide}
  \end{itemize}
\end{itemize}

\column{3in}
\includegraphics<1>[height=3in]{image1.jpg} % first slide only
\includegraphics<2>[height=3in]{image2.jpg} % second slide only
\includegraphics<3>[height=3in]{image3.jpg} % third slide only
\end{columns}
\end{frame}
--8<---------------cut here---------------end--------------->8---

Any ideas how I might accomplish similar effects in org-beamer (without
having too hack up the org file with too much LaTeX code)?

More generally, I'd be curious to learn how others use org beamer. Is
its primary purpose to create "quick and dirty" bullet-point
presentations? I generally find that I have to insert so much LaTeX code
into the org outline that it defeats the purpose of using org for
drafting the presentation. So perhaps I'm too fussy. :)

Any insights and/or advice would be greatly appreciated.

Best, 
Matt

             reply	other threads:[~2011-03-09 18:59 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-03-09 18:59 Matt Lundin [this message]
2011-03-10 13:31 ` Question about org-beamer overlays Eric S Fraga
2011-03-12 13:32   ` Matt Lundin
2011-03-13 20:07     ` Eric S Fraga

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=87vczsqfvf.fsf@fastmail.fm \
    --to=mdl@imapmail.org \
    --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).