Mercurial > dottes
comparison docsetup.A5.tex @ 307:217768907fa8
Change how page geometry is handled.
Instead of setting margins by hand, use the geometry package. Set a 1" margin
generally, and a 0.5" margin for the title page.
author | Jim Hague <jim.hague@acm.org> |
---|---|
date | Sun, 07 Jul 2013 20:41:05 +0100 |
parents | 06e140f48543 |
children | 583c06d0e9ef |
comparison
equal
deleted
inserted
replaced
306:c3b300378738 | 307:217768907fa8 |
---|---|
1 % ----- Page setup | |
2 | |
3 % Adjust margins for A5 landscape. Increase width by 4cm and height by 4cm. | |
4 \addtolength{\textwidth}{4cm} | |
5 \addtolength{\hoffset}{-2cm} | |
6 | |
7 \addtolength{\textheight}{4cm} | |
8 \addtolength{\voffset}{-2cm} | |
9 | |
10 % Move the top margin up a further cm. | |
11 \addtolength{\textheight}{1cm} | |
12 \addtolength{\voffset}{-1cm} | |
13 | |
14 % ----- | 1 % ----- |
15 | 2 |
16 % Title page | 3 % Title page |
17 \newfontfamily\havocfont[Scale=2.1]{English Towne} | 4 \newfontfamily\havocfont[Scale=2.1]{English Towne} |
18 | 5 |