Graphics, Figures & TablesProblem with insert a figure

Information and discussion about graphics, figures & tables in LaTeX documents.
Post Reply
alony
Posts: 3
Joined: Sun Jul 05, 2009 10:15 am

Problem with insert a figure

Post by alony »

Hi,

I tried to insert a figure into an article with two column that I am writing, this is the relevant part of the code:

Code: Select all

\subsection[Interferometry based Spectral Instruments]{Interferometry based Spectral Instruments}	

\subsubsection[Interference Filters and Fabry-Perot Interometer]{Interference Filters and Fabry-Perot Interometer}		
\begin{figure}[ht]
\centering
\includegraphics[width=0.50\textwidth]{InterferenceFilter.PNG}
\caption{Generation of multiple rays in an interference filter and intensity distribution of transmitted light.}
\label{fig:InterferenceFilter}
\end{figure}

Path difference...
Somehow the figure appear above the title of the section and not under it like I wrote in the code.
Why?
What can I do about it?
Attachments
pdf.JPG
pdf.JPG (140.92 KiB) Viewed 1894 times

Recommended reading 2024:

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

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

Stefan Kottwitz
Site Admin
Posts: 10345
Joined: Mon Mar 10, 2008 9:44 pm

Problem with insert a figure

Post by Stefan Kottwitz »

Hi alony,

you could try different positioning parameters for the figure like [!hb] instead of [ht] or have a look at Prevent floating of figures or tables.

Stefan
LaTeX.org admin
Post Reply