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
In the second, scaled sample, the "center" label is misaligned if the MWE is compiled with XeLaTeX and v. 5.0h of xetex.def (cf. the attached mwe_xetex-def_5.0h.pdf). With v. 4.10 of xetex.def (commit edf0eb48e2e70f7dc1147e79e28a7dceeda605d0) or with PDFTeX, however, it compiles correctly (cf. mwe_xetex-def_4.10.pdf and mwe_pdftex-def.pdf, respectively). mwe_xetex-def_5.0h.pdf mwe_xetex-def_4.10.pdf mwe_pdftex-def.pdf
The text was updated successfully, but these errors were encountered:
The issue comes up as we've altered how scalings are done: one can use the xdvipdfmx built-in x:scale or a PDF transformation matrix. The latter was what was used by v4.10, but that is then not 'aware' of any other effects, most notably hyperlinks: scaling misplaced those. The x:scale approach doesn't have that problem as the driver is tracking everything. I'll see if I can track down why that's failing here: I have a feeling it's because the PStricks stuff has to happen at the 'bare metal' end ...
BTW, the use of a PDF-based scaling matrix wasn't in the release for all that long: a few months last year. It seemed attractive until the hyperlink business came up.
Using
\scalebox
with XeLaTeX and current xetex.def may misalign content.Consider the following MWE:
In the second, scaled sample, the "center" label is misaligned if the MWE is compiled with XeLaTeX and v. 5.0h of xetex.def (cf. the attached mwe_xetex-def_5.0h.pdf). With v. 4.10 of xetex.def (commit edf0eb48e2e70f7dc1147e79e28a7dceeda605d0) or with PDFTeX, however, it compiles correctly (cf. mwe_xetex-def_4.10.pdf and mwe_pdftex-def.pdf, respectively).
mwe_xetex-def_5.0h.pdf
mwe_xetex-def_4.10.pdf
mwe_pdftex-def.pdf
The text was updated successfully, but these errors were encountered: