view docsetup.Nook.tex @ 360:01ded8741361

Use server-side includes (with Apache XBitHack setting) in web. This means that we can have one main web page, dottes.html, for each book and include the intro and tunelist to make the page. This removes the separate header and footer components. Perhaps we should use a template engine instead to generate the output. That means choosing one. And preferably one that isn't aimed only at HTML so we could use it for the printed books. More research required.
author Jim Hague <jim.hague@acm.org>
date Wed, 21 Aug 2013 10:32:50 +0100
parents 9f9df5c40d1b
children 69a7499817c8
line wrap: on
line source

\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}