diff options
author | Han The Thanh <hanthethanh@gmail.com> | 2010-12-21 11:48:01 +0000 |
---|---|---|
committer | Han The Thanh <hanthethanh@gmail.com> | 2010-12-21 11:48:01 +0000 |
commit | cc1079ed5cb50a190c54106bb7b9cace5c3cb8c7 (patch) | |
tree | 86d2d6b752148d7930c4349d19fc99af966ed418 /Build/source/texk/web2c | |
parent | 7ae46977d3ab035482a18fa613ac8cbf81ebc258 (diff) |
bugfix for pre vadjust
git-svn-id: svn://tug.org/texlive/trunk@20819 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/web2c')
-rw-r--r-- | Build/source/texk/web2c/xetexdir/xetex-latex3.ch | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/Build/source/texk/web2c/xetexdir/xetex-latex3.ch b/Build/source/texk/web2c/xetexdir/xetex-latex3.ch index 95227ac8eb1..afae44c41b6 100644 --- a/Build/source/texk/web2c/xetexdir/xetex-latex3.ch +++ b/Build/source/texk/web2c/xetexdir/xetex-latex3.ch @@ -598,6 +598,14 @@ cur_pre_tail:=link(p+5); cur_pre_head:=info(p+5); @z % \vadjust +@x +cur_align:=link(preamble); cur_tail:=cur_head; init_span(cur_align); +@y +cur_align:=link(preamble); cur_tail:=cur_head; cur_pre_tail:=cur_pre_head; +init_span(cur_align); +@z + +% \vadjust @x l.17690 begin adjust_tail:=cur_tail; u:=hpack(link(head),natural); w:=width(u); cur_tail:=adjust_tail; adjust_tail:=null; |