Hello,
Please, it will be greatly appreciated if you could help me.
I tried many times to insert the graphics using a latex program but it does not work. I really want to know where is the problem. I inserted my image(img-4.eps) using the following command.
begin{figure}[hbtp]
centering
includegraphics[scale=1]{img-4.eps}
caption{4}
end{figure}
It did not work. The image did not appear.
I tried the following as well.
includegraphics[scale=1]{img-4.eps}
It image did not appear as well.
That when I used the following command on the top of the document.
usepackage{graphicx}
Please please could you help me as soon as possible? I should submit the latex version very soon and I couldn't insert the graphics.
Thanks a lot for your very helpful forum.
Graphics, Figures & Tables ⇒ Insert graphics.eps
NEW: TikZ book now 40% off at Amazon.com for a short time.

- Johannes_B
- Site Moderator
- Posts: 4182
- Joined: Thu Nov 01, 2012 4:08 pm
Re: Insert graphics.eps
Convert the images to pdf and omit the file ending (.eps).
The smart way: Calm down and take a deep breath, read posts and provided links attentively, try to understand and ask if necessary.
Re: Insert graphics.eps
Thanks a lot. Your answer was very helpful.