Generalfigure disappears

LaTeX specific issues not fitting into one of the other forums of this category.
Post Reply
me_here_me
Posts: 46
Joined: Mon Feb 05, 2007 5:19 pm

figure disappears

Post by me_here_me »

Hi
I have inluded a figure in my latex document using the following code:

Code: Select all

\begin{figure}[t]
\centering
\includegraphics[width=1.9in]{Images/figure6-2}
\caption{This is the caption here}
\end{figure}
changing the width from 1.9 to all the way 2.2 has no effect on the size of the image. anything above 2.2 makes the figure to disappear altogeather.(For sure there is enough column and lenght of the page to fit in that figure with width 3.0).

thanks in advance

Recommended reading 2024:

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

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

klumpp
Posts: 15
Joined: Mon Jan 15, 2007 11:01 am

Re: figure disappears

Post by klumpp »

Does it disappear completely or is it pushed to the end of the document?
Post Reply