When I try to insert an image, all that comes up is the file name. There is no picure. I am using TeXnicCenter, and use the following conversion: LaTeX --> PDF
Here is the code I typed:Any ideas?Code:\textbf{5}
\begin{figure}
\centering
\includegraphics{file.JPG}
\caption{r(t) graph}
\label{Fig 1}
\end{figure}
Thanks

