diff options
author | Akira Kakuto <kakuto@fuk.kindai.ac.jp> | 2013-01-04 02:51:17 +0000 |
---|---|---|
committer | Akira Kakuto <kakuto@fuk.kindai.ac.jp> | 2013-01-04 02:51:17 +0000 |
commit | 4480e8cd981ae7af0fb20133e1d35138e637f2e4 (patch) | |
tree | 7de5861980ea8d0ffd6294eb2bb753de6cc36a6d /Build/source/texk/web2c/uptexdir | |
parent | ec6cf765f0cb6b9b6f953d8e34f0c652b2f95686 (diff) |
xkanjiskip around math_node etc. by Hironori Kitagawa.
git-svn-id: svn://tug.org/texlive/trunk@28720 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/web2c/uptexdir')
-rw-r--r-- | Build/source/texk/web2c/uptexdir/ChangeLog | 4 | ||||
-rw-r--r-- | Build/source/texk/web2c/uptexdir/uptex-m.ch | 6 |
2 files changed, 6 insertions, 4 deletions
diff --git a/Build/source/texk/web2c/uptexdir/ChangeLog b/Build/source/texk/web2c/uptexdir/ChangeLog index dc676da24d1..95fc9af66ca 100644 --- a/Build/source/texk/web2c/uptexdir/ChangeLog +++ b/Build/source/texk/web2c/uptexdir/ChangeLog @@ -1,3 +1,7 @@ +2013-01-04 Hironori Kitagawa <h_kitagawa2001@yahoo.co.jp> + + * uptex-m.ch: \xkanjiskip around math_node etc. + 2012-12-16 Peter Breitenlohner <peb@mppmu.mpg.de> * am/uptex.am (uptex_version.h): Enable silent rules. diff --git a/Build/source/texk/web2c/uptexdir/uptex-m.ch b/Build/source/texk/web2c/uptexdir/uptex-m.ch index b9c8bc31165..e1d2725f30c 100644 --- a/Build/source/texk/web2c/uptexdir/uptex-m.ch +++ b/Build/source/texk/web2c/uptexdir/uptex-m.ch @@ -1069,12 +1069,10 @@ if font_dir[font(p)]<>dir_default then @z @x -@ @<Insert a space before the |first_char|@>= -if font_dir[font(first_char)]<>dir_default then +else if font_dir[font(first_char)]<>dir_default then begin KANJI(cx):=info(link(first_char)); @y -@ @<Insert a space before the |first_char|@>= -if font_dir[font(first_char)]<>dir_default then +else if font_dir[font(first_char)]<>dir_default then begin KANJI(cx):=info(link(first_char)) mod max_cjk_val; @z |