GeneralImage appearing in wrong location

LaTeX specific issues not fitting into one of the other forums of this category.
Post Reply
topgear1
Posts: 1
Joined: Tue Dec 09, 2008 11:17 pm

Image appearing in wrong location

Post by topgear1 »

Hi guys,
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.
Below is where the image is appearing, it should be below the first paragraph below Experimental Detail. I just can't figure out whats going wrong.

Image

Thx
Chris

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

localghost
Site Moderator
Posts: 9202
Joined: Fri Feb 02, 2007 12:06 pm

Re: Image appearing in wrong location

Post by localghost »

The issue of placing a figure is not new in this forum. Please, use the search function to get suitable solutions. Search especially for placement parameters of float environments.


Best regards and welcome to the board
Thorsten¹
User avatar
Stefan Kottwitz
Site Admin
Posts: 10348
Joined: Mon Mar 10, 2008 9:44 pm

Image appearing in wrong location

Post by Stefan Kottwitz »

Hi Chris,

welcome to the board!
Perhaps have a look at Prevent floating of figures or tables.
The epslatex document could be very helpful regarding you question, it's dealing also with the placement of figures.

Stefan
LaTeX.org admin
Post Reply