Problems using Standalone after update
Brought to you by:
mscharrer
I have a problem using standalone. I described it in more detail here (see Edit2): https://tex.stackexchange.com/questions/565269
Basically when using standalone I get
(./file2.tex ! Missing number, treated as zero. = l.11 \end{document}
The same example code works on another machine not updated as recently so I'm wondering if this might be related to a recent update (which I did before the error occured) or that the update broke my installation.
A simple example is
It fails only with lualatex (which uses a different implementation of a string comparision command). The problem seems to be the
\aftergroup\endinputin\sa@enddocumentwhich interrupts the command. I will also open an issue about the string comparision command, perhaps this need a correction.Diff:
According to Ulrike Fischer is problem is:
\aftergroup\endinputin\sa@enddocumentis too early now, it interrupts the hook codethe problem has been resolved in l3kernel, the document compiles for me now. https://github.com/latex3/latex3/issues/813
Last edit: Martin Scharrer 2022-10-10
Closed as the problem got fixed upstream (LaTeX core).