diff options
author | Peter Breitenlohner <peb@mppmu.mpg.de> | 2009-09-23 14:47:34 +0000 |
---|---|---|
committer | Peter Breitenlohner <peb@mppmu.mpg.de> | 2009-09-23 14:47:34 +0000 |
commit | e11696b7311aec4f572482cbf29c915f5f87ee9f (patch) | |
tree | 9365f0ad2b2b5fec7b021334cb657d280757a374 /Build/source/texk/web2c/omegaware/ovf2ovp.web | |
parent | c61273a98b45bc285d4003a0fb7f25a7266836ac (diff) |
more omegaware bugfixes
git-svn-id: svn://tug.org/texlive/trunk@15433 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/web2c/omegaware/ovf2ovp.web')
-rw-r--r-- | Build/source/texk/web2c/omegaware/ovf2ovp.web | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/Build/source/texk/web2c/omegaware/ovf2ovp.web b/Build/source/texk/web2c/omegaware/ovf2ovp.web index f3cb5bcc6c7..edc2c5c8b39 100644 --- a/Build/source/texk/web2c/omegaware/ovf2ovp.web +++ b/Build/source/texk/web2c/omegaware/ovf2ovp.web @@ -768,7 +768,7 @@ else begin end; end; if lf<>(header_length+lh+ncw+nw+nh+nd+ni+nlw+nk+neew+np+ - nki+nwi+nkf+nwf+nkr+nwr+nkg+nwg+nkp+nwp) then + nki+nwi+nkf+nwf+nkm+nwm+nkr+nwr+nkg+nwg+nkp+nwp) then abort('Subfile sizes don''t add up to the stated total!'); @.Subfile sizes don't add up...@> if lh<2 then abort('The header length is only ',lh:1,'!'); @@ -818,7 +818,7 @@ glues_start:=rules_start+nkr; penalties_start:=glues_start+nkg; ivalues_base:=penalties_start+nkp; fvalues_base:=ivalues_base+nwi; -mvalues_base:=fvalues_base+nwi; +mvalues_base:=fvalues_base+nwf; rules_base:=mvalues_base+nwm; glues_base:=rules_base+nwr; penalties_base:=glues_base+nwg; @@ -1275,7 +1275,7 @@ else begin read_tfm_word; end; end; - for k:=1 to lh do begin + for k:=1 to font_lh do begin read_tfm_word; if k=1 then @<Check the check sum@>; if k=2 then @<Check the design size@>; @@ -3118,6 +3118,7 @@ begin @<Do the virtual font title@>; @<Do the parameters@>; @<Do the ivalue parameters@>;@/ @<Do the fvalue parameters@>;@/ +@<Do the mvalue parameters@>;@/ @<Do the rule parameters@>;@/ @<Do the glue parameters@>;@/ @<Do the penalty parameters@>;@/ |