Printed title page changes.

1. Remove date from front page. Don't want it instantly out of date.
2. Add instrumen name, if present.
3. Revise A5 to single page front cover with little buzzard.
This commit is contained in:
Jim Hague 2013-06-21 19:59:37 +01:00
parent c52906f947
commit 96f6454245
2 changed files with 12 additions and 14 deletions

View File

@ -19,6 +19,7 @@
% ----- Common variables % ----- Common variables
\def \build {\input{buildno.txt}} \def \build {\input{buildno.txt}}
\def \instrument {\input{instrument.txt}}
% ----- Appearance % ----- Appearance
@ -50,19 +51,17 @@
\newcommand*{\titleDB}{\begingroup \newcommand*{\titleDB}{\begingroup
\centering \centering
\vspace*{0.10\textheight}
{\Large \havocfont{Ye}}\\[\baselineskip] {\Large \havocfont{Ye}}\\[\baselineskip]
{\Huge \havocfont{Crie Havock}}\\[\baselineskip] {\Huge \havocfont{Crie Havock}}\\[\baselineskip]
{\Large \havocfont{Booke of}}\\[\baselineskip] {\Large \havocfont{Booke of}}\\[\baselineskip]
{\Huge \havocfont{Dottes}}\\[2.5\baselineskip] {\Huge \havocfont{\instrument Dottes}}\\[\baselineskip]
\vfill
{\Huge \input{title.txt}}\\[\baselineskip] {\Huge \input{title.txt}}\\[\baselineskip]
{\Large \input{subtitle.txt}}\\[\baselineskip] {\Large \input{subtitle.txt}}\\[\baselineskip]
\vfill \vfill
\includegraphics[width=0.3\textwidth,keepaspectratio]{buzzard} \includegraphics[width=0.5\textwidth,keepaspectratio]{buzzard}
\vfill \vfill
{Compiled by Jim Hague}\\[\baselineskip] {Compiled by Jim Hague}\\
\vfill
{\small\sffamily \today}\par
\endgroup} \endgroup}
% ----- % -----

View File

@ -19,6 +19,7 @@
% ----- Common variables % ----- Common variables
\def \build {\input{buildno.txt}} \def \build {\input{buildno.txt}}
\def \instrument {\input{instrument.txt}}
% ----- Appearance % ----- Appearance
@ -46,23 +47,21 @@
% ----- % -----
% Title page % Title page
\newfontfamily\havocfont[Scale=2.5]{English Towne} \newfontfamily\havocfont[Scale=2.1]{English Towne}
\newcommand*{\titleDB}{\begingroup \newcommand*{\titleDB}{\begingroup
\centering \centering
{\Large \havocfont{Ye}}\\[\baselineskip] {\Large \havocfont{Ye}}\\[\baselineskip]
{\Huge \havocfont{Crie Havock}}\\[\baselineskip] {\Huge \havocfont{Crie Havock}}\\[\baselineskip]
{\Large \havocfont{Booke of}}\\[\baselineskip] {\Large \havocfont{Booke of}}\\[\baselineskip]
{\Huge \havocfont{Dottes}}\\[2.5\baselineskip] {\Huge \havocfont{\instrument Dottes}}\\[\baselineskip]
{\Huge \input{title.txt}}\\[\baselineskip]
{\Large \input{subtitle.txt}}\\[\baselineskip]
\newpage
\vfill \vfill
\includegraphics[width=0.3\textwidth,keepaspectratio]{buzzard} {\huge \input{title.txt}}\\%[\baselineskip]
{\large \input{subtitle.txt}}\\[\baselineskip]
\vfill \vfill
{Compiled by Jim Hague}\\[\baselineskip] \includegraphics[width=0.12\textwidth,keepaspectratio]{buzzard}
\vfill \vfill
{\small\sffamily \today}\par {Compiled by Jim Hague}\\
\endgroup} \endgroup}
% ----- % -----