When in handout mode, using the pnos option with XeLaTeX causes the second and subsequent pages to be laid out relative to the TeX origin (1in from top and left) instead of the bottom left corner of the page.
This is because that option redefines \pgfsys@endpicture, which is used by PGF to adapt to the quirks of different output routines, such as dvipdfmx, tex4ht, dvisvgm, vtex and others. Instead of replacing or removing the initial definition of that macro, the code for displaying the page numbers should be injected into the output routine.
When in handout mode, using the
pnos
option with XeLaTeX causes the second and subsequent pages to be laid out relative to the TeX origin (1in from top and left) instead of the bottom left corner of the page.This is because that option redefines
\pgfsys@endpicture
, which is used by PGF to adapt to the quirks of different output routines, such as dvipdfmx, tex4ht, dvisvgm, vtex and others. Instead of replacing or removing the initial definition of that macro, the code for displaying the page numbers should be injected into the output routine.