From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric S Fraga Subject: Re: Overlay in beamer? Date: Wed, 30 Apr 2014 18:00:53 +0100 Message-ID: <87a9b2kb0a.fsf@ucl.ac.uk> References: <877g66luov.fsf@ucl.ac.uk> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="=-=-=" Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:54876) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WfXsZ-0007UC-Vr for emacs-orgmode@gnu.org; Wed, 30 Apr 2014 13:01:15 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WfXsS-0007IL-Bi for emacs-orgmode@gnu.org; Wed, 30 Apr 2014 13:01:07 -0400 Received: from mail-am1lp0015.outbound.protection.outlook.com ([213.199.154.15]:42901 helo=emea01-am1-obe.outbound.protection.outlook.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WfXsS-0007D0-31 for emacs-orgmode@gnu.org; Wed, 30 Apr 2014 13:01:00 -0400 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Giuseppe Lipari Cc: emacs-orgmode@gnu.org --=-=-= Content-Type: text/plain 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. --=-=-= Content-Type: text/x-org Content-Disposition: inline; filename="x.org" #+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]] --=-=-= Content-Type: text/plain 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 --=-=-=--