It is apparently a well known error to get this when putting a graphic into your document, as can be seen here, here, and here.
\begin{figure}[h]
\caption{Example of a parametric plot ($\sin (x), \cos(x), x$)}
\centering
\includegraphics[width=0.8\textwidth,natwidth=610,natheight=642]{example}
\end{figure}
I've tried these, and some of them don't work, and others will not make latex crash, but will still not display the image. Example is a file, and I have saved it and tried this many times, with the format being wither jpeg, png, or eps.
The issue that I am having is (I believe) due to a combination of my latex configuration and the template I am using. Using another template is unacceptable,because it needs to be in this format.
I am able to use the same command in a new document with article template and the image prints fine. As well, a friend on a Mac (I'm not sure of the latex distribution she is using) said that she was able to put an image in no problem.
As for me, I am using miktex 2.9 with the editor Kile, although I receive the same error when I try it in texworks.
Any suggestions or guidance?
Thanks!