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.
This commit is contained in:
Jim Hague 2013-07-05 18:56:34 +01:00
parent 31d21e9b7d
commit 1f92bab7c6
2 changed files with 63 additions and 20 deletions

View File

@ -1,9 +1,12 @@
\input{docclass.tex} \input{docclass.tex}
\usepackage{color}
\usepackage{fontspec} \usepackage{fontspec}
\usepackage{graphicx} \usepackage{graphicx}
\usepackage{fancyhdr} \usepackage{fancyhdr}
\usepackage{longtable} \usepackage{longtable}
\usepackage[UKenglish]{babel}
\usepackage[UKenglish]{isodate}
% Non-indented paragraphs with space between them. % Non-indented paragraphs with space between them.
\usepackage{parskip} \usepackage{parskip}
@ -26,6 +29,9 @@
\def \build {\input{buildno.txt}} \def \build {\input{buildno.txt}}
\def \instrument {\input{instrument.txt}} \def \instrument {\input{instrument.txt}}
% Havoc purple is #9900cc.
\definecolor{havocpurple}{rgb}{0.597,0,0.797}
% ----- Paper size document setup % ----- Paper size document setup
\input{docsetup.tex} \input{docsetup.tex}
@ -46,24 +52,57 @@
% ----- Title page % ----- Title page
\begin{titlepage} \begin{titlepage}
\pagecolor{havocpurple}
\titleBoD \titleBoD
\end{titlepage} \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 % ----- Headers and footers
\pagestyle{fancyplain} \pagestyle{fancyplain}
\fancyhf{} \fancyhf{}
\lfoot{Issue \build} \cfoot{\thepage}
\rfoot{\thepage}
\renewcommand{\headrulewidth}{0pt} \renewcommand{\headrulewidth}{0pt}
% ----- Contents % ----- Contents
\pagenumbering{roman}
\tableofcontents \tableofcontents
% ----- % -----
\section{Introduction} \chapter{Introduction}
After every practice or dance-out, the musicians of Cry Havoc Botley After every practice or dance-out, the musicians of Cry Havoc Botley
Morris like to have a little music-playing session. And, of course, Morris like to have a little music-playing session. And, of course,
@ -80,26 +119,26 @@ The music presented here is my attempt at reflecting what the musicians
of Cry Havoc play. I'm in no way suggesting that they are 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. 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 The majority of tunes in this book have no identifiable author, and
very least enjoy widespread currency on the folk music scene. If I have are unquestionably in the public domain. Rather than litter the
inadvertantly transgressed on anyone's copyright, please contact me at 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 \href{mailto:dottes@cryhavoc.org.uk}{\texttt{dottes@cryhavoc.org.uk}} and I will
remove the offending tune. remove the offending tune.
The Booke of Dottes is a constant work in progress. You can download the latest The Booke of Dottes is a constant work in progress. This is issue \build,
version from \url{http://dottes.cryhavoc.org.uk/}. generated \today. The latest version is always available 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.
% ----- % -----
\mainmatter \mainmatter
\section{Tunes} \addcontentsline{toc}{chapter}{Tunes}
\input{tunes.tex} \input{tunes.tex}
@ -107,9 +146,7 @@ This book was first produced to mark Cry Havoc's 20th anniversary in 2013.
\backmatter \backmatter
\newpage \chapter{List of tune first lines}
\section{List of tune first lines}
You know the feeling. Everyone has just launched into a well-loved tune. 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 You've heard it before, but don't remember the name. So here's a list of
@ -121,6 +158,12 @@ tune first lines to help you figure out what it is in time to join in.
\input{firstlines.tex} \input{firstlines.tex}
\end{longtable} \end{longtable}
% ----- % ----- Back cover page. A plain purple page.
\newpage
\pagecolor{havocpurple}
\thispagestyle{empty}
\mbox{}
\end{document} \end{document}

View File

@ -45,7 +45,7 @@ find $booke -name "*.abc" | sort |
echo -E "\vfill \begin{center}" >> $tunesoutput echo -E "\vfill \begin{center}" >> $tunesoutput
echo -E "\phantomsection" >> $tunesoutput echo -E "\phantomsection" >> $tunesoutput
echo -E "\hypertarget{$name}{\includegraphics[width=\textwidth,height=0.85\textheight,keepaspectratio]{$graphicsdir/$name}}" >> $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 echo -E "\end{center}" >> $tunesoutput
changefile=`$dir/abcfield.py --field N $filename | grep "Change:" | sed -e "s/Change: *//"` changefile=`$dir/abcfield.py --field N $filename | grep "Change:" | sed -e "s/Change: *//"`