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

NEW: TikZ book now 40% off at Amazon.com for a short time.

And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p

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