view dottes.tex @ 267:1b08069e5cc4

Change paragraph formatting - no indent, gaps between paragraphs.
author Jim Hague <jim.hague@acm.org>
date Sat, 29 Jun 2013 10:13:48 +0100
parents 06e140f48543
children eff63e0fb8c8
line wrap: on
line source

\input{docclass.tex}

\usepackage{fontspec}
\usepackage{graphicx}
\usepackage{fancyhdr}
\usepackage{longtable}

% Non-indented paragraphs with space between them.
\usepackage{parskip}

% 2 column table of contents.
\usepackage[toc]{multitoc}

\usepackage{hyperref}
\hypersetup{
    bookmarks=true,%
    colorlinks=true,%
    citecolor=black,%
    filecolor=black,%
    linkcolor=black,%
    urlcolor=black
}

% ----- Common variables

\def \build {\input{buildno.txt}}
\def \instrument {\input{instrument.txt}}

% ----- Paper size document setup

\input{docsetup.tex}

% ----- Appearance

\setmainfont{Times New Roman}

% Don't show section numbers.
\setcounter{secnumdepth}{-1}

% -----

\begin{document}

% ----- Title page

\begin{titlepage}
\titleBoD
\end{titlepage}

% ----- Headers and footers

\pagestyle{fancyplain}
\fancyhf{}
\lfoot{Issue \build}
\rfoot{\thepage}
\renewcommand{\headrulewidth}{0pt}

% ----- Contents

\tableofcontents

% -----

\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

\input{tunes.tex}

% -----

\newpage
\section{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
tune first lines to help you figure out what it is in time to join in.

\setlength\LTleft{0pt}
\setlength\LTright{0pt}
\begin{longtable}{lr}
\input{firstlines.tex}
\end{longtable}

% -----

\end{document}