Im a bit new to latex and have chosen kile as editor.
While trying to display some .eps figures, using this code snippet:
Code: Select all
\begin{figure}
\centering
\includegraphics[scale=1]{circuit.eps}
\caption{\emph{circuit}}\
\end{figure}
Code: Select all
main.tex:90: file circuit.eps not found on line 90.