On Wed, Aug 29, 2007 at 20:38 +0200, Frank Küster wrote: > Victor Stinner <[EMAIL PROTECTED]> wrote: > > > Package: texlive-latex-base > > Version: 2005.dfsg.3-1 > > > > I began to write a book but I get an error from hyperref package. > > > > Simply LaTeX example: > > --------------------------------------------------------------------- > > $ cat test.tex > > \documentclass[12pt]{book} > > \usepackage[pdftex]{hyperref} > > \begin{document} > > Hello World! > > \end{document} > > > > $ pdflatex test.tex > > (...) > > kpathsea: Running mktexmf pzdr > > ! I can't find file `pzdr'. > > (...) > > --------------------------------------------------------------------- > > (see full error message above) > > Hm, I cannot reproduce this. I have the package installed, and currently > it's not an option to remove it, but I tried with KPATHSEA_DEBUG=126, > and it does not search for pzdr.mf; I'm using a newer version, though.
I cannot reproduce this, either, even after removing texlive-fonts-recommended. However, I am also using texlive 2007, which I think is crucial here. According to, eg, <URL:http://www.tug.org/svn/texlive/trunk/Master/texmf-dist/tex/latex/hyperref/hpdftex.def?revision=985&view=markup&pathrev=3956> older versions of hpdftex.def did indeed require pifont.sty. However, we cannot change this for etch. And even if the problem would still exist in sid, I would be against a Depends for the simple reason that there are many LaTeX documents that can be processed without texlive-fonts-recommended. A Recomends would be sufficient from my point of view. cheerio ralf