<html>
<body>
Use the geometry package&nbsp; to specify margins etc and tweak
values<br>
until you get exactly what you want.<br>
eg<br>
\usepackage[top=4.5cm,bottom=3cm,left=3cm,right=3cm]{geometry} % Sets
paper size, margins, etc<br>
% Paperheight=top+height+bottom&nbsp;&nbsp; note that
height=headheight+headsep+textheight+footskip<br>
%&nbsp; Paperwidth=left+width+right&nbsp;&nbsp;&nbsp; note that&nbsp;
width=textwidth+marginparsep+marginparwidth<br>
% Note that 'geometry.cfg' file sets a4paper as default<br><br>
<blockquote type=cite class=cite cite="">
----------------------------------------------------------------------<br>
<br>
Message: 1<br><br>
Message: 2<br>
Date: Fri, 7 Apr 2006 20:58:25 -0400<br>
From: &quot;Don Mainfort&quot; &lt;mainfort@digitalrealm.net&gt;<br>
Subject: [texhax] LaTeX Pagination Reversed<br>
To: &lt;texhax@tug.org&gt;<br>
Message-ID: &lt;000001c65aa7$8a85f170$6401a8c0@owner&gt;<br>
Content-Type: text/plain; charset=&quot;us-ascii&quot;<br><br>
Have my book manuscript all set, but can not figure out why the margins
for<br>
left &amp; right are reversed, with the wide margin on outside &amp; thin
margin<br>
inside. Also, the print on front &amp; back do not align - when looking
at outer<br>
edge of a page, the type of the even side is about a quarter of an inch
shy<br>
of that of the odd side. I am hoping that there is a simple solution,
my<br>
wife who's a scientist initially set LaTeX up for me, but she can't
figure<br>
it out. <br><br>
&nbsp;<br><br>
Managed to get everything else looking decent - 650 page memoir with 149
eps<br>
pictures! Want to print some presentable drafts without these
probelms,<br>
though. The paper is 8.5 X 11 and the problem is visible in DVI. Here is
how<br>
it's set up now: <br><br>
\documentclass[final, leqno]{book} <br>
\usepackage{natbib} <br>
\usepackage{amsmath, amssymb, amsfonts} <br>
\usepackage{epsfig} <br>
\usepackage{graphics} <br>
\usepackage{color} <br>
\usepackage{hyperref} <br>
\usepackage{rotating} <br>
\usepackage{lscape} <br>
\usepackage{latexsym} <br>
\usepackage{CJK} <br>
\usepackage{pinyin} <br>
\usepackage{setspace} <br>
\usepackage[outercaption]{sidecap} <br>
\usepackage{ccaption} <br><br>
\makeindex <br><br>
\title{------- } <br><br>
\author{-------- \\ <br>
{\small\em \copyright \ Draft date \today}} <br><br>
\date{} <br><br>
\begin{document} <br>
\begin{CJK}{GB}{gbsn} <br><br>
\maketitle <br><br>
\thispagestyle{empty} <br>
\begin{center} <br>
Copyright $\copyright$ 2005 by -------- <br>
\end{center} <br>
\newpage <br><br>
\addcontentsline{toc}{chapter}{Contents} <br>
\pagenumbering{roman} <br><br>
\newpage <br>
\tableofcontents <br><br>
\include{preface_short} <br>
\include{dummy} <br><br>
\pagestyle{headings} \pagenumbering{arabic} <br><br>
\include{PartOne} <br>
\include{PartTwo} <br>
\include{PartThree} <br><br>
<br>
\include{Glossary} <br><br>
\include{Biblo} <br><br>
%\include{index} <br>
% \addcontentsline{toc}{chapter}{Index} <br><br>
\end{CJK} <br>
\end{document}<br><br>
&nbsp;<br><br>
&nbsp;<br><br>
What am I doing wrong??!<br>
<tt>&nbsp;</blockquote></body>
</html>