[tex-live] TL2007 (win2k) problem with LH fonts
Akira Kakuto
kakuto at fsci.fuk.kindai.ac.jp
Tue Mar 6 12:56:15 CET 2007
Hi Yuri,
> 2. Documents typeset in russian language do not compile, because tfm
> files for lh fonts are not generated during the installation process and
> for some reason are not generated when I compile my document. With
> TL2005 tfm files were generated on the fly.
First, find the place of texmf.cnf by
kpsewhich texmf.cnf
Second, search for the lines
% MKTEXTEX = 0
% MKTEXPK = 0
% MKTEXMF = 0
% MKTEXTFM = 0
% MKTEXFMT = 0
% MKOCP = 0
% MKOFM = 0
in the file texmf.cnf, and change them as follows
% MKTEXTEX = 0
MKTEXPK = 1
MKTEXMF = 1
MKTEXTFM = 1
MKTEXFMT = 1
% MKOCP = 0
% MKOFM = 0
Best,
Akira
More information about the tex-live
mailing list