I have placed an image within my .tex file. I have included my code below. However, the image displays on my PDF document within the text of the following paragraph.
How can I get my image to stay where it was placed?
The primary model set forth in this standard is included in figure \ref{fig:ISA95Model} below.
Code: Select all
\begin{figure}[!htbp]
\centering
\includegraphics[width=6.5cm]{images/ISA-95-model.png}
\caption{ISA 95 Hierarchical Model.}
\label{fig:ISA95Model}
\end{figure}
Regards