diff options
author | Karl Berry <karl@freefriends.org> | 2016-07-01 22:05:28 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2016-07-01 22:05:28 +0000 |
commit | af864fc6811880ec8d533d5f5b3fc5ba3e792f62 (patch) | |
tree | 51f513dbf7e95f46cbb5570c05a281636de7c321 /Master/texmf-dist/tex/luatex/luatexja/ltj-jfmglue.lua | |
parent | 6616e5bc017760ac8018e9133944b54a62ac7169 (diff) |
luatexja (1jul16)
git-svn-id: svn://tug.org/texlive/trunk@41600 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/luatex/luatexja/ltj-jfmglue.lua')
-rw-r--r-- | Master/texmf-dist/tex/luatex/luatexja/ltj-jfmglue.lua | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/Master/texmf-dist/tex/luatex/luatexja/ltj-jfmglue.lua b/Master/texmf-dist/tex/luatex/luatexja/ltj-jfmglue.lua index 34472a261c2..2f7ab6399f7 100644 --- a/Master/texmf-dist/tex/luatex/luatexja/ltj-jfmglue.lua +++ b/Master/texmf-dist/tex/luatex/luatexja/ltj-jfmglue.lua @@ -395,7 +395,10 @@ local function calc_np_aux_glyph_common(lp, acc_flag) return true, lp end end -local calc_np_auxtable = { +local calc_np_auxtable +do +local dir_tate = luatexja.dir_table.dir_tate +calc_np_auxtable = { [id_glyph] = calc_np_aux_glyph_common, [id_hlist] = function(lp) local op, flag @@ -501,6 +504,7 @@ local calc_np_auxtable = { return false, node_next(lp) end, } +end calc_np_auxtable[id_rule] = calc_np_auxtable.box_like calc_np_auxtable[15] = calc_np_auxtable.box_like calc_np_auxtable[id_ins] = calc_np_auxtable.skip |