You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Depending on the version of luatex, the pgf backend would either emit
\pdfpagewidth or \pagewidth. Instead of explicitly checking the version
of luatex (which requires additional code to parse the output of
--version, and is brittle to (admittedly unlikely) possible future other
changes in luatex or xetex), just emit some TeX code that emits
whichever primitive is defined.
0 commit comments