Graphics, Figures & TablesInsert graphics.eps

Information and discussion about graphics, figures & tables in LaTeX documents.
Post Reply
mora
Posts: 2
Joined: Sat Apr 09, 2016 12:12 pm

Insert graphics.eps

Post by mora »

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.

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

User avatar
Johannes_B
Site Moderator
Posts: 4182
Joined: Thu Nov 01, 2012 4:08 pm

Re: Insert graphics.eps

Post by Johannes_B »

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.
mora
Posts: 2
Joined: Sat Apr 09, 2016 12:12 pm

Re: Insert graphics.eps

Post by mora »

Thanks a lot. Your answer was very helpful.
Post Reply