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
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : [email protected] / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : https://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

Reply via email to