[lltx] filecontents fails with ualatex

Heiko Oberdiek heiko.oberdiek at googlemail.com
Thu Oct 6 14:59:42 CEST 2011


On Thu, Oct 06, 2011 at 02:51:15PM +0200, Ulrike Fischer wrote:

> This here fails for me with lualatex on the second compilation:
> 
> \documentclass{article}
> 
> 
> \usepackage{filecontents}
> \begin{filecontents*}{test-output3}
> abcx
> \end{filecontents*}
> 
> 
> \begin{document}
> blub
> \end{document}
> 
> 
> ! I can't write on file `test-output3.tex'.

Works for me in TL/Linux: beta-0.70.1-2011061416 (rev 4277).

Test file for "luatex --ini":

\catcode`\{=1
\catcode`\}=2
\immediate\openout4=test-output3
\immediate\write4{abcx-1}
\immediate\closeout4
\immediate\openout4=test-output3
\immediate\write4{abcx-2}
\immediate\closeout4
\csname @@\endcsname\end

Yours sincerely
  Heiko Oberdiek


More information about the lualatex-dev mailing list