changeset 282:ced1d1ba42f6

Various revisions of printed book presentation. 1. Purple background on the front and and new blank back pages. 2. UK English for hyphenation and date presentation. 3. Dedication and 'About Havoc' section. 4. Footer just page number in centre of page. 5. Revised copyright discussion. 6. Since it's a book, make content, intro and first lines to chapters. And prompt individual tunes to sections. 7. Omit 'Tunes' chapter heading. It doesn't look good in A5.
author Jim Hague <jim.hague@acm.org>
date Fri, 05 Jul 2013 18:56:34 +0100
parents 9635fe8d6bf6
children c7a3c1be33c2
files dottes.tex makeBookeTunePages.sh
diffstat 2 files changed, 63 insertions(+), 20 deletions(-) [+]
line wrap: on
line diff
--- a/dottes.tex	Wed Jul 03 22:14:09 2013 +0100
+++ b/dottes.tex	Fri Jul 05 18:56:34 2013 +0100
@@ -1,9 +1,12 @@
 \input{docclass.tex}
 
+\usepackage{color}
 \usepackage{fontspec}
 \usepackage{graphicx}
 \usepackage{fancyhdr}
 \usepackage{longtable}
+\usepackage[UKenglish]{babel}
+\usepackage[UKenglish]{isodate}
 
 % Non-indented paragraphs with space between them.
 \usepackage{parskip}
@@ -26,6 +29,9 @@
 \def \build {\input{buildno.txt}}
 \def \instrument {\input{instrument.txt}}
 
+% Havoc purple is #9900cc.
+\definecolor{havocpurple}{rgb}{0.597,0,0.797}
+
 % ----- Paper size document setup
 
 \input{docsetup.tex}
@@ -46,24 +52,57 @@
 % ----- Title page
 
 \begin{titlepage}
+\pagecolor{havocpurple}
 \titleBoD
 \end{titlepage}
 
+% ----- First inside page and dedication. No page numbering here, thanks.
+
+\pagecolor{white}
+
+\pagenumbering{gobble}
+
+\topskip0pt
+\vspace*{\fill}
+
+\begin{center}
+{\Large to Jane} \\
+{\large \emph{for the music, and the dance}}
+\end{center}
+
+\vspace*{\fill}
+
+\section*{About Cry Havoc}
+
+Cry Havoc are a friendly mixed Cotswold Morris side based in Botley, Oxford.
+We practice between September and April on Thursday evenings at the
+Botley Womens' Institute Hall, North Hinksey Lane, Botley, Oxford OX2 0LT and
+dance out in the summer months at locations around Oxfordshire.
+Find out more at \url{http://www.cryhavoc.org.uk/}, or email
+\href{mailto:bag@cryhavoc.org.uk}{\texttt{bag@cryhavoc.org.uk}} for more
+information. Would-be dancers always welcome.
+
+The Booke of Dottes was first produced to mark Cry Havoc's 20th
+anniversary in 2013.
+
+\newpage
+
 % ----- Headers and footers
 
 \pagestyle{fancyplain}
 \fancyhf{}
-\lfoot{Issue \build}
-\rfoot{\thepage}
+\cfoot{\thepage}
 \renewcommand{\headrulewidth}{0pt}
 
 % ----- Contents
 
+\pagenumbering{roman}
+
 \tableofcontents
 
 % -----
 
-\section{Introduction}
+\chapter{Introduction}
 
 After every practice or dance-out, the musicians of Cry Havoc Botley
 Morris like to have a little music-playing session. And, of course,
@@ -80,26 +119,26 @@
 of Cry Havoc play. I'm in no way suggesting that they are
 in any way \emph{correct}. This is just how we go about them.
 
-All tunes in this book are believed to be in the public domain, or at the
-very least enjoy widespread currency on the folk music scene. If I have
-inadvertantly transgressed on anyone's copyright, please contact me at
+The majority of tunes in this book have no identifiable author, and
+are unquestionably in the public domain. Rather than litter the
+pages with \emph{Trad.} or \emph{Anon.}, I have left them unattributed.
+Some, however, have an identifiable author or arranger and copyright
+unquestionably remains with that person. I believe these tunes to
+enjoy widespread currency on the folk music scene, and therefore there
+is at least tacit approval by the authors for their dissemination.
+If this is not the case, please contact me at
 \href{mailto:dottes@cryhavoc.org.uk}{\texttt{dottes@cryhavoc.org.uk}} and I will
 remove the offending tune.
 
-The Booke of Dottes is a constant work in progress. You can download the latest
-version from \url{http://dottes.cryhavoc.org.uk/}.
-
-\section{About Cry Havoc}
-
-Cry Havoc are a mixed Cotswold Morris side based in Botley, Oxford.
-
-This book was first produced to mark Cry Havoc's 20th anniversary in 2013.
+The Booke of Dottes is a constant work in progress. This is issue \build,
+generated \today. The latest version is always available from
+\url{http://dottes.cryhavoc.org.uk/}.
 
 % -----
 
 \mainmatter
 
-\section{Tunes}
+\addcontentsline{toc}{chapter}{Tunes}
 
 \input{tunes.tex}
 
@@ -107,9 +146,7 @@
 
 \backmatter
 
-\newpage
-
-\section{List of tune first lines}
+\chapter{List of tune first lines}
 
 You know the feeling. Everyone has just launched into a well-loved tune.
 You've heard it before, but don't remember the name. So here's a list of
@@ -121,6 +158,12 @@
 \input{firstlines.tex}
 \end{longtable}
 
-% -----
+% ----- Back cover page. A plain purple page.
+
+\newpage
+
+\pagecolor{havocpurple}
+\thispagestyle{empty}
+\mbox{}
 
 \end{document}
--- a/makeBookeTunePages.sh	Wed Jul 03 22:14:09 2013 +0100
+++ b/makeBookeTunePages.sh	Fri Jul 05 18:56:34 2013 +0100
@@ -45,7 +45,7 @@
         echo -E "\vfill \begin{center}" >> $tunesoutput
         echo -E "\phantomsection" >> $tunesoutput
         echo -E "\hypertarget{$name}{\includegraphics[width=\textwidth,height=0.85\textheight,keepaspectratio]{$graphicsdir/$name}}" >> $tunesoutput
-        echo -E "\addcontentsline{toc}{subsection}{$title}" >> $tunesoutput
+        echo -E "\addcontentsline{toc}{section}{$title}" >> $tunesoutput
         echo -E "\end{center}" >> $tunesoutput
 
         changefile=`$dir/abcfield.py --field N $filename | grep "Change:" | sed -e "s/Change: *//"`