annotate dottes.tex.header @ 114:7be0ada7bed7

Change Laride 6 comments to current usage.
author Jim Hague <jim.hague@acm.org>
date Fri, 16 Mar 2012 10:35:37 +0000
parents e666306c5ab1
children c4efe8b5eea1
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
19
305e701c5dc2 Set output to A5 landscape. Begin content and content on fresh page.
Jim Hague <jim.hague@acm.org>
parents: 16
diff changeset
1 \documentclass[a5paper,landscape,11pt]{article}
13
232a778181e3 First go at LaTeX booklet.
Jim Hague <jim.hague@laicatc.com>
parents:
diff changeset
2 \usepackage{graphicx}
16
780f49972b68 Update book making command.
Jim Hague <jim.hague@acm.org>
parents: 13
diff changeset
3 \usepackage{helvet}
780f49972b68 Update book making command.
Jim Hague <jim.hague@acm.org>
parents: 13
diff changeset
4 \usepackage{newcent}
40
93955def7313 Revise page footers, and add build number.
Jim Hague <jim.hague@laicatc.com>
parents: 39
diff changeset
5 \usepackage{fancyhdr}
50
e666306c5ab1 Add list of tune first lines.
Jim Hague <jim.hague@laicatc.com>
parents: 40
diff changeset
6 \usepackage{longtable}
40
93955def7313 Revise page footers, and add build number.
Jim Hague <jim.hague@laicatc.com>
parents: 39
diff changeset
7
93955def7313 Revise page footers, and add build number.
Jim Hague <jim.hague@laicatc.com>
parents: 39
diff changeset
8 % ----- Common variables
93955def7313 Revise page footers, and add build number.
Jim Hague <jim.hague@laicatc.com>
parents: 39
diff changeset
9
93955def7313 Revise page footers, and add build number.
Jim Hague <jim.hague@laicatc.com>
parents: 39
diff changeset
10 \def \build {\input{buildno.txt}}
93955def7313 Revise page footers, and add build number.
Jim Hague <jim.hague@laicatc.com>
parents: 39
diff changeset
11
93955def7313 Revise page footers, and add build number.
Jim Hague <jim.hague@laicatc.com>
parents: 39
diff changeset
12 % ----- Page setup
13
232a778181e3 First go at LaTeX booklet.
Jim Hague <jim.hague@laicatc.com>
parents:
diff changeset
13
232a778181e3 First go at LaTeX booklet.
Jim Hague <jim.hague@laicatc.com>
parents:
diff changeset
14 \setlength{\parindent}{0pt}
232a778181e3 First go at LaTeX booklet.
Jim Hague <jim.hague@laicatc.com>
parents:
diff changeset
15
19
305e701c5dc2 Set output to A5 landscape. Begin content and content on fresh page.
Jim Hague <jim.hague@acm.org>
parents: 16
diff changeset
16 % Adjust margins for A5 landscape. Increase width by 2cm and height by 4cm.
305e701c5dc2 Set output to A5 landscape. Begin content and content on fresh page.
Jim Hague <jim.hague@acm.org>
parents: 16
diff changeset
17 \addtolength{\textwidth}{2cm}
305e701c5dc2 Set output to A5 landscape. Begin content and content on fresh page.
Jim Hague <jim.hague@acm.org>
parents: 16
diff changeset
18 \addtolength{\hoffset}{-1cm}
305e701c5dc2 Set output to A5 landscape. Begin content and content on fresh page.
Jim Hague <jim.hague@acm.org>
parents: 16
diff changeset
19
305e701c5dc2 Set output to A5 landscape. Begin content and content on fresh page.
Jim Hague <jim.hague@acm.org>
parents: 16
diff changeset
20 \addtolength{\textheight}{4cm}
305e701c5dc2 Set output to A5 landscape. Begin content and content on fresh page.
Jim Hague <jim.hague@acm.org>
parents: 16
diff changeset
21 \addtolength{\voffset}{-2cm}
305e701c5dc2 Set output to A5 landscape. Begin content and content on fresh page.
Jim Hague <jim.hague@acm.org>
parents: 16
diff changeset
22
13
232a778181e3 First go at LaTeX booklet.
Jim Hague <jim.hague@laicatc.com>
parents:
diff changeset
23 % -----
232a778181e3 First go at LaTeX booklet.
Jim Hague <jim.hague@laicatc.com>
parents:
diff changeset
24
232a778181e3 First go at LaTeX booklet.
Jim Hague <jim.hague@laicatc.com>
parents:
diff changeset
25 \begin{document}
232a778181e3 First go at LaTeX booklet.
Jim Hague <jim.hague@laicatc.com>
parents:
diff changeset
26
40
93955def7313 Revise page footers, and add build number.
Jim Hague <jim.hague@laicatc.com>
parents: 39
diff changeset
27 % ----- Headers and footers
93955def7313 Revise page footers, and add build number.
Jim Hague <jim.hague@laicatc.com>
parents: 39
diff changeset
28
93955def7313 Revise page footers, and add build number.
Jim Hague <jim.hague@laicatc.com>
parents: 39
diff changeset
29 \pagestyle{fancyplain}
93955def7313 Revise page footers, and add build number.
Jim Hague <jim.hague@laicatc.com>
parents: 39
diff changeset
30 \fancyhf{}
93955def7313 Revise page footers, and add build number.
Jim Hague <jim.hague@laicatc.com>
parents: 39
diff changeset
31 \lfoot{Issue \build}
93955def7313 Revise page footers, and add build number.
Jim Hague <jim.hague@laicatc.com>
parents: 39
diff changeset
32 \rfoot{\thepage}
93955def7313 Revise page footers, and add build number.
Jim Hague <jim.hague@laicatc.com>
parents: 39
diff changeset
33 \renewcommand{\headrulewidth}{0pt}
93955def7313 Revise page footers, and add build number.
Jim Hague <jim.hague@laicatc.com>
parents: 39
diff changeset
34
93955def7313 Revise page footers, and add build number.
Jim Hague <jim.hague@laicatc.com>
parents: 39
diff changeset
35 % ----- Title page and contents
93955def7313 Revise page footers, and add build number.
Jim Hague <jim.hague@laicatc.com>
parents: 39
diff changeset
36
39
9681f6cd9c2b Change subtitle and intro files to .txt extension.
Jim Hague <jim.hague@laicatc.com>
parents: 38
diff changeset
37 \title{Ye Crie Havock Booke of Dottes \\ \input{subtitle.txt}}
13
232a778181e3 First go at LaTeX booklet.
Jim Hague <jim.hague@laicatc.com>
parents:
diff changeset
38
38
01c4d873153f Quick attempt to parameterise different book builds.
Jim Hague <jim.hague@laicatc.com>
parents: 34
diff changeset
39 \author{Cry Havoc}
13
232a778181e3 First go at LaTeX booklet.
Jim Hague <jim.hague@laicatc.com>
parents:
diff changeset
40
232a778181e3 First go at LaTeX booklet.
Jim Hague <jim.hague@laicatc.com>
parents:
diff changeset
41 \date{\today}
232a778181e3 First go at LaTeX booklet.
Jim Hague <jim.hague@laicatc.com>
parents:
diff changeset
42
232a778181e3 First go at LaTeX booklet.
Jim Hague <jim.hague@laicatc.com>
parents:
diff changeset
43 \maketitle
232a778181e3 First go at LaTeX booklet.
Jim Hague <jim.hague@laicatc.com>
parents:
diff changeset
44
19
305e701c5dc2 Set output to A5 landscape. Begin content and content on fresh page.
Jim Hague <jim.hague@acm.org>
parents: 16
diff changeset
45 \newpage
305e701c5dc2 Set output to A5 landscape. Begin content and content on fresh page.
Jim Hague <jim.hague@acm.org>
parents: 16
diff changeset
46
13
232a778181e3 First go at LaTeX booklet.
Jim Hague <jim.hague@laicatc.com>
parents:
diff changeset
47 \tableofcontents
232a778181e3 First go at LaTeX booklet.
Jim Hague <jim.hague@laicatc.com>
parents:
diff changeset
48
19
305e701c5dc2 Set output to A5 landscape. Begin content and content on fresh page.
Jim Hague <jim.hague@acm.org>
parents: 16
diff changeset
49 \newpage
305e701c5dc2 Set output to A5 landscape. Begin content and content on fresh page.
Jim Hague <jim.hague@acm.org>
parents: 16
diff changeset
50
13
232a778181e3 First go at LaTeX booklet.
Jim Hague <jim.hague@laicatc.com>
parents:
diff changeset
51 % -----
232a778181e3 First go at LaTeX booklet.
Jim Hague <jim.hague@laicatc.com>
parents:
diff changeset
52
232a778181e3 First go at LaTeX booklet.
Jim Hague <jim.hague@laicatc.com>
parents:
diff changeset
53 \section{Introduction}
232a778181e3 First go at LaTeX booklet.
Jim Hague <jim.hague@laicatc.com>
parents:
diff changeset
54
39
9681f6cd9c2b Change subtitle and intro files to .txt extension.
Jim Hague <jim.hague@laicatc.com>
parents: 38
diff changeset
55 \input{intro.txt}
13
232a778181e3 First go at LaTeX booklet.
Jim Hague <jim.hague@laicatc.com>
parents:
diff changeset
56
232a778181e3 First go at LaTeX booklet.
Jim Hague <jim.hague@laicatc.com>
parents:
diff changeset
57 % -----
232a778181e3 First go at LaTeX booklet.
Jim Hague <jim.hague@laicatc.com>
parents:
diff changeset
58
232a778181e3 First go at LaTeX booklet.
Jim Hague <jim.hague@laicatc.com>
parents:
diff changeset
59 \section{Tunes}
16
780f49972b68 Update book making command.
Jim Hague <jim.hague@acm.org>
parents: 13
diff changeset
60
780f49972b68 Update book making command.
Jim Hague <jim.hague@acm.org>
parents: 13
diff changeset
61 Tunes are arranged in alphabetical order of tune title.
780f49972b68 Update book making command.
Jim Hague <jim.hague@acm.org>
parents: 13
diff changeset
62
780f49972b68 Update book making command.
Jim Hague <jim.hague@acm.org>
parents: 13
diff changeset
63 \newpage