forked from CryHavoc/dottes
Revise printed Booke.
Introduce vestigial copyright page and move instroduction before the contents, so on A4 it appears on the verso to the content recto. Tunes then start double page spread on the next page. Add a \cleardoublepage before the index of first lines to force that to start on a new double page. This minimises the page turning necessary to see all the index lines.
This commit is contained in:
parent
cdf1efc900
commit
78d4c39dad
|
@ -1 +1 @@
|
|||
\documentclass[a4paper,11pt,oneside,openany]{book}
|
||||
\documentclass[a4paper,11pt,openany]{book}
|
||||
|
|
81
dottes.tex
81
dottes.tex
|
@ -81,6 +81,7 @@
|
|||
|
||||
% ----- Appearance
|
||||
|
||||
% Lettering in the tune images is in Times, so go with that for consistency.
|
||||
\setmainfont{Times New Roman}
|
||||
|
||||
% Don't show section numbers.
|
||||
|
@ -90,8 +91,18 @@
|
|||
|
||||
\begin{document}
|
||||
|
||||
% ----- Headers and footers
|
||||
|
||||
\pagestyle{fancyplain}
|
||||
\fancyhf{}
|
||||
\cfoot{\thepage}
|
||||
\renewcommand{\headrulewidth}{0pt}
|
||||
|
||||
\frontmatter
|
||||
|
||||
% No page numbering for now, thanks.
|
||||
\pagenumbering{gobble}
|
||||
|
||||
% ----- Title page
|
||||
|
||||
\newgeometry{margin=0.5in}
|
||||
|
@ -101,11 +112,26 @@
|
|||
\end{titlepage}
|
||||
\restoregeometry
|
||||
|
||||
% ----- First inside page and dedication. No page numbering here, thanks.
|
||||
|
||||
\pagecolor{white}
|
||||
|
||||
\pagenumbering{gobble}
|
||||
% ----- First inside pages. No page numbering here, thanks.
|
||||
|
||||
% Publisher info page.
|
||||
\vspace*{\fill}
|
||||
|
||||
Issue \build, generated \today.
|
||||
|
||||
The Booke of Dottes is a constant work in progress. The latest version
|
||||
is always available from \url{http://dottes.cryhavoc.org.uk/}.
|
||||
|
||||
\vspace*{\fill}
|
||||
|
||||
Music typeset by abcm2ps. Document typeset by {\LaTeX} in 12 point
|
||||
Times New Roman.
|
||||
|
||||
\newpage
|
||||
|
||||
% Dedication page.
|
||||
|
||||
\vspace*{\fill}
|
||||
|
||||
|
@ -116,37 +142,12 @@
|
|||
|
||||
\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 or musicians 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{}
|
||||
\cfoot{\thepage}
|
||||
\renewcommand{\headrulewidth}{0pt}
|
||||
|
||||
% ----- Contents
|
||||
% ----- Here we go with numbered frontmatter pages.
|
||||
|
||||
\pagenumbering{roman}
|
||||
|
||||
\tableofcontents
|
||||
|
||||
% -----
|
||||
|
||||
\chapter{Introduction}
|
||||
|
||||
Music forms a core part of Cry Havoc Botley Morris. Of course, the
|
||||
|
@ -175,9 +176,23 @@ 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. This is issue \build,
|
||||
generated \today. The latest version is always available from
|
||||
\url{http://dottes.cryhavoc.org.uk/}.
|
||||
\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 or musicians always welcome.
|
||||
|
||||
The Booke of Dottes was first produced to mark Cry Havoc's 20th
|
||||
anniversary in 2013.
|
||||
|
||||
% -----
|
||||
|
||||
\tableofcontents
|
||||
|
||||
% -----
|
||||
|
||||
|
@ -189,6 +204,8 @@ generated \today. The latest version is always available from
|
|||
|
||||
% -----
|
||||
|
||||
\cleardoublepage
|
||||
|
||||
\chapter{List of tune first lines}
|
||||
|
||||
You know the feeling. Everyone has just launched into a well-loved tune.
|
||||
|
|
Loading…
Reference in New Issue