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
Graphics, Figures & Tables ⇒ tif, eps problem
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
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
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