[pdftex] eps files and pdflatex

Michael Chapman mchapman at mchapman.com
Wed Feb 13 11:00:04 CET 2002


On Wednesday 13 February 2002 06:59, Alfred K. K. Wong wrote:
> Greetings:
>
> I encountered the following problem: a latex file in the seminar class
> that incorporates eps graphics was successfully compiled and printed.
> However, pdflatex complains about the ".eps" extension being unknown.
> Any advice is appreciated.  The latex file reads
>

If you change 

>   \includegraphics[width=0.75in,height=1.5in]{present.eps}
 to

\includegraphics[width=0.75in,height=1.5in]{present}

does it still work ?

Generally best to leave pdflatex to choose the best format (if >1) and not 
specify anyway. (This also allows one to have picture.gif and your own 
locally created picture.png in the same directory, and not worry about 
extensions.)

Michael.



More information about the pdftex mailing list