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
actually will deliver widths and heights for rotated pages, without having to manually inspect the PDF page attributes. So to implement this, the layouter would need to query that for each individual page rather than just the first one. It makes the code for calculating the overall width and height, as well as zoom, offsets, and synctex boxes more complicated, though.
If individual pages are rotated in the PDF
/Rotate
page attribute (for example using thepdflscape
package, the pdf preview displays them incorrectly.In the PDF preview:
How it should look:
MWE:
The PDF should show the second page in a landscape format in this MWE.
The text was updated successfully, but these errors were encountered: