I am using the following to insert pictures in my file:
Code: Select all
\begin{figure}
\begin{center}
\includegraphics[width=0.50\textwidth, angle = 0]{Name.jpg}
\caption{Text.}\label{Figure x}
\end{center}
\end{figure}
- Most pictures in this file are square graphs, the pictures that cause a problem are rectangular, and much more wide than high
- Every picture in the file gives this error:
"cannot determine size of graphic {no bounding box}"
I just press enter, and for most of the pictures it works fine, but perhaps this has something to do with it?
Help is much appreciated! Thanks,
David