emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Eric S Fraga <e.fraga@ucl.ac.uk>
To: Giuseppe Lipari <giulipari@gmail.com>
Cc: emacs-orgmode@gnu.org
Subject: Re: Overlay in beamer?
Date: Wed, 30 Apr 2014 18:00:53 +0100	[thread overview]
Message-ID: <87a9b2kb0a.fsf@ucl.ac.uk> (raw)
In-Reply-To: CABHo5SAQ2AruMPeOQrgjJeoCGTAOMtMUuif-eejoZY8Lcmhwcg@mail.gmail.com

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

On Wednesday, 30 Apr 2014 at 18:31, Giuseppe Lipari wrote:
> Since overlays are very much used in beamer, I was just wondering if it
> would be easy (or even desirable) to add one more property to ATTR_LATEX
> (or ATTR_BEAMER), so to specify overlays for figures ... something like
>

There is the BEAMER_ACT property that can be used to apply overlay
information on blocks but I don't think it's possible on individual
figures.  Of course, you could put each figure in a separate block.  The
following/attached will match what you had originally.


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: x.org --]
[-- Type: text/x-org, Size: 240 bytes --]

#+options: H:1
* The slide
** figure 1
:PROPERTIES:
:beamer_act: <1>
:END:
[[file:chromosome.png]]
** figure 2
:PROPERTIES:
:beamer_act: <2>
:END:
[[file:diagram.png]]
** figure 3
:PROPERTIES:
:beamer_act: <3->
:END:
[[file:equation1.png]]

[-- Attachment #3: Type: text/plain, Size: 198 bytes --]


What may not be easy or possible is to use the \only directive, which is
what I used in my previous response to you.
-- 
: Eric S Fraga (0xFFFCF67D), Emacs 24.4.50.2, Org release_8.2.6-923-g233c11

  reply	other threads:[~2014-04-30 17:01 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-04-30 12:27 Overlay in beamer? Giuseppe Lipari
2014-04-30 15:10 ` Eric S Fraga
2014-04-30 16:31   ` Giuseppe Lipari
2014-04-30 17:00     ` Eric S Fraga [this message]
2014-05-07  9:09       ` Suvayu Ali

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=87a9b2kb0a.fsf@ucl.ac.uk \
    --to=e.fraga@ucl.ac.uk \
    --cc=emacs-orgmode@gnu.org \
    --cc=giulipari@gmail.com \
    /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).