Re: [O] Positioning of images - export to LaTeX

2015-03-10 Thread Rainer M Krug
John Hendy writes: > On Tue, Mar 10, 2015 at 9:13 AM, Rainer M Krug wrote: >> Hi >> >> I am struggling with float positioning. I would like to have a float at >> the bottom of a page. Consider the following code: >> >> --8<---cut here---start->8--- >> * Some t

Re: [O] Positioning of images - export to LaTeX

2015-03-10 Thread Rasmus
> I am struggling with float positioning. I would like to have a float at > the bottom of a page. Maybe something like this: * Some text #+LATEX_HEADER: \renewcommand{\topfraction}{1} #+LATEX_HEADER: \renewcommand{\bottomfraction}{1} #+NAME: test #+begin_src R :exports results :file-ext pdf :re

[O] Positioning of images - export to LaTeX

2015-03-10 Thread Rainer M Krug
Hi I am struggling with float positioning. I would like to have a float at the bottom of a page. Consider the following code: --8<---cut here---start->8--- * Some text #+NAME: test #+begin_src R :exports results :file-ext pdf :results graphics :width 8 :height

Re: [O] Positioning of images - export to LaTeX

2015-03-10 Thread John Hendy
On Tue, Mar 10, 2015 at 9:13 AM, Rainer M Krug wrote: > Hi > > I am struggling with float positioning. I would like to have a float at > the bottom of a page. Consider the following code: > > --8<---cut here---start->8--- > * Some text > #+NAME: test > #+begin_s