Graphics, Figures & TablesError while printing .eps figure in Kile

Information and discussion about graphics, figures & tables in LaTeX documents.
Post Reply
xizzling
Posts: 2
Joined: Sat Oct 03, 2009 6:37 pm

Error while printing .eps figure in Kile

Post by xizzling »

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:

Code: Select all

\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 second .eps figure, the following error comes up:

Code: Select all

main.tex:90: file circuit.eps not found on line 90.
This is despite the fact that i have both the .eps figures saved in the same directory?? Any clue to this complaint

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

Learn LaTeX easily with newest books:

The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis

The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more

LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis

xizzling
Posts: 2
Joined: Sat Oct 03, 2009 6:37 pm

Re: Error while printing .eps figure in Kile

Post by xizzling »

Ok, thanks all for reading.

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


Regards,
User avatar
localghost
Site Moderator
Posts: 9202
Joined: Fri Feb 02, 2007 12:06 pm

Re: Error while printing .eps figure in Kile

Post by localghost »

It would be kind if you post the solution as well as the final cause of the problem.


Best regards and welcome to the board
Thorsten¹
Post Reply