summaryrefslogtreecommitdiff
path: root/Build/source/texk/web2c/uptexdir/uptex-m.ch
diff options
context:
space:
mode:
authorHironobu Yamashita <h.y.acetaminophen@gmail.com>2022-12-12 09:36:54 +0000
committerHironobu Yamashita <h.y.acetaminophen@gmail.com>2022-12-12 09:36:54 +0000
commitef8f72d47f7834cb364ca069eae307494ceeabcd (patch)
tree9c67ad49e674b85978d362c4c8bc244f3e4fa051 /Build/source/texk/web2c/uptexdir/uptex-m.ch
parent92f8c307fcce8aacb8082698e5f5b96dc1d99d4d (diff)
(e)uptex: bugfix in adjust_hlist
@<Insert a space after the |last_char|@> (part of adjust_hlist) git-svn-id: svn://tug.org/texlive/trunk@65246 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/web2c/uptexdir/uptex-m.ch')
-rw-r--r--Build/source/texk/web2c/uptexdir/uptex-m.ch9
1 files changed, 9 insertions, 0 deletions
diff --git a/Build/source/texk/web2c/uptexdir/uptex-m.ch b/Build/source/texk/web2c/uptexdir/uptex-m.ch
index 446e238fb5a..a4bd63dff99 100644
--- a/Build/source/texk/web2c/uptexdir/uptex-m.ch
+++ b/Build/source/texk/web2c/uptexdir/uptex-m.ch
@@ -1178,6 +1178,15 @@ else if font_dir[font(first_char)]<>dir_default then
@z
@x
+else if font_dir[font(last_char)]<>dir_default then
+ begin insert_skip:=after_wchar; KANJI(cx):=info(link(last_char));
+@y
+else if font_dir[font(last_char)]<>dir_default then
+ begin insert_skip:=after_wchar;
+ KANJI(cx):=info(link(last_char)) mod max_cjk_val;
+@z
+
+@x
begin if is_char_node(link(p)) then
begin q:=p; p:=link(p);
if font_dir[font(p)]<>dir_default then