I have the following figure code :
\begin{figure}[h]
\centering
\includegraphics[scale=.7,bb=0 0 804 401]{f5.png}
\caption{Case Adaptation \cite{16} }
\label{fig:f5}
\end{figure}
Even though this figure is not at the end of the document, it is not appear as it supposed to be. Instead, it comes at the end of the document!
One more thing, why do I have to use the bb parameters for the PNG images? Is there any work around?
[!h]? Theplaceinspackage provides the command\FloatBarrierwhich can also be helpful. Keeping tables and figures close to where they are mentioned is a pretty definitive guide – cmhughes Feb 06 '12 at 02:31bbparameter? – Jake Feb 06 '12 at 02:35scale=.7is because the resulting image seems to fit within the text block. Is this in fact the case? Do you have any "Overfull\hbox" warnings in your.log? I would suggest usingwidth=\textwidthinstead, rather than guessing the scaling factor. – Werner Feb 06 '12 at 05:16