Files
dottes/docsetup.Nook.tex
Jim Hague 3e66659618 On Nook and A5 prints, start a new page with each tune and centre vertically..
A5 mostly did, but ran into trouble with longer comments on a tune.
This may give blank space after tunes where a long comment overflows
onto another page, but I think for now it's better to have each tune
at the top of the page.

Or rather, and this is the other change, in the middle of the page. Centre
the page content for A5 and Nook.
2017-10-12 14:50:51 +01:00

29 lines
813 B
TeX

\usepackage[paperwidth=4.1in,paperheight=5in,left=0.1in,right=0.1in,top=0.5in,bottom=0.2in]{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}
% Page appearance.
\newcommand*{\pagestylemod}{\begingroup
\cfoot{}
\endgroup}
\newcommand*{\tunestart}{\newpage \topskip0pt \vspace*{\fill}}
\newcommand*{\tuneend}{\vspace*{\fill}}