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
> 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
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
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