diff options
author | Karl Berry <karl@freefriends.org> | 2016-02-08 22:40:55 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2016-02-08 22:40:55 +0000 |
commit | 7d792d75bcbca9fc8310de945404489ea7885c64 (patch) | |
tree | 678cfe3bfa8eae2b147cf38006513236a5e2321e /Master/texmf-dist/tex/luatex/luatexja/ltj-direction.lua | |
parent | 3de5300f4fc8c1aa82a49981c0a95dc0e3a8c3af (diff) |
luatexja (8feb16)
git-svn-id: svn://tug.org/texlive/trunk@39629 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/luatex/luatexja/ltj-direction.lua')
-rw-r--r-- | Master/texmf-dist/tex/luatex/luatexja/ltj-direction.lua | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/Master/texmf-dist/tex/luatex/luatexja/ltj-direction.lua b/Master/texmf-dist/tex/luatex/luatexja/ltj-direction.lua index a46fdeb99d2..b5f267c4bb1 100644 --- a/Master/texmf-dist/tex/luatex/luatexja/ltj-direction.lua +++ b/Master/texmf-dist/tex/luatex/luatexja/ltj-direction.lua @@ -275,7 +275,7 @@ do end end - luatexbase.add_to_callback('hpack_filter', + ltjb.add_to_callback('hpack_filter', create_dir_whatsit_hpack, 'ltj.create_dir_whatsit', 10000) end @@ -290,7 +290,7 @@ do ensure_tex_attr(attr_dir, 0) return h end - luatexbase.add_to_callback('post_linebreak_filter', + ltjb.add_to_callback('post_linebreak_filter', create_dir_whatsit_parbox, 'ltj.create_dir_whatsit', 10000) end @@ -987,7 +987,7 @@ do stop_time_measure('direction_vpack') return to_node(hd) end - luatexbase.add_to_callback('vpack_filter', + ltjb.add_to_callback('vpack_filter', dir_adjust_vpack, 'ltj.direction', 10000) end @@ -997,7 +997,7 @@ do local function dir_adjust_pre_output(h, gc) return to_node(create_dir_whatsit_vbox(to_direct(h), gc)) end - luatexbase.add_to_callback('pre_output_filter', + ltjb.add_to_callback('pre_output_filter', dir_adjust_pre_output, 'ltj.direction', 10000) @@ -1026,7 +1026,7 @@ do end end end - luatexbase.add_to_callback('buildpage_filter', + ltjb.add_to_callback('buildpage_filter', dir_adjust_buildpage, 'ltj.direction', 10000) end |