Graphics, Figures & Tablestif, eps problem

Information and discussion about graphics, figures & tables in LaTeX documents.
Post Reply
carol
Posts: 105
Joined: Wed Dec 24, 2008 7:25 pm

tif, eps problem

Post by carol »

Hi,
I use \includepackage{graphicx} which causes no problem when I use it with a jpg image. however, when I use it for an eps image with the option [dvips] I get no error but the image doesn't appear in pdf file. And when I use it with a tif or png file with or without [pdftex] option (that should include tiff files), I get the error message that the image file is not recognized. How to make it work with eps, tiff, png files?

thanks

Recommended reading 2024:

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

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

Stefan Kottwitz
Site Admin
Posts: 10345
Joined: Mon Mar 10, 2008 9:44 pm

tif, eps problem

Post by Stefan Kottwitz »

Hi Carol,

the tiff format is not supported.
pdfLaTeX supports jpg, png and pdf images, LaTeX (to dvi) is able to include eps files. For eps images use LaTeX instead of pdfLaTeX or convert it to pdf with a tool like epstopdf.

Stefan
LaTeX.org admin
Post Reply