<div class="gmail_quote"><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">From: Michiel Kamermans &lt;<a href="mailto:pomax@nihongoresources.com">pomax@nihongoresources.com</a>&gt; </blockquote>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Interesting. A test with xelatex for \documentclass[letterpaper]{article} also yields a PDF with A4 page dimensions... the geometry package, however, correctly sets page dimensions for letter:<br>

<br>
\documentclass[10pt]{article}<br>
\usepackage[paper=letterpaper]{geometry}<br>
<br>
- Mike &quot;Pomax&quot; Kamermans<br>
<a href="http://nihongoresources.com" target="_blank">nihongoresources.com</a><br></blockquote><div> </div><div>This is an OK work around for the time being (although I&#39;d rather understand what are the internals involved). Thank you!<br>
<br></div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">From: Vladimir Lomov &lt;<a href="mailto:lomov.vl@gmail.com">lomov.vl@gmail.com</a>&gt;<br>
<br>
Try &#39;geometry&#39; package. For example, add following lines into your<br>
document<br>
&lt;code&gt;<br>
\usepackage{geometry}<br>
\geometry{letter,hmargin=2cm,vmargin=2cm}<br>
&lt;/code&gt;<br>
See &#39;geometry&#39; package documentation.<br>
<br>
N.B. In order to always get correct paper size use &#39;geometry&#39; package.<br>
It could help you in most cases.<br>
<br>
--<br>
  No one goes to that restaurant anymore-it&#39;s always too crowded.<br>
  (attributed to Yogi Berra)<br>
<br></blockquote><div> </div><div>Thanks to you too!<br><br></div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">From: Paul Isambert &lt;<a href="mailto:zappathustra@free.fr">zappathustra@free.fr</a>&gt;<br>
<br>TeX distributions have a default paper size, which might be A4.<br>
This doesn&#39;t explain why \documentclass[lettersize]{article} doesn&#39;t work, but it explains at least (I hope) why Maxim&#39;s second example still yields an A4 page.<br>
<br>
Paul<br>
<br></blockquote><div><br>I am pretty sure that my TeXLive distribution default paper type is letter. I&#39;ve written other documents with XeLaTeX before and the resulting papersize would always be &quot;letter&quot; if not otherwise instructed. The current case is the exception.<br>
 <br></div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">From: Vladimir Lomov &lt;<a href="mailto:lomov.vl@gmail.com">lomov.vl@gmail.com</a>&gt;<br>
<br>** Paul Isambert [2010-01-27 10:49:14 +0100]:<br>
<br>
&gt; TeX distributions have a default paper size, which might be A4.<br>
&gt; This doesn&#39;t explain why \documentclass[lettersize]{article} doesn&#39;t<br>
&gt; work, but it explains at least (I hope) why Maxim&#39;s second example still<br>
&gt; yields an A4 page.<br>
If I understand this correctly the &#39;letterpaper&#39; option sets two special<br>
macros which are not passed to xelatex (or pdflatex) engine (in sense they<br>
don&#39;t know what this macros should do). The information about paper size<br>
is inserted into document in apropriate form by geometry<br>
package (with the help of \special command).<br></blockquote><div><br> XeLaTeX usually understands the paper type in the  \documentclass declaration. I&#39;ve tried setting a4paper in previous documents I had made and it worked alright. I tested it with both the article and memoir classes. So this seems to invalidate that there is a problem with XeLaTeX \documentclass papertype parsing.<br>
<br>Maxim<br></div></div>