I use a wrapfigure as below:
\begin{wrapfigure}{R}{0.5\textwidth}
\begin{center}
\includegraphics{image.png}
\end{center}
\caption{\small \sl My Diagram. \label{fig:image}}
\end{wrapfigure}
Somewhere in my report i have a formula which passes right below the figure. (i.e between caption and figure). How can i prevent this?
\documentclassand the appropriate packages so that those trying to help don't have to recreate it. That way those trying to help can focus on solution as opposed to setting up the problem test case. Personally, I have often solved my own problems in the process of reducing the amount of code actually required to reproduce the problem. – Peter Grill Apr 14 '12 at 1:02