I want to add a figure in eps file extension.I usually use this command to open jpg files
Code: Select all
\begin{figure}[h]
\centering
\includegraphics{1_a}
\label{fig:1_a}
\end{figure}
Code: Select all
\begin{figure}[h]
\centering
\includegraphics{1_b}
\label{fig:1_b}
\end{figure}
By the way the file is included within the same directory and
I have included \documentstyle[epsf] at the begining of my document.
I asked some other people they said that when they use Winedit ,it will not give them this error.