Code: Select all
\documentclass{article}
\usepackage{graphicx}
\begin{document}
\begin{figure}
\includegraphics[width=\textwidth]{myfigure.eps}
\end{figure}
\end{document}
! Latex Error: Unknown graphics extension: .eps.
while if I input a .jpg or .png file instead it works.
How do I get around this ?? I don't want to convert all 800 eps figures into jpg's!