[tex-k] dvipsk

Akira Kakuto kakuto at fsci.fuk.kindai.ac.jp
Sun Jan 30 01:18:40 CET 2005


> Of course a repetition of search() and search2()
> in search.c is awkward...

Obviously search2() is not needed if the mktexflag is rewritten
as follows in search.c
(the change of search order in tfmload.c is assumed):

  found_name = kpse_find_file (file, format, format != vfpath);
--->
  found_name = kpse_find_file (file, format,
                              format != vfpath && format != ofmpath);

Best regards,
Akira



More information about the tex-k mailing list