> 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 :results graphics :width 8 :height 
3
plot(runif(100))
#+end_src

#+ATTR_LATEX: :placement [b]
#+CAPTION: my fig
#+RESULTS: test
[[file:test.pdf]]


-- 
Hvor meget poesi tror De kommer ud af et glas isvand?


Reply via email to