I'm using a two column layout and I'm trying to get a figure to appear on the bottom of the page it's currently on. Floats don't work natively in a multicol environment.
Right now I'm getting around this issue by placing the following on the page before the one I want the image to appear on:
\begin{figure*}[b!]
\centering
\includegraphics[scale=0.8]{graph}
\captionof{figure}{graph}
\end{figure*}
It works, but the code sure isn't pretty... What can I do to fix this?
\captionofhere, a normal\captionwill do. – Torbjørn T. Nov 22 '11 at 00:18