I am using the SCfigure package for images with captions to the left or right instead of below the image
i.e.
Code: Select all
\begin{SCfigure}
\centering
\includegraphics{img01}
\caption{this caption will appear beside the image}
\label{fig:img01}
\end{SCfigure}
Or is there some latex trickery to accomplish this?