Since I installed TeXLive 2016 I cannot build documents with the standalone document class any more using LuaLaTeX (PDFLaTeX works fine). For example:
\documentclass{standalone}
\begin{document}
hi
\end{document}
Gives me:
! Undefined control sequence.
\sa@placebox ->\newpage \global \pdfpagewidth
=\wd \sa@box \global \pdfpageh...
l.4 \end{document}
How to fix that?
\RequirePackage{luatex85}as the very first line. – egreg Jun 16 '16 at 09:26standaloneversion v1.3a 2018-03-26 fixes this problem. – Martin Scharrer Mar 27 '18 at 17:52