Mercurial > dottes
view dottes.tex @ 266:06e140f48543
Revise scripts for building printed Bookes.
A lot of stuff was being duplicated between different page size. Consolidate where
possible, and in particular put as much into a single source file (dottes.tex) as
possible. Making a single Booke is now potentially quicker, as the tune pages
don't necessarily have to be regenerate every time.
author | Jim Hague <jim.hague@acm.org> |
---|---|
date | Wed, 26 Jun 2013 23:37:45 +0100 |
parents | |
children | 1b08069e5cc4 |
line wrap: on
line source
\input{docclass.tex} \usepackage{fontspec} \usepackage{graphicx} \usepackage{fancyhdr} \usepackage{longtable} \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}