From 80b06f08f50cca186e53effcbecc20cbbf9afbe5 Mon Sep 17 00:00:00 2001 From: Hironori Kitagawa Date: Sat, 16 Mar 2013 19:33:48 +0900 Subject: [PATCH] loading message --- src/luatexja.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/luatexja.lua b/src/luatexja.lua index deee61c..83bfed3 100644 --- a/src/luatexja.lua +++ b/src/luatexja.lua @@ -19,7 +19,7 @@ function luatexja.load_module(name) luatexja.error("File `" .. fn .. "' not found", {'This file ' .. fn .. ' is required for LuaTeX-ja.', 'Please check your installation.'}) else - texio.write('(' .. found .. ')\n') + texio.write_nl('(' .. found .. ')') dofile(found) end end @@ -29,7 +29,7 @@ function luatexja.load_lua(fn) if not found then error("File `" .. fn .. "' not found") else - texio.write('(' .. found .. ')\n') + texio.write_nl('(' .. found .. ')') dofile(found) end end -- 2.11.0