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.
--
Wybo
This is LuaTeX, Version beta-0.79.1 (TeX Live 2014) (rev 4971)  (format=luatex 2014.12.7)  19 MAY 2015 12:41
 restricted \write18 enabled.
**t
(./t.tex [1{/usr/local/texlive/2014/texmf-var/fonts/map/pdftex/updmap/pdftex.map
}])<</usr/local/texlive/2014/texmf-dist/fonts/type1/public/amsfonts/cm/cmr10.pfb
>
Output written on t.pdf (1 page, 10317 bytes).

PDF statistics: 12 PDF objects out of 1000 (max. 8388607)
 7 compressed objects within 1 object stream
 0 named destinations out of 1000 (max. 131072)
 1 words of extra memory for PDF output out of 10000 (max. 10000000)


This is pdfTeX, Version 3.14159265-2.6-1.40.15 (TeX Live 2014) (preloaded format=pdftex 2015.2.25)  19 MAY 2015 12:41
entering extended mode
 restricted \write18 enabled.
 %&-line parsing enabled.
**t
(./t.tex
\openout3 = `myfile.txt'.

 [1{/usr/local/texlive/2014/texmf-var/fonts/map/pdftex/updmap/pdftex.map}] )</u
sr/local/texlive/2014/texmf-dist/fonts/type1/public/amsfonts/cm/cmr10.pfb>
Output written on t.pdf (1 page, 10448 bytes).
PDF statistics:
 12 PDF objects out of 1000 (max. 8388607)
 7 compressed objects within 1 object stream
 0 named destinations out of 1000 (max. 500000)
 1 words of extra memory for PDF output out of 10000 (max. 10000000)


_______________________________________________
dev-luatex mailing list
dev-luatex@ntg.nl
http://www.ntg.nl/mailman/listinfo/dev-luatex

Reply via email to