[tex-k] dvipsk

Akira Kakuto kakuto at fsci.fuk.kindai.ac.jp
Sat Jan 22 03:44:25 CET 2005


> From: Peter Breitenlohner <peb at mppmu.mpg.de>
> Hi Karl, Tom, Sebastian, Thomas,
> 
> attached are 5 patches
> 

Only two comments:

(1) After your change of 'o' option, -o - (for standard output)
    becomes impossible:
    if (*p == 0 && argv[i+1] && !STREQ (argv[i+1], "-")) --->
    if (*p == 0 && argv[i+1] && (STREQ (argv[i+1], "-") || argv[i+1][0] != '-'))

(2) You have added a check
        if (mychar>=curfnt->maxchars)
    in pprescan.c and scanpage.c, and curfnt->maxchars is
    redefined only in virtualfont.c.
    You should also set curfnt->maxchars in a suitable place
    in tfmload.c like
        if (font_level > 0) curfnt->maxchars=65536 ;
    because there is a case where ovf is not necessary to read.

Best regards,
Akira



More information about the tex-k mailing list