diff options
Diffstat (limited to 'Build')
-rw-r--r-- | Build/source/texk/web2c/eptexdir/ChangeLog.TL | 4 | ||||
-rw-r--r-- | Build/source/texk/web2c/eptexdir/eptex.ech | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/Build/source/texk/web2c/eptexdir/ChangeLog.TL b/Build/source/texk/web2c/eptexdir/ChangeLog.TL index d2a12c8b640..0cb4282b1f4 100644 --- a/Build/source/texk/web2c/eptexdir/ChangeLog.TL +++ b/Build/source/texk/web2c/eptexdir/ChangeLog.TL @@ -1,6 +1,10 @@ ChangeLog.TL: TeX Live (TL) changes for e-pTeX ============================================== +2011-04-01 Hironori Kitagawa <h_kitagawa2001@yahoo.co.jp> + + * eptex.ech: Yet an other Bug fix. + 2011-03-31 Hironori Kitagawa <h_kitagawa2001@yahoo.co.jp> * eptex.ech: Bug fix and TeX formatting. diff --git a/Build/source/texk/web2c/eptexdir/eptex.ech b/Build/source/texk/web2c/eptexdir/eptex.ech index f81427e64ed..63e799bf088 100644 --- a/Build/source/texk/web2c/eptexdir/eptex.ech +++ b/Build/source/texk/web2c/eptexdir/eptex.ech @@ -80,7 +80,7 @@ if not is_char_node(tx) then while q<>tx do begin if is_char_node(q) then r:=q else if (type(q)<>disp_node)and - ((type(tx)<>math_node)or(subtype(tx)<>end_M_code)) then r:=q; + ((type(q)<>math_node)or(subtype(q)<>end_M_code)) then r:=q; q:=link(q); end; tx:=r; |