Quote:
Originally Posted by shilz222 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: Code: \textbf{5}
\begin{figure}
\centering
\includegraphics{file.JPG}
\caption{r(t) graph}
\label{Fig 1}
\end{figure}
Any ideas?
Thanks |
I always have trouble with graphics.
You could try making sure that the case of the file name is correct (try file.jpg)
Other than that all I can suggest is that you convert the jpg to an encapsulated postscript file, that always seems to work.
Another possibility is convert the graphic to a pdf file and try including that.
And yet another; rather than go from LaTeX to pdf directly, go to postscript and use ghostview/script to convert to pdf.
Finally every combination of the above.
Finally finally check that the "usepackage[driver]{graphicsx}" (or whatever you are using) is there and you are using the correct driver.
RonL