Search found 2 matches

by xizzling
Sat Oct 03, 2009 7:52 pm
Forum: Graphics, Figures & Tables
Topic: Error while printing .eps figure in Kile
Replies: 2
Views: 1661

Re: Error while printing .eps figure in Kile

Ok, thanks all for reading.

I seem to have resolved the directory location problem of those files, apparantly..


Regards,
by xizzling
Sat Oct 03, 2009 7:21 pm
Forum: Graphics, Figures & Tables
Topic: Error while printing .eps figure in Kile
Replies: 2
Views: 1661

Error while printing .eps figure in Kile

Hello everyone,

Im a bit new to latex and have chosen kile as editor.
While trying to display some .eps figures, using this code snippet:

\begin{figure}
\centering
\includegraphics[scale=1]{circuit.eps}
\caption{\emph{circuit}}\
\end{figure}

The first time i use it, theres no error. But on the ...