Graphics, Figures & Tablesproblem with .eps graphics

Information and discussion about graphics, figures & tables in LaTeX documents.
Post Reply
marcone
Posts: 1
Joined: Wed Mar 03, 2010 1:43 am

problem with .eps graphics

Post by marcone »

I have a problem with graphics. I use this simple code:

\includegraphics[width=0.5\textwidth]{qqq.eps}

The latex compiler does not find any errors or warnings, but the image does not appear neither in dvi nor in ps format.

Recommended reading 2024:

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

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

gmedina
Posts: 2313
Joined: Wed Jul 11, 2007 11:45 pm

problem with .eps graphics

Post by gmedina »

Hi,
marcone wrote:...The latex compiler does not find any errors or warnings, but the image does not appear neither in dvi nor in ps format.
What do you get instead of the image? Please, build a minimal working example allowing us to reproduce the problem mentioned.
1,1,2,3,5,8,13,21,34,55,89,144,233,...
User avatar
Stefan Kottwitz
Site Admin
Posts: 10345
Joined: Mon Mar 10, 2008 9:44 pm

problem with .eps graphics

Post by Stefan Kottwitz »

Hi marcone,

did you set the draft option for the document class or the graphicx package? If yes, remove it or replace it by final.

Stefan
LaTeX.org admin
Post Reply