OSDN Git Service

fix regression
authorHironori Kitagawa <h_kitagawa2001@yahoo.co.jp>
Sun, 18 Feb 2018 09:32:10 +0000 (18:32 +0900)
committerHironori Kitagawa <h_kitagawa2001@yahoo.co.jp>
Sun, 18 Feb 2018 09:32:10 +0000 (18:32 +0900)
src/ltj-ruby.lua

index 897a390..eb6a691 100644 (file)
@@ -118,7 +118,8 @@ end
 
 
 -- 実行回数 + ルビ中身 から uniq_id を作る関数
-local old_break_info = {} -- public, 前 run 時の分割情報
+luatexja.ruby.old_break_info = {} -- public, 前 run 時の分割情報
+local old_break_info = old_break_info
 local cache_handle
 function luatexja.ruby.read_old_break_info()
    if  tex.jobname then