comparison docsetup.A5.tex @ 266:06e140f48543

Revise scripts for building printed Bookes. A lot of stuff was being duplicated between different page size. Consolidate where possible, and in particular put as much into a single source file (dottes.tex) as possible. Making a single Booke is now potentially quicker, as the tune pages don't necessarily have to be regenerate every time.
author Jim Hague <jim.hague@acm.org>
date Wed, 26 Jun 2013 23:37:45 +0100
parents
children 217768907fa8
comparison
equal deleted inserted replaced
265:3e5335396f48 266:06e140f48543
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 % -----
15
16 % Title page
17 \newfontfamily\havocfont[Scale=2.1]{English Towne}
18
19 \newcommand*{\titleBoD}{\begingroup
20 \centering
21 {\Large \havocfont{Ye}}\\[\baselineskip]
22 {\Huge \havocfont{Crie Havock}}\\[\baselineskip]
23 {\Large \havocfont{Booke of}}\\[\baselineskip]
24 {\Huge \havocfont{\instrument Dottes}}\\[\baselineskip]
25 \vfill
26 {\huge \input{title.txt}}\\%[\baselineskip]
27 {\large \input{subtitle.txt}}\\[\baselineskip]
28 \vfill
29 \includegraphics[width=0.12\textwidth,keepaspectratio]{buzzard}
30 \vfill
31 {Compiled by Jim Hague}\\
32 \endgroup}