[tex-k] a bug in dvipsk
Tomas G. Rokicki
rokicki at CS.Stanford.EDU
Fri May 21 17:22:37 CEST 2004
Thanks, that patch has already been applied:
[rokicki at parlor dvipsk]$ pwd
/home/rokicki/texwork/Build/source.development/TeX/texk/dvipsk
[rokicki at parlor dvipsk]$ p4 describe 4848
Change 4848 by rokicki at rokicki on 2004/05/20 18:22:30
Removed the 500 rounding factor from the magnification override
calculation (-y); someone changed ints to floats without taking
this into account.
Affected files ...
... //depot/Build/source.development/TeX/texk/dvipsk/prescan.c#2 edit
Differences ...
==== //depot/Build/source.development/TeX/texk/dvipsk/prescan.c#2 (text) ====
60c60
< else if (overridemag < 0) mag = (mag * signedquad() + 500.0) / 1000.0 ;
---
> else if (overridemag < 0) mag = (mag * signedquad()) / 1000.0 ;
More information about the tex-k
mailing list