forked from CryHavoc/dottes
22 lines
630 B
TeX
22 lines
630 B
TeX
|
\usepackage[paperwidth=4.1in,paperheight=5in,left=0.1in,right=0.1in,top=0.5in,bottom=0.5in]{geometry}
|
||
|
|
||
|
% -----
|
||
|
|
||
|
% Title page
|
||
|
\newfontfamily\havocfont[Scale=1.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.12\textwidth,keepaspectratio]{buzzard}
|
||
|
\vfill
|
||
|
{Compiled by Jim Hague}\\
|
||
|
\endgroup}
|