From mboxrd@z Thu Jan 1 00:00:00 1970 From: Giuseppe Lipari Subject: Re: Overlay in beamer? Date: Wed, 30 Apr 2014 18:31:57 +0200 Message-ID: References: <877g66luov.fsf@ucl.ac.uk> Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=089e0149c51053510604f8451678 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:48834) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WfXQR-0004Q2-9E for emacs-orgmode@gnu.org; Wed, 30 Apr 2014 12:32:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WfXQM-0005q2-RV for emacs-orgmode@gnu.org; Wed, 30 Apr 2014 12:32:03 -0400 Received: from mail-qa0-x22c.google.com ([2607:f8b0:400d:c00::22c]:55734) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WfXQM-0005pt-M7 for emacs-orgmode@gnu.org; Wed, 30 Apr 2014 12:31:58 -0400 Received: by mail-qa0-f44.google.com with SMTP id k15so1902116qaq.3 for ; Wed, 30 Apr 2014 09:31:57 -0700 (PDT) In-Reply-To: <877g66luov.fsf@ucl.ac.uk> 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 , emacs-orgmode@gnu.org --089e0149c51053510604f8451678 Content-Type: text/plain; charset=UTF-8 Dear Eric, thank you for your very fast answer! I solved by using directly latex code, but I will also consider your solution. 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 #+ATTR_BEAMER: :overlay <1-> (Was it available before? I just found this old thread: http://stackoverflow.com/questions/6974560/how-do-i-use-overlay-specifications-for-lists-in-org-modes-beamer-export-featur ) Thanks again, Giuseppe Lipari 2014-04-30 17:10 GMT+02:00 Eric S Fraga : > > [...] > > > I tried several options, for example this one: > > > > --------- begin-snippet------------- > > > > #+ATTR_BEAMER: :overlay <1> > > [[ file:figure1 ]] > > [...] > > The following works for me: > > #+beamer: \only<1>{ > [[file:figure1.png]] > #+beamer: }\only<2>{ > [[file:figure2.png]] > #+beamer: }\only<3->{ > [[file:figures3.png]] > #+beamer: } > > Not pretty but... > HTH, > eric > -- > : Eric S Fraga (0xFFFCF67D), Emacs 24.4.50.2, Org release_8.2.6-923-g233c11 > -- Giuseppe Lipari RETIS Lab, CEIIC Scuola Superiore Sant'Anna via Moruzzi, 1 56127 Pisa tel: 050 882030 fax: 050 882003 web: http://feanor.sssup.it/~lipari/ blogs: http://scacciamennule.blogspot.com http://okpanico,wordpress.com http://algoland.wordpress.com --089e0149c51053510604f8451678 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
Dear Eric,

thank you for your very fast a= nswer!

I solved by using directly latex code, but I will= also consider your solution.
=C2=A0
Since overlays are very much use= d in beamer, I was just wondering if it would be easy (or even desirable) t= o add one more property to ATTR_LATEX (or ATTR_BEAMER), so to specify overl= ays for figures ... something like

#+ATTR_BEAMER: :overlay <1-> =C2=A0

(Was it availab= le before? I just found this old thread:=C2=A0=C2=A0 http://stackoverflow.com/questions/69= 74560/how-do-i-use-overlay-specifications-for-lists-in-org-modes-beamer-exp= ort-featur)

Thanks again,

Giuseppe Lipari


2014-04-30 17:10 GMT+02:00 Eric = S Fraga <e.fraga@ucl.ac.uk>:

[...]

> I tried several options, for example this one:
>
> --------- begin-snippet-------------
>
> =C2=A0 #+ATTR_BEAMER: :overlay <1>
> =C2=A0 [[ file:figure1 ]]

[...]

The following works for me:

#+beamer: \only<1>{
[[file:figure1.png]]
#+beamer: }\only<2>{
[[file:figure2.png]]
#+beamer: }\only<3->{
[[file:figures3.png]]
#+beamer: }

Not pretty but...
HTH,
eric
--
: Eric S Fraga (0xFFFCF67D), Emacs 24.4.50.2, Org release_8.2.6-923-g233c11=



--
Giuseppe = Lipari
RETIS Lab, CEIIC
Scuola Superiore Sant'Anna
via Moruzzi= , 1
56127 Pisa
tel:=C2=A0=C2=A0 050 882030
fax:=C2=A0 050 882003web: http:/= /feanor.sssup.it/~lipari/
blogs: htt= p://scacciamennule.blogspot.com
=C2=A0=C2=A0 =C2=A0 =C2=A0 =C2=A0 = =C2=A0http://okpanico,wordpress.com=C2=A0
=C2=A0=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0http://algoland.wordpress.com
--089e0149c51053510604f8451678--