[dvipdfmx] Default resolution 600dpi cannot be changed

Igor Liferenko igor.liferenko at gmail.com
Fri Oct 15 08:53:38 CEST 2021


Hi,

>> But dvipdfmx does not respect `-r' option - resolution
>> 600dpi is always used.

This can be demonstrated the following way:

1) Create test.dvi from this input:

    A \bye

2) Override mktexpk script with this script:

    #!/bin/sh
    exit 1

3) Run:

    T1FONTS=/none TFMFONTS=/none PKFONTS=/none dvipdfmx -r 300 test.dvi

The output contains this line:

    kpathsea: Running mktexpk --mfmode / --bdpi 600 --mag 1+0/600
--dpi 600 cmr10

So, resolution passed to mktexpk (600) does not match the one
specified in argument (300).

Regards,
Igor


More information about the dvipdfmx mailing list.