Hello Nicholas,<br><br><div><span class="gmail_quote">On 9/7/06, <b class="gmail_sendername">Nicolas Bingham</b> &lt;<a href="mailto:Nicolas.R.Bingham@student.uts.edu.au">Nicolas.R.Bingham@student.uts.edu.au</a>&gt; wrote:
</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Dear texhax,<br><br>I have a very simple document using the book class:<br><br>\documentclass{book}
<br>\begin{document}<br>\mainmatter<br>\chapter{Chapter}<br>Chapter<br>\end{document}<br><br>However, the facing pages are incorrect! i.e. the odd-numbered pages have a large RHS margin and the even-numbered pages have a large LHS margin (which is the opposite of the expected behaviour).
</blockquote><div><br>This is actually correct. When printed you will have three margins: LHS margin of the LHS page, RHS margin of the RHS page, and middle margin between the RHS of the text on the LHS page and the LHS of the text on the RHS page. All three of these are intended to be equal in size.
<br><br>It is common to have a so-called &quot;binding correction&quot; for the bit of the printed paper that disappears into the binding, but the basic book class doesn't allow for that. There are three solutions for this that come to my mind rigth now:
<br><br>- manually change \evensidemargin and \oddsidemargin (which you write you'd prefer not to do)<br>- use the geometry package (a fancier way of manual meddling)<br>- use a different class file, such as Memoir (another well-known class, KOMA-Script would not be of use to you here since it enforces the very margins that you onject to)
<br></div><br>But you might of course also want to reconsider changing the margins at all. It is quite well possibly taht knowing what you know now you decide there is no reason to break with many centuries worth of typographical tradition based on the experience of thousands of typesetters through the ages... :-)
<br><br>Good luck,<br>Yuri.<br><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">How can I fix this (aside from manually swapping the odd and even page margins)?
<br><br>Thanks for your time,<br><br>Nic<br>_______________________________________________<br>TeX FAQ: <a href="http://www.tex.ac.uk/faq">http://www.tex.ac.uk/faq</a><br>Mailing list archives: <a href="http://tug.org/pipermail/texhax/">
http://tug.org/pipermail/texhax/</a><br>More links: <a href="http://tug.org/begin.html">http://tug.org/begin.html</a><br><br>Automated subscription management: <a href="http://tug.org/mailman/listinfo/texhax">http://tug.org/mailman/listinfo/texhax
</a><br>Human mailing list managers: <a href="mailto:postmaster@tug.org">postmaster@tug.org</a><br></blockquote></div><br>