Im fairly new to using Latex and am trying to insert some pictures into my report. However the image does not appear where i placed the code. Instead the image appears at the top of the column in the section above it. The code i am using is shown below
Code: Select all
Text
\section*{Experimental Methods}
Text
\begin{figure}
\centering
\includegraphics[width=6.0cm]{Speedofsound}
\caption{schematic diagram of the experimental apparatus used}
\end{figure}
More Text.

Thx
Chris