emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Eric Schulte <schulte.eric@gmail.com>
To: Org Mode Mailing List <emacs-orgmode@gnu.org>
Subject: How to use overprint in Beamer export
Date: Mon, 22 Apr 2013 20:10:09 -0600	[thread overview]
Message-ID: <874neyyp32.fsf@gmail.com> (raw)

Hi,

I'd like to enclose a series of blocks which replace each other in the
Beamer overprint environment.

Here's the LateX I'd like to produce.

    % latex
    \begin{frame}[fragile]{The Things}
    \begin{block}{Things}
      \begin{description}[<+->]
      \item[foo] the first thing I want to talk about
      \item[bar] this is the second, follows the first
      \item[baz] third and final
      \end{description}
    \end{block}

    \begin{overprint}
      \onslide<1>
      \begin{block}{Foo}
        A picture of a ``foo''.
      \end{block}

      \onslide<2>
      \begin{block}{Bar}
        Some text about ``bar''.
      \end{block}

      \onslide<3>
      \begin{block}{Baz}
        Content relevant only to ``baz''.
      \end{block}

    \end{overprint}

    \end{frame}

I see no way to generate this from Org-mode given the folding behavior
of Org-mode outlines.  Namely the fact that there is no way to *close* a
heading.

Any suggestions appreciated.  Thanks,

-- 
Eric Schulte
http://cs.unm.edu/~eschulte

             reply	other threads:[~2013-04-23  2:10 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-04-23  2:10 Eric Schulte [this message]
2013-04-23  6:26 ` How to use overprint in Beamer export Suvayu Ali
2013-04-23 13:21   ` Eric Schulte
2013-04-23  7:25 ` Nicolas Goaziou
2013-04-23  8:12   ` Suvayu Ali
2013-04-23 13:22   ` Eric Schulte

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=874neyyp32.fsf@gmail.com \
    --to=schulte.eric@gmail.com \
    --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).