[tex-live] epstopdf.sty 2008 vs 2009

Daniel Becker daniel.becker at uni-rostock.de
Thu Aug 13 12:41:06 CEST 2009


Hallo -

the following testfile, which used to work with TL2008, doesn't work  
with TL2009 (pdflatex):

! Package pdftex.def Error: File `testbild-tif-converted-to.png' not  
found.

Does one need to use \DeclareGraphicsRule now differently because of  
the update of epstopdf.sty?

Best,
Daniel

A zip with the .tex and the .tif is here:
http://www.deabib.org/tiftest.zip






\documentclass[11pt]{article}

\usepackage{graphicx}

\usepackage{epstopdf}
\DeclareGraphicsRule{.tif}{png}{.png}{`convert #1 `dirname #1`/ 
`basename #1 .tif`.png}
\PrependGraphicsExtensions{.tif}

\begin{document}

\includegraphics[]{testbild.tif}

\end{document} 
  


More information about the tex-live mailing list