JuliaTeX / TikzPictures.jl

Creating PGF/TikZ pictures and saving them in various formats
Other
89 stars 28 forks source link

Undefined control sequence in TeXLive 2016 #15

Closed swt30 closed 8 years ago

swt30 commented 8 years ago

The standalone package uses the \pdfpagewidth command, which as far as I can tell was removed from LuaTeX in a recent update. TikzPictures is therefore breaking on my new installation of TeXLive 2016, which uses the updated LuaTeX:

! Undefined control sequence.
\sa@placebox ->\newpage \global \pdfpagewidth 
                                              =\wd \sa@box \global \pdfpageh...
l.20 \end{tikzpicture}

Error saving as SVG
LaTeX error

This stackoverflow topic suggests adding \RequirePackage{luatex85} as a workaround until standalone is updated.