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

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
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: 10358
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