<div dir="ltr"><div>That is not a change in texlive 2021, that has been the latex behaviour since the start.</div><div>The default latex paper size is US letter, use the [a4paper]  documentclass option to specify A4.</div><div><br></div><div>For various unfortunate historical reasons, latex can not specify the media size to use until it</div><div>knows which backend is in use, which typically means loading graphicx, or geometry or hyperref.</div><div>Without using a backend package the default page size and the a4paper option affect the size</div><div>of the typeset block but not the size of the media.<br></div><div><br></div><div>David</div><div><br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Sun, 16 May 2021 at 21:40, Keno Wehr <<a href="mailto:wehr@abgol.de">wehr@abgol.de</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Having updated to TL 2021 I noticed that the PDF files generated by TeX <br>
are not always in the A4 format even though `tlmgr paper' reports that <br>
A4 is set.<br>
<br>
A minimal example is:<br>
\documentclass{article}<br>
\usepackage{graphicx}<br>
\begin{document}<br>
Hello world!<br>
\end{document}<br>
<br>
The PDF viewer reports "US-Letter (216 × 279 mm)" as paper size of the <br>
output (equally for pdflatex, xelatex, and lualatex). The log file for <br>
xelatex is attached.<br>
However, if I uncomment the \usepackage command, I get A4 output.<br>
<br>
Keno<br>
</blockquote></div>