Ah - right, in version 0.80 they are logged. However: in a different format: pdftex: \openout3 = `myfile.txt'. luatex: \openout3 = myfile.txt As a result, texi2dvi still doesn't work. Of course, such scripts can easily be adapted, but I think that should not be necessary. On 2015-05-19 14:52, Hans Hagen wrote:
On 5/19/2015 2:17 PM, Wybo Dekker wrote:
Compiling this source:
Hello\immediate\openout3=myfile.txt\relax\bye
with pdftex generates a log file containing:
\openout3 = `myfile.txt'.
Compilation with luatex does not. Compare the attached log files.
Some scripts (like latexmk and texi2dvi) depend on such log entries for the detection of auxiliary files and they therefore don't co-operate properly with lua(la)tex.
can you check with version 0.80
----------------------------------------------------------------- Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: 038 477 53 69 | voip: 087 875 68 74 | www.pragma-ade.com | www.pragma-pod.nl ----------------------------------------------------------------- _______________________________________________ dev-luatex mailing list dev-luatex@ntg.nl http://www.ntg.nl/mailman/listinfo/dev-luatex
-- Wybo