diff options
author | Han The Thanh <hanthethanh@gmail.com> | 2011-01-04 01:54:03 +0000 |
---|---|---|
committer | Han The Thanh <hanthethanh@gmail.com> | 2011-01-04 01:54:03 +0000 |
commit | 50019887164c6ef44e19687bfa7fc777c4eb6969 (patch) | |
tree | d3f95f175f4566be7da1c8f0250769fdc76dbaad /Build | |
parent | 8d068c65426a631c1bcf59464f7bb973c68378a8 (diff) |
fix for pre vadjust for xetex from Akira
git-svn-id: svn://tug.org/texlive/trunk@20925 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build')
-rw-r--r-- | Build/source/texk/web2c/xetexdir/xetex-latex3.ch | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/Build/source/texk/web2c/xetexdir/xetex-latex3.ch b/Build/source/texk/web2c/xetexdir/xetex-latex3.ch index afae44c41b6..9f123985dba 100644 --- a/Build/source/texk/web2c/xetexdir/xetex-latex3.ch +++ b/Build/source/texk/web2c/xetexdir/xetex-latex3.ch @@ -619,6 +619,23 @@ init_span(cur_align); @z % \vadjust +@x + pop_nest; append_to_vlist(p); + if cur_head<>cur_tail then + begin link(tail):=link(cur_head); tail:=cur_tail; + end; + end +@y + pop_nest; + if cur_pre_head <> cur_pre_tail then + append_list(cur_pre_head)(cur_pre_tail); + append_to_vlist(p); + if cur_head <> cur_tail then + append_list(cur_head)(cur_tail); + end +@z + +% \vadjust @x l.19508 append_to_vlist(just_box); if adjust_head<>adjust_tail then |