18 Mar
2008
18 Mar
'08
4:59 p.m.
On Mar 17, 2008, at 2:04 PM, Taco Hoekwater wrote:
It is a bug in luatex, but not an easy one to fix. The simplest workaround (for now) is to patch core-job.lua.
Best wishes, Taco
--- core-job.lua~ 2008-02-13 12:01:06.000000000 +0100 +++ core-job.lua 2008-03-17 14:02:12.000000000 +0100 @@ -64,7 +64,7 @@ function commands.processfile(name,maxreadlevel) name = find_file(name,maxreadlevel) if name ~= "" then - tex.sprint(tex.ctxcatcodes,string.format("\\input %s\ \relax",name)) + tex.print(tex.ctxcatcodes,string.format("\\input %s\ \relax",name)) end end
Thanks Taco! I was away from my computer yesterday, but will try that today. All best Thomas