OSDN Git Service

commit 9f0183d removed a necessary callback
authorHironori Kitagawa <h_kitagawa2001@yahoo.co.jp>
Wed, 14 May 2014 09:23:01 +0000 (18:23 +0900)
committerHironori Kitagawa <h_kitagawa2001@yahoo.co.jp>
Wed, 14 May 2014 09:23:01 +0000 (18:23 +0900)
src/ltj-inputbuf.lua

index fdf9dc8..fd8ae68 100644 (file)
@@ -47,4 +47,7 @@ local function add_comment(buffer)
    return buffer
 end
 
+luatexbase.add_to_callback('process_input_buffer',
+   add_comment,'ltj.process_input_buffer')
+
 --EOF