# HG changeset patch # User Jim Hague # Date 1371841177 -3600 # Node ID 88b58f811bc6dcd58b520973b04951844e728ef8 # Parent f337d024b13db0f7c8edc4e9eedb749696c9e869 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. diff -r f337d024b13d -r 88b58f811bc6 dottes.tex.a4header --- a/dottes.tex.a4header Fri Jun 21 19:41:06 2013 +0100 +++ b/dottes.tex.a4header Fri Jun 21 19:59:37 2013 +0100 @@ -19,6 +19,7 @@ % ----- Common variables \def \build {\input{buildno.txt}} +\def \instrument {\input{instrument.txt}} % ----- Appearance @@ -50,19 +51,17 @@ \newcommand*{\titleDB}{\begingroup \centering -\vspace*{0.10\textheight} {\Large \havocfont{Ye}}\\[\baselineskip] {\Huge \havocfont{Crie Havock}}\\[\baselineskip] {\Large \havocfont{Booke of}}\\[\baselineskip] -{\Huge \havocfont{Dottes}}\\[2.5\baselineskip] +{\Huge \havocfont{\instrument Dottes}}\\[\baselineskip] +\vfill {\Huge \input{title.txt}}\\[\baselineskip] {\Large \input{subtitle.txt}}\\[\baselineskip] \vfill -\includegraphics[width=0.3\textwidth,keepaspectratio]{buzzard} +\includegraphics[width=0.5\textwidth,keepaspectratio]{buzzard} \vfill -{Compiled by Jim Hague}\\[\baselineskip] -\vfill -{\small\sffamily \today}\par +{Compiled by Jim Hague}\\ \endgroup} % ----- diff -r f337d024b13d -r 88b58f811bc6 dottes.tex.a5header --- a/dottes.tex.a5header Fri Jun 21 19:41:06 2013 +0100 +++ b/dottes.tex.a5header Fri Jun 21 19:59:37 2013 +0100 @@ -19,6 +19,7 @@ % ----- Common variables \def \build {\input{buildno.txt}} +\def \instrument {\input{instrument.txt}} % ----- Appearance @@ -46,23 +47,21 @@ % ----- % Title page -\newfontfamily\havocfont[Scale=2.5]{English Towne} +\newfontfamily\havocfont[Scale=2.1]{English Towne} \newcommand*{\titleDB}{\begingroup \centering {\Large \havocfont{Ye}}\\[\baselineskip] {\Huge \havocfont{Crie Havock}}\\[\baselineskip] {\Large \havocfont{Booke of}}\\[\baselineskip] -{\Huge \havocfont{Dottes}}\\[2.5\baselineskip] -{\Huge \input{title.txt}}\\[\baselineskip] -{\Large \input{subtitle.txt}}\\[\baselineskip] -\newpage +{\Huge \havocfont{\instrument Dottes}}\\[\baselineskip] \vfill -\includegraphics[width=0.3\textwidth,keepaspectratio]{buzzard} +{\huge \input{title.txt}}\\%[\baselineskip] +{\large \input{subtitle.txt}}\\[\baselineskip] \vfill -{Compiled by Jim Hague}\\[\baselineskip] +\includegraphics[width=0.12\textwidth,keepaspectratio]{buzzard} \vfill -{\small\sffamily \today}\par +{Compiled by Jim Hague}\\ \endgroup} % -----