From mboxrd@z Thu Jan 1 00:00:00 1970 From: Giuseppe Lipari Subject: Overlay in beamer? Date: Wed, 30 Apr 2014 14:27:41 +0200 Message-ID: Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=001a11c15f3ac2e32604f841ac7a Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:55798) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WfTc6-0006W4-0h for emacs-orgmode@gnu.org; Wed, 30 Apr 2014 08:27:51 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WfTc4-0007qF-Iz for emacs-orgmode@gnu.org; Wed, 30 Apr 2014 08:27:49 -0400 Received: from mail-qa0-x232.google.com ([2607:f8b0:400d:c00::232]:64726) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WfTc4-0007q8-Bh for emacs-orgmode@gnu.org; Wed, 30 Apr 2014 08:27:48 -0400 Received: by mail-qa0-f50.google.com with SMTP id s7so1572306qap.9 for ; Wed, 30 Apr 2014 05:27:47 -0700 (PDT) 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: emacs-orgmode@gnu.org --001a11c15f3ac2e32604f841ac7a Content-Type: text/plain; charset=UTF-8 Dear list, I am having some trouble in using the beamer export. First of all, I have problems in finding documentation on the exporter on-line. Is there an up-to-date manual of this exporter, and the list of options? By searching for a solution to my problem, I found many different notation around the web (the wiki, stackoverflow, etc.) but I could not find a solution to my very simple problem. I have three images to show in my slide, one after the other (or one on top of the other). In Latex beamer, I can write something like: --------- begin-snippet------------- \begin{figure} \begin{center} \includegraphics<1>[width=.7\textwidth]{figure1} \includegraphics<2>[width=.7\textwidth]{figure2} \includegraphics<3->[width=.7\textwidth]{figure3} \end{center} \end{figure} --------- end-snippet------------- and it works. How do I do the same in org-beamer? I tried several options, for example this one: --------- begin-snippet------------- #+ATTR_BEAMER: :overlay <1> [[ file:figure1 ]] #+ATTR_BEAMER: :overlay <2> [[ file:figure2 ]] #+ATTR_BEAMER: :overlay <3> [[ file:figure3 ]] --------- end-snippet------------- or --------- begin-snippet------------- *** :B_ignoreheading: :PROPERTIES: :BEAMER_env: ignoreheading :BEAMER_act: <+> :END: [[file:figure1]] [[file:figure2]] [[file:figure3]] --------- end-snippet------------- and several other combinations of blocks, properties and attributes, but the generated latex output is always more or less the same: --------- begin-snippet------------- \includegraphics[width=.9\linewidth]{figure1} \includegraphics[width=.9\linewidth]{figure2} \includegraphics[width=.9\linewidth]{figure3} --------- end-snippet------------- Can someone help me to understand how to put overlays on figures? I am using org-mode version 8.2.5h (pulled from the git repository about one month ago I guess) on Emacs 24.3.1 Thanks in advance, Giuseppe Lipari -- 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 --001a11c15f3ac2e32604f841ac7a Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
Dear list,

I am having some tr= ouble in using the beamer export.
First of all, I have problems i= n finding documentation on the exporter on-line. Is there an up-to-date man= ual of this exporter, and the list of options? By searching for a solution = to my problem, I found many different notation around the web (the wiki, st= ackoverflow, etc.) but I could not find a solution to my very simple proble= m.

I have three images to show in my slide, one after the other (or = one on top of the other).
In Latex beamer, I can write something like:<= br>
--------- begin-snippet-------------

\begin{figure}
=C2=A0= \begin{center}
=C2=A0=C2=A0=C2=A0 \includegraphics<1>[width=3D.7\textwidth]{figure1}=
=C2=A0=C2=A0=C2=A0 \includegraphics<2>[width=3D.7\textwidth]{figu= re2}
=C2=A0=C2=A0=C2=A0 \includegraphics<3->[width=3D.7\textwidth]= {figure3}
=C2=A0=C2=A0 \end{center}
\end{figure}

--------- end-snippet-------------

and it works. = How do I do the same in org-beamer?


I tried several = options, for example this one:

--------- begin-snippet--= -----------

=C2=A0 #+ATTR_BEAMER: :overlay <1>
=C2= =A0 [[ file:figure1 ]]

=C2=A0 #+ATTR_BEAMER: :overlay <2>=
=C2=A0 [[ file:figure2 ]]

=C2=A0 #+ATTR_BEAMER: :over= lay <3>
=C2=A0 [[ file:figure3 ]]

--------- end-snippet-------------

=
or
=C2=A0
--------- begin-s= nippet-------------

*** =C2=A0=C2=A0=C2=A0 =C2=A0=C2=A0=C2=A0 =C2=A0= =C2=A0=C2=A0 =C2=A0=C2=A0=C2=A0 =C2=A0=C2=A0=C2=A0 =C2=A0=C2=A0=C2=A0 =C2= =A0=C2=A0=C2=A0 =C2=A0=C2=A0=C2=A0 :B_ignoreheading:
=C2=A0=C2=A0=C2=A0 :PROPERTIES:
=C2=A0=C2=A0=C2=A0 :BEAMER_env: ignorehe= ading
=C2=A0=C2=A0=C2=A0 :BEAMER_act: <+>
=C2=A0=C2=A0=C2=A0 :E= ND:

=C2=A0=C2=A0=C2=A0 [[file:figure1]]

=C2=A0=C2=A0=C2=A0 [[= file:figure2]]

=C2=A0=C2=A0=C2=A0 [[file:figure3]]
=C2=A0=C2=A0= =C2=A0
--------- end-snippet-------------

and several other combinations of blocks, properties and att= ributes, but the generated latex output is always more or less the same:

--------- begin-snippet-------------

\includegraphic= s[width=3D.9\linewidth]{figure1}
\includegraphics[width=3D.9\linewidth]{figure2}
\includegraphics[width= =3D.9\linewidth]{figure3}

--------- end-snippet-------------
Can someone help me to understand how to put overlays on figure= s?

I am using org-mode version 8.2.5h (pulled from the git repo= sitory about one month ago I guess) on Emacs 24.3.1

Thank= s in advance,

Giuseppe Lipari


-- Giuseppe Lipari
RETIS Lab, CEIIC
Scuola Superiore Sant'Anna
vi= a Moruzzi, 1
56127 Pisa
tel:=C2=A0=C2=A0 050 882030
fax:=C2=A0 050= 882003
web: 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
--001a11c15f3ac2e32604f841ac7a--