Julian Gilbey <[email protected]> wrote: > Package: texlive-base-bin > Version: 2007.dfsg.2-6 > > texdoc pgf doesn't work as pgfmanual.pdf has been gzipped. Is there > any reason why texdoc can't be asked to search for gzipped files in > Debian (even though texlive doesn't do zipped docs)?
I don't think that's the reason - and I know that texdoc (both the standard version and the diverted one from luatex) search for gzipped files. If you type texdoc pgfmanual you get the manual, it's unzipped on the fly. Only $ texdoc.notluatex pgf Can't find documentation for `pgf' $ doesn't work, since this syntax requires a complete filename (with or without extension). $ texdoc.notluatex -s pgf /usr/share/texmf/doc/pgf/pgfmanual.pdf.gz finds the right file (and the luatex version does nearly the same, just much faster). Regards, Frank -- Dr. Frank Küster Debian Developer (TeXLive) VCD Aschaffenburg-Miltenberg, ADFC Miltenberg B90/Grüne KV Miltenberg -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

