Search found 1 match

by chemenger
Thu Oct 13, 2011 10:16 am
Forum: General
Topic: figure* at the bottom of the page
Replies: 6
Views: 68604

figure* at the bottom of the page

Try stfloats.sty at http://www.ctan.org/tex-archive/macros/ ... ib/sttools

put

Code: Select all

\usepackage{stfloats}
in the preamble

Code: Select all

\begin{figure*}[bp]
...
\end{figure*}
worked for me!