I am using LEd on Windows to generate pdf files from latex. I am trying to include .eps images in my file. It works fine when I generate a dvi file, and I can see the result, but all attempts to generate a pdf with pdflatex (or from the dvi) fail because it says suddenly it can't find the graphics file.
Here is my code:
Code: Select all
\begin{figure}[h]
\includegraphics[trim=2.8cm 1.5cm 3cm 1.3cm, clip=true, scale=.8]{newclock}
\end{figure}
And the weirdest part is I am pretty sure this was working a day or two ago, although I've been messing around with so many graphics types I could be remembering wrong.
Anyone have any suggestions?
Also, if I add this line:
Code: Select all
\DeclareGraphicsExtensions{.eps}