Put book intro text into its own file.

Stop duplicating it between A4 and A5 headers.
This commit is contained in:
Jim Hague 2013-06-15 00:11:23 +01:00
parent e4cd108b8a
commit 1c8fd3f513
5 changed files with 34 additions and 23 deletions

View File

@ -97,6 +97,11 @@ inadvertantly transgressed on anyone's copyright, please contact me at
\href{mailto:dottes@cryhavoc.org.uk}{dottes@cryhavoc.org.uk} and I will
remove the offending tune.
Being folk tunes, many of the tunes herein have many variations.
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
in any way \emph{correct}. This is just how we go about them.
The Booke of Dottes is a constant work in progress. You can download the latest
version from \url{http://dottes.cryhavoc.org.uk/}.

View File

@ -87,26 +87,3 @@
\tableofcontents
\newpage
% -----
\section{Introduction}
\input{intro.txt}
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
\href{mailto:dottes@cryhavoc.org.uk}{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{Tunes}
Tunes are arranged in alphabetical order of tune title.
\newpage

27
dottes.tex.intro Normal file
View File

@ -0,0 +1,27 @@
% -----
\section{Introduction}
\input{intro.txt}
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
\href{mailto:dottes@cryhavoc.org.uk}{\texttt{dottes@cryhavoc.org.uk}} and I will
remove the offending tune.
Being folk tunes, many of the tunes herein have many variations.
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
in any way \emph{correct}. This is just how we go about them.
The Booke of Dottes is a constant work in progress. You can download the latest
version from \url{http://dottes.cryhavoc.org.uk/}.
% -----
\section{Tunes}
Tunes are arranged in alphabetical order of tune title.
\newpage

View File

@ -48,6 +48,7 @@ else
touch $builddir/intro.txt
fi
cp dottes.tex.a4header $builddir/$output
cat dottes.tex.intro >> $builddir/$output
# Now, for each tune, make the tune graphic and add it, inside a
# centre section, so the document. Then add a TOC entry.

View File

@ -50,6 +50,7 @@ else
touch $builddir/intro.txt
fi
cp dottes.tex.a5header $builddir/$output
cat dottes.tex.intro >> $builddir/$output
# Now, for each tune, make the tune graphic and add it, inside a
# centre section, so the document. Then add a TOC entry.