I have some images in .eps format and I have trouble including them into latex.
I have included the following packages:
Code: Select all
\usepackage{mathptmx}
\usepackage{graphicx}
\usepackage{times}
and the code to include graphics is as below:
Code: Select all
\begin{figure}[ht]
\centering
\includegraphics[width=1.5in]{imageFirst.eps}
\caption{First Image.}
\end{figure}
Unknown graphics extention: .eps
Can someone guide me here. Do I need to include some package?
regards