<p dir="ltr"><br>
On 12 May 2014 10:30, "Michael Kropat" <<a href="mailto:mail@michael.kropat.name">mail@michael.kropat.name</a>> wrote:<br>
><br>
> I'm playing around with switching from xetex to luatex. On my first attempt to invoke luatex, I encountered this peculiar behavior:<br>
><br>
>     $ luatex no-such-file.tex<br>
>     This is LuaTeX, Version beta-0.76.0-2013061708 (rev 4627)<br>
>     restricted \write18 enabled.<br>
>     ! I can't find file `no-such-file.tex'.<br>
>     <*> no-such-file.tex<br>
><br>
>     Please type another input file name: ^C! I can't find file `no-such-file'.<br>
>     <*> no-such-file.tex<br>
><br>
>     Please type another input file name:<br>
><br>
> How do I break out of this loop?<br>
><br>
> I'm encountering this behavior using the TeX Live 2013 version of luatex, running under Linux Mint.<br>
><br>
> Michael<br>
></p>
<p dir="ltr">Try ^D to send an EOF to luatex...<br>
That always works for me - another solution, which usually works but depends on the paths being well-configured, is to type "x" as the input file name... this makes (lua)tex read a file called "x.tex", which has commands to make TeX exit, and is a standard hack described in a chapter of the TeXbook called "Running TeX", if I remember correctly. .. you may be able to find it with "locate /x.tex".</p>

<p dir="ltr">Sorry if there's anything wrong, I'm on a cellphone here -<br>
  Cheers,<br>
    Eduardo Ochs</p>