[dvipdfmx] Fw: Re: [tex-k] dvipdfmx: Apparent bug

Laurence Finston Laurence.Finston at gmx.de
Tue May 10 00:10:50 CEST 2022


This is the version I'm using:

dvipdfmx --version
This is dvipdfmx Version 20190824 by the DVIPDFMx project team,
modified for TeX Live,
an extended version of dvipdfm-0.13.2c developed by Mark A. Wicks.

Copyright (C) 2002-2019 the DVIPDFMx project team
Copyright (C) 2006-2019 SIL International.

I tried to see what the current version was but it wasn't as straightforward as I thought it would be, i.e.,
I couldn't just browse a repository or download a tarball with the sources for TeXLive that wasn't huge.
Maybe I'm missing something, though.

Laurence


> Gesendet: Montag, 09. Mai 2022 um 23:56 Uhr
> Von: "Laurence Finston" <Laurence.Finston at gmx.de>
> An: dvipdfmx at tug.org
> Betreff: Fw: Aw: Re: [tex-k] dvipdfmx: Apparent bug
>
> > > In your Makefile,
> > >
> > > ttemp.pdf: ttemp.dvi
> > > 	dvipdfmx ttemp.dvi
> > >
> > > there is not -r 300, so the default, 600dpi is used.
> > >
> > > Here, ttemp_dvipdfmx.pdf is the same as ttemp_dvips.pdf by
> > > dvipdfmx -r 300 -o ttemp_dvipdfmx.pdf ttemp.dvi
> > >
> > > Thanks,
> > > Akira
>
> Thank you for your answer.  However, I just did it by hand and the result was the same.  I think I did it by hand for my original example, too, and not using the Makefile.
>
> dvipdfmx -r 300 ttemp.dvi # (output attached)
>
> On my system, the two PDF files are different with the version from dvipdfmx having the font at half the size.
>
> Laurence
>
> > Gesendet: Montag, 09. Mai 2022 um 23:50 Uhr
> > Von: "Laurence Finston" <Laurence.Finston at gmx.de>
> > An: "Akira Kakuto" <kakuto at jcom.zaq.ne.jp>
> > Betreff: Aw: Re: [tex-k] dvipdfmx: Apparent bug
> >
> > Thank you for your answer.  However, I just did it by hand and the result was the same.  I think I did it by hand for my original example, too, and not using the Makefile.
> >
> > dvipdfmx -r 300 ttemp.dvi
> >
> > On my system, the two PDF files are different with the version from dvipdfmx having the font at half the size.
> >
> > Laurence
> >
> >
> > > Gesendet: Montag, 09. Mai 2022 um 23:21 Uhr
> > > Von: "Akira Kakuto" <kakuto at jcom.zaq.ne.jp>
> > > An: "Laurence Finston" <Laurence.Finston at gmx.de>, tex-k at tug.org
> > > Betreff: Re: [tex-k] dvipdfmx: Apparent bug
> > >
> > > On 2022/05/09 19:03, Laurence Finston wrote:
> > > > I've run across what would appear to be a bug in dvipdfmx:
> > > >
> > > > The font ttemp is meant to illustrate the max. width and height+depth of MF characters
> > > > at different resolutions.
> > > >
> > > > This works:
> > > >
> > > > # (Generate the fonts:  See Makefile in attached tarball.)
> > > > tex ttemp.tex
> > > > dvips -o ttemp_dvips.ps -X 300 -Y 300 ttemp.dvi
> > > > ps2pdf ttemp_dvips.ps
> > > >
> > > > This doesn't:
> > > >
> > > > dvipdfmx -r 300 -o ttemp_dvipdfmx.pdf filename ttemp.dvi
> > > >
> > > > As the screenshot shows, the font `ttemp' is not loaded at 300dpi.  At the 300dpi,
> > > > the width and the height + depth of the characters are both 4095 pixels == 6.825in.
> > > > The page size is DIN A2 (420mm x 594mm).
> > >
> > > In your Makefile,
> > >
> > > ttemp.pdf: ttemp.dvi
> > > 	dvipdfmx ttemp.dvi
> > >
> > > there is not -r 300, so the default, 600dpi is used.
> > >
> > > Here, ttemp_dvipdfmx.pdf is the same as ttemp_dvips.pdf by
> > > dvipdfmx -r 300 -o ttemp_dvipdfmx.pdf ttemp.dvi
> > >
> > > Thanks,
> > > Akira
> > >



More information about the dvipdfmx mailing list.