From mboxrd@z Thu Jan 1 00:00:00 1970 From: Derek Thomas Subject: Re: Re: Beamer export questions/suggestions Date: Wed, 23 Feb 2011 12:51:21 -0600 Message-ID: References: <877hcqpuka.fsf@ucl.ac.uk> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from [140.186.70.92] (port=41682 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PsJo4-0005zq-Us for emacs-orgmode@gnu.org; Wed, 23 Feb 2011 13:51:25 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PsJo2-0007E7-Nw for emacs-orgmode@gnu.org; Wed, 23 Feb 2011 13:51:24 -0500 Received: from mail-vx0-f169.google.com ([209.85.220.169]:50194) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PsJo2-0007Dt-Kv for emacs-orgmode@gnu.org; Wed, 23 Feb 2011 13:51:22 -0500 Received: by vxc38 with SMTP id 38so3123547vxc.0 for ; Wed, 23 Feb 2011 10:51:21 -0800 (PST) In-Reply-To: List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: chris.m.malone@gmail.com Cc: emacs-orgmode@gnu.org Eric and Chris, Thanks for your responses. Eric, I'm currently using latex directly in org, but this method doesn't play nicely with export to a regular tex file. Would it be possible to use something similar to this? #+begin_src org ** A plain slide *** [path/to/fig] :PROPERTIES: :FIGURE_envargs: Figure placement options :END: #+end_src The ability to specify placement in beamer would allow figures to be placed correctly in beamer slides and also display inline for general org export. Thanks for your help, Derek On Wed, Feb 23, 2011 at 12:24 PM, wrote: > Hi Eric, > > Thanks for that useful bit of info! > > Chris > On Feb 23, 2011 11:47am, Eric S Fraga wrote: >> Chris Malone chris.m.malone@gmail.com> writes: >> >> >> >> > Hi Derek, >> >> > >> >> > Re your first question: >> >> > >> >> > One simple, albeit somewhat hackish way of achieving this would be to >> >> > utilize =3Dorg-mode=3D's #+begin_beamer ... #+end_beamer syntax with >> > =3Dbeamer=3D's >> >> > frame option =3Dplain=3D =C2=A0 For example: >> >> >> >> You don't need to do this. =C2=A0You can pass options to frames using th= e >> >> BEAMER_envargs property: >> >> >> >> #+begin_src org >> >> ** A plain slide >> >> =C2=A0 :PROPERTIES: >> >> =C2=A0 :BEAMER_envargs: [plain] >> >> =C2=A0 :END: >> >> =C2=A0 - a list >> >> =C2=A0 - with few entries >> >> =C2=A0 - but more than I thought >> >> #+end_src >> >> >> >> I use this all the time for options such as shrink and allowframebreaks. >> >> >> >> -- >> >> : Eric S Fraga (GnuPG: 0xC89193D8FFFCF67D) in Emacs 24.0.50.1 >> >> : using Org-mode version 7.4 (release_7.4.528.gd457) >> > _______________________________________________ > Emacs-orgmode mailing list > Please use `Reply All' to send replies to the list. > Emacs-orgmode@gnu.org > http://lists.gnu.org/mailman/listinfo/emacs-orgmode > > On Wed, Feb 23, 2011 at 12:24 PM, wrote: > Hi Eric, > > Thanks for that useful bit of info! > > Chris > On Feb 23, 2011 11:47am, Eric S Fraga wrote: >> Chris Malone chris.m.malone@gmail.com> writes: >> >> >> >> > Hi Derek, >> >> > >> >> > Re your first question: >> >> > >> >> > One simple, albeit somewhat hackish way of achieving this would be to >> >> > utilize =3Dorg-mode=3D's #+begin_beamer ... #+end_beamer syntax with >> > =3Dbeamer=3D's >> >> > frame option =3Dplain=3D =C2=A0 For example: >> >> >> >> You don't need to do this. =C2=A0You can pass options to frames using th= e >> >> BEAMER_envargs property: >> >> >> >> #+begin_src org >> >> ** A plain slide >> >> =C2=A0 :PROPERTIES: >> >> =C2=A0 :BEAMER_envargs: [plain] >> >> =C2=A0 :END: >> >> =C2=A0 - a list >> >> =C2=A0 - with few entries >> >> =C2=A0 - but more than I thought >> >> #+end_src >> >> >> >> I use this all the time for options such as shrink and allowframebreaks. >> >> >> >> -- >> >> : Eric S Fraga (GnuPG: 0xC89193D8FFFCF67D) in Emacs 24.0.50.1 >> >> : using Org-mode version 7.4 (release_7.4.528.gd457) >> > _______________________________________________ > Emacs-orgmode mailing list > Please use `Reply All' to send replies to the list. > Emacs-orgmode@gnu.org > http://lists.gnu.org/mailman/listinfo/emacs-orgmode > >