33 lines
841 B
TeX
33 lines
841 B
TeX
|
% ----- Page setup
|
||
|
|
||
|
% Adjust margins for A4 portrait. Increase width by 4cm and height by 4cm.
|
||
|
\addtolength{\textwidth}{4cm}
|
||
|
\addtolength{\hoffset}{-2cm}
|
||
|
|
||
|
\addtolength{\textheight}{4cm}
|
||
|
\addtolength{\voffset}{-2cm}
|
||
|
|
||
|
% Move the top margin up a further cm.
|
||
|
\addtolength{\textheight}{1cm}
|
||
|
\addtolength{\voffset}{-1cm}
|
||
|
|
||
|
% -----
|
||
|
|
||
|
% Title page
|
||
|
\newfontfamily\havocfont[Scale=3.5]{English Towne}
|
||
|
|
||
|
\newcommand*{\titleBoD}{\begingroup
|
||
|
\centering
|
||
|
{\Large \havocfont{Ye}}\\[\baselineskip]
|
||
|
{\Huge \havocfont{Crie Havock}}\\[\baselineskip]
|
||
|
{\Large \havocfont{Booke of}}\\[\baselineskip]
|
||
|
{\Huge \havocfont{\instrument Dottes}}\\[\baselineskip]
|
||
|
\vfill
|
||
|
{\Huge \input{title.txt}}\\[\baselineskip]
|
||
|
{\Large \input{subtitle.txt}}\\[\baselineskip]
|
||
|
\vfill
|
||
|
\includegraphics[width=0.5\textwidth,keepaspectratio]{buzzard}
|
||
|
\vfill
|
||
|
{Compiled by Jim Hague}\\
|
||
|
\endgroup}
|