On Sunday 25 February 2007 17:12, Frank Küster wrote: > /var/lib/texmf/fonts is and never was supposed to contain pk fonts, if I > remember correctly. > > So maybe we should rather find out how these fonts got there. If it is > something that might have happened to more users, we may need to cater > for it, if it's just a special case on your system, maybe not.
They are placed there by fmtutil-sys. To reproduce: - uncomment the "cyrtex" line in /etc/texmf/fmt.d/01tetex.cnf - run "fmtutil-sys --cnffile /etc/texmf/fmt.d/01tetex.cnf --all" (everything as root). This creates a bunch of .tfm and 600 DPI .pk fonts in /var/lib/texmf/fonts. Then when a non-root user needs these .pk fonts at another resolution, they are created in the current directory. Best regards, Sergei

