From: Eric Durant Subject: dvips 5.83 -> 5.86: change in TIFF handling Date: 21 Jul 2000 00:00:00 GMT Message-ID: <397889D4.A7DB9155@umich.edu> Content-Transfer-Encoding: 7bit X-Accept-Language: en Content-Type: text/plain; charset=us-ascii X-Complaints-To: usenet@eecs.umich.edu X-Trace: news.eecs.umich.edu 964200796 48935 141.213.12.216 (21 Jul 2000 17:33:16 GMT) Organization: EECS Dept. Univ. of Michigan Mime-Version: 1.0 Newsgroups: comp.text.tex After upgrading MiKTeX from 1.20c to 1.20e, I noticed that TIFF files were no longer converted correctly by dvips. I've reproduced this problem on both Win98 and WinNT4. I found that if I replaced 1.20e's dvips v5.86 with 1.20c's dvips v5.83, everything works fine. Is some additional configuration necessary to cause dvips 5.86 to call tifftopnm and ppmtobmp to convert and embed TIFF files in PS output? Here is an example TeX file, named foo.tex on my system: ==================== \documentclass{article} \usepackage[dvips]{graphicx} \DeclareGraphicsRule{.tif}{bmp}{}{} \begin{document} \includegraphics[width=0.73in,height=0.65in]{bar.tif} \end{document} ==================== Converting with dvips 5.83 (after running `latex foo', of course): D:\data\foo>dvips foo This is dvips 5.83 (MiKTeX 1.20c) Copyright 1998 Radical Eye Software (www.radicaleye.com) ' TeX output 2000.07.21:1309' -> foo.ps . [1converting bar.tif... tifftopnm: writing PPM file ppmtobmp: computing colormap... ppmtobmp: 25 colors found ppmtobmp: Using 8 bits per pixel made bitmap file C:\TEMP\mik3E0.tmp ] ==================== Converting with dvips 5.86 (renamed `dvips586.exe'): D:\data\foo>dvips586 foo This is dvips(k) 5.86 Copyright 1999 Radical Eye Software (www.radicaleye.com) ' TeX output 2000.07.21:1309' -> foo.ps . [1 dvips586: em:graph: bar.tif: File not found ] ==================== -- Eric Durant http://edurant.com/