On Sun, Nov 22, 2015 at 4:23 PM, Patrick Gundlach <[email protected]> wrote:

> >
> > do you mean 0.80 (as in texlive 2015) or the new 0.85 test release
> > announced on this list yesterday
>
> 0.85
>
> > the latter doesn't define \pdfoutput
>
> so it's a no-op?
>
> but why doesn't it give an error message as undefined control sequence?
>
>
> Patrick
>


$ cat knuthplain.tex
%%% knuthplain.tex
\input plain\dump

$ luatex --ini --jobname=knuthplain --progname=knuthplain knuthplain.tex

$ cat test.tex
\pdfoutput1
\bye

$ ./luatex --fmt=knuthplain test.tex
This is LuaTeX, Version beta-0.85.0 (TeX Live 2016/dev) (rev 5550)
 system commands enabled.
(./test.tex
! Undefined control sequence.
l.1 \pdfoutput
            1
? x
No pages of output.
Transcript written on test.log.

-- 
luigi

Reply via email to