Hey guys,
I'm very new to LaTeX and I am using TeXnicCenter, anyway I'm writing my dissertation and tried to include an image using:
Code: Select all
\begin{figure}[H]
\centering
\includegraphics{../Pictures/DiracSea.png}
\label{fig:DiracSea}
\end{figure}
and I have loaded the graphicx package, but I keep getting this error 'Cannot determine the size of the image' and something about 'No bounding box'. Basically my image is placed at the top of the page (where I want it) but the top of the image is cut off for some reason (presumably because the bounding box hasn't been defined).
How do I solve this? And if so, the most simplest way!
Thanks guys,
SK