blob: 1c521e133ddf06bc01a516bb2ebc5db11960d273 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
% Default page dimensions and margins
\pageformat{\pagelength{11in} % 792pt = 11in
\pagewidth{8.5in} % 612pt = 8.5in
\topmargin{1in} % 72pt = 1in
\bottommargin{1in}
\leftmargin{1.2in} % 86pt = 1.2in
\rightmargin{1in}
\bindingadjust{0in}
}% end pageformat
\normalbottom % text height will be the same for each
% page. Bottom lines will be even.
|