I am using graphicx to typeset the figures for my PhD thesis. I have large files in .eps format. However, whenever I try to typeset the file (using pdfTeX), the console says
"LaTeX error: File 'Figure' not found"
It is in the same directory as my .tex file, and the file will typeset if I create it as a .dvi and then convert it to .pdf. I would rather not do this though, because I want to use hyperref.
\usepackage{epstopdf}after\usepackage{graphicx}to automatically convert.epsto.pdfand it will compile withpdflatex– texenthusiast Apr 02 '13 at 21:36