Re: [O] Controlling image width and placement in Beamer export

2013-11-27 Thread Nick Dokos
Jarmo Hurri writes: > Greetings John. > > John Hendy writes: > >> This comes up all the time. > > Perhaps we could lower the frequency by making a small change to the > manual? > >> The key is to put it 1) before results (as you've done) and 2) to use >> a named source block (with #+name: foo a

Re: [O] Controlling image width and placement in Beamer export

2013-11-26 Thread Jarmo Hurri
Greetings John. John Hendy writes: > This comes up all the time. Perhaps we could lower the frequency by making a small change to the manual? > The key is to put it 1) before results (as you've done) and 2) to use > a named source block (with #+name: foo above your babel code) so that > Org

Re: [O] Controlling image width and placement in Beamer export

2013-11-26 Thread Nick Dokos
Jarmo Hurri writes: > Greetings. > > I needed to create an Asymptote-generated centered image with a smaller > width than the default .9\linewidth in a Beamer export. After trial and > error I ended with the method shown below. In particular, to my surprise > an > > #+ATTR_LATEX: :width 5cm > > _

Re: [O] Controlling image width and placement in Beamer export

2013-11-26 Thread John Hendy
On Tue, Nov 26, 2013 at 7:51 AM, Jarmo Hurri wrote: > > Greetings. > > I needed to create an Asymptote-generated centered image with a smaller > width than the default .9\linewidth in a Beamer export. After trial and > error I ended with the method shown below. In particular, to my surprise > an >

Re: [O] Controlling image width and placement in Beamer export

2013-11-26 Thread John Hendy
On Tue, Nov 26, 2013 at 7:51 AM, Jarmo Hurri wrote: > > Greetings. > > I needed to create an Asymptote-generated centered image with a smaller > width than the default .9\linewidth in a Beamer export. After trial and > error I ended with the method shown below. In particular, to my surprise > an >

[O] Controlling image width and placement in Beamer export

2013-11-26 Thread Jarmo Hurri
Greetings. I needed to create an Asymptote-generated centered image with a smaller width than the default .9\linewidth in a Beamer export. After trial and error I ended with the method shown below. In particular, to my surprise an #+ATTR_LATEX: :width 5cm _above_ the #+BEGIN_SRC did not work, s