<div dir="ltr"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><br></blockquote><div style="margin-left:40px">\documentclass{article}<br>\begin{document}<br>Hello World!<br>\end{document}<br><br>yields A4 output with all of TeX+dvips, pdfTeX and XeTeX. Only LuaTeX gives US Letter.<br></div><br><br><br><br><br>The internal page size setting in the pdf is whatever your local customisation is, but <br>the _latex_ typesets that as US letter, the text block and left margin are set to center it on a US letter page<br>if you view it or print it on A4 it just sort of accidentally works as they are not that different.<br><br>If you load a driver that knows about the back end the back end will be informed that this is a us letter document and<br>set things up accordingly.<br><br>It's been that way with pdftex since latex had a standard driver  .def configuration in 1994.<br><br>If you specify [a4paper] the text block and margins are set for A4, and (if you load graphics or geometry)<br>the internal pdf page size will be set to match, even if your local default is US letter.<br><br>So the unfortunate part is that the specified pdf page size only matches the size used for typesetting<br>if a package is loaded. But that's due to compatibility with latex 2.09 and no standard dvi driver page configuration<br>at that time. It's a wart in the system but had relatively few complaints about it in all that time:-)<br><br><br><br>David<br><br><br><br><br><br></div><div class="gmail_extra"><br><div class="gmail_quote">On 26 May 2016 at 14:35, Bruno Voisin <span dir="ltr"><<a href="mailto:bvoisin@icloud.com" target="_blank">bvoisin@icloud.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">> Le 26 mai 2016 à 15:28, David Carlisle <<a href="mailto:d.p.carlisle@gmail.com">d.p.carlisle@gmail.com</a>> a écrit :<br>
><br>
> so far it looks like expected behaviour, I don't see a bug.<br>
><br>
> \documentclass{article}<br>
><br>
> specifies a USletter document and (once you load a package that knows<br>
> anything about the back end) that is what you are getting.<br>
<br>
</span>Not here (Mac with MacTeX-2016 pretest, everything set up for A4 paper -- through tlmgr I believe -- at install time, no specific customization):<br>
<br>
\documentclass{article}<br>
<span class="">\begin{document}<br>
Hello World!<br>
\end{document}<br>
<br>
</span>yields A4 output with all of TeX+dvips, pdfTeX and XeTeX. Only LuaTeX gives US Letter.<br>
<span class="HOEnZb"><font color="#888888"><br>
Bruno<br>
<br>
</font></span></blockquote></div><br><br clear="all"><br>-- <br><div class="gmail_signature"><a href="http://dpcarlisle.blogspot.com/" target="_blank">http://dpcarlisle.blogspot.com/</a></div>
</div>