[luatex] Printing to the console

Taco Hoekwater taco at elvenkind.com
Wed Jun 2 13:08:37 CEST 2010



Will Robertson wrote:
> 
> Is there any way to "flush" the console buffer before the
> very-slow-operation begins?

No, but you can split your print statements: use the
'standard' lua function io.write(..) for the console
and texio.write_nl('log', ...) for the log file.

Best wishes,
Taco


More information about the luatex mailing list