20 lines
527 B
TeX
20 lines
527 B
TeX
|
% -----
|
||
|
|
||
|
% Title page
|
||
|
\newfontfamily\havocfont[Scale=2.1]{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.12\textwidth,keepaspectratio]{buzzard}
|
||
|
\vfill
|
||
|
{Compiled by Jim Hague}\\
|
||
|
\endgroup}
|