I hope I am posting in the right section!
In my thesis, the figures messes up everything...
I am not sure why :
1. I get errors and figures extra big...even when tying to use: [height=1in,width=1in] and play with the dimension nothing changes

2. the figure resolution gets distorted and the size does not change though
3. the figure is in black and white or looses the colours!
4. Latex output the caption aswhat is in the \label{fig:HWIL.JPG}
and not what is between the [] in caption!
i use this syntax..
\begin{figure}[htbp]
\centering
\includegraphics[width=1\textwidth]{./Figures/HWIL.JPG}
\caption[HWIL]{HWIL}
\label{fig:HWIL.JPG}
\end{figure}
thansk for helping me
