Graphics, Figures & Tables ⇒ tif, eps problem
tif, eps problem
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
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
- Stefan Kottwitz
- Site Admin
- Posts: 10358
- Joined: Mon Mar 10, 2008 9:44 pm
tif, eps problem
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