Mercurial > dottes
annotate dottes.tex.a5header @ 187:5c8510d14a00
Change first two bars in last line to match what's on the Havoc CD.
author | Jim Hague <jim.hague@acm.org> |
---|---|
date | Mon, 04 Feb 2013 13:49:45 +0000 |
parents | 6a0bdabfb255 |
children | af1d1009305f |
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} |
118
8f3b50ede59c
Switch to XeTeX to render. Opens up random OpenType fonts and UTF-8.
Jim Hague <jim.hague@acm.org>
parents:
117
diff
changeset
|
2 \usepackage{fontspec} |
13 | 3 \usepackage{graphicx} |
40
93955def7313
Revise page footers, and add build number.
Jim Hague <jim.hague@laicatc.com>
parents:
39
diff
changeset
|
4 \usepackage{fancyhdr} |
50
e666306c5ab1
Add list of tune first lines.
Jim Hague <jim.hague@laicatc.com>
parents:
40
diff
changeset
|
5 \usepackage{longtable} |
40
93955def7313
Revise page footers, and add build number.
Jim Hague <jim.hague@laicatc.com>
parents:
39
diff
changeset
|
6 |
115
c4efe8b5eea1
Add internal hyperlinks to the book.
Jim Hague <jim.hague@acm.org>
parents:
50
diff
changeset
|
7 \usepackage{hyperref} |
c4efe8b5eea1
Add internal hyperlinks to the book.
Jim Hague <jim.hague@acm.org>
parents:
50
diff
changeset
|
8 \hypersetup{ |
c4efe8b5eea1
Add internal hyperlinks to the book.
Jim Hague <jim.hague@acm.org>
parents:
50
diff
changeset
|
9 bookmarks=true,% |
c4efe8b5eea1
Add internal hyperlinks to the book.
Jim Hague <jim.hague@acm.org>
parents:
50
diff
changeset
|
10 colorlinks=true,% |
c4efe8b5eea1
Add internal hyperlinks to the book.
Jim Hague <jim.hague@acm.org>
parents:
50
diff
changeset
|
11 citecolor=black,% |
c4efe8b5eea1
Add internal hyperlinks to the book.
Jim Hague <jim.hague@acm.org>
parents:
50
diff
changeset
|
12 filecolor=black,% |
c4efe8b5eea1
Add internal hyperlinks to the book.
Jim Hague <jim.hague@acm.org>
parents:
50
diff
changeset
|
13 linkcolor=black,% |
c4efe8b5eea1
Add internal hyperlinks to the book.
Jim Hague <jim.hague@acm.org>
parents:
50
diff
changeset
|
14 urlcolor=black |
c4efe8b5eea1
Add internal hyperlinks to the book.
Jim Hague <jim.hague@acm.org>
parents:
50
diff
changeset
|
15 } |
c4efe8b5eea1
Add internal hyperlinks to the book.
Jim Hague <jim.hague@acm.org>
parents:
50
diff
changeset
|
16 |
40
93955def7313
Revise page footers, and add build number.
Jim Hague <jim.hague@laicatc.com>
parents:
39
diff
changeset
|
17 % ----- Common variables |
93955def7313
Revise page footers, and add build number.
Jim Hague <jim.hague@laicatc.com>
parents:
39
diff
changeset
|
18 |
93955def7313
Revise page footers, and add build number.
Jim Hague <jim.hague@laicatc.com>
parents:
39
diff
changeset
|
19 \def \build {\input{buildno.txt}} |
93955def7313
Revise page footers, and add build number.
Jim Hague <jim.hague@laicatc.com>
parents:
39
diff
changeset
|
20 |
118
8f3b50ede59c
Switch to XeTeX to render. Opens up random OpenType fonts and UTF-8.
Jim Hague <jim.hague@acm.org>
parents:
117
diff
changeset
|
21 % ----- Appearance |
8f3b50ede59c
Switch to XeTeX to render. Opens up random OpenType fonts and UTF-8.
Jim Hague <jim.hague@acm.org>
parents:
117
diff
changeset
|
22 |
8f3b50ede59c
Switch to XeTeX to render. Opens up random OpenType fonts and UTF-8.
Jim Hague <jim.hague@acm.org>
parents:
117
diff
changeset
|
23 %\setmainfont{Century Schoolbook L} |
8f3b50ede59c
Switch to XeTeX to render. Opens up random OpenType fonts and UTF-8.
Jim Hague <jim.hague@acm.org>
parents:
117
diff
changeset
|
24 \setmainfont{Times New Roman} |
8f3b50ede59c
Switch to XeTeX to render. Opens up random OpenType fonts and UTF-8.
Jim Hague <jim.hague@acm.org>
parents:
117
diff
changeset
|
25 |
40
93955def7313
Revise page footers, and add build number.
Jim Hague <jim.hague@laicatc.com>
parents:
39
diff
changeset
|
26 % ----- Page setup |
13 | 27 |
28 \setlength{\parindent}{0pt} | |
29 | |
122
295ba8275ab4
Make output larger where possible.
Jim Hague <jim.hague@laicatc.com>
parents:
118
diff
changeset
|
30 % Adjust margins for A5 landscape. Increase width by 4cm and height by 4cm. |
295ba8275ab4
Make output larger where possible.
Jim Hague <jim.hague@laicatc.com>
parents:
118
diff
changeset
|
31 \addtolength{\textwidth}{4cm} |
295ba8275ab4
Make output larger where possible.
Jim Hague <jim.hague@laicatc.com>
parents:
118
diff
changeset
|
32 \addtolength{\hoffset}{-2cm} |
19
305e701c5dc2
Set output to A5 landscape. Begin content and content on fresh page.
Jim Hague <jim.hague@acm.org>
parents:
16
diff
changeset
|
33 |
305e701c5dc2
Set output to A5 landscape. Begin content and content on fresh page.
Jim Hague <jim.hague@acm.org>
parents:
16
diff
changeset
|
34 \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
|
35 \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
|
36 |
122
295ba8275ab4
Make output larger where possible.
Jim Hague <jim.hague@laicatc.com>
parents:
118
diff
changeset
|
37 % Move the top margin up a further cm. |
295ba8275ab4
Make output larger where possible.
Jim Hague <jim.hague@laicatc.com>
parents:
118
diff
changeset
|
38 \addtolength{\textheight}{1cm} |
295ba8275ab4
Make output larger where possible.
Jim Hague <jim.hague@laicatc.com>
parents:
118
diff
changeset
|
39 \addtolength{\voffset}{-1cm} |
295ba8275ab4
Make output larger where possible.
Jim Hague <jim.hague@laicatc.com>
parents:
118
diff
changeset
|
40 |
13 | 41 % ----- |
42 | |
181
6a0bdabfb255
Add a A4 portrait book with multiple tunes per page.
Jim Hague <jim.hague@acm.org>
parents:
176
diff
changeset
|
43 % Don't show section numbers. |
6a0bdabfb255
Add a A4 portrait book with multiple tunes per page.
Jim Hague <jim.hague@acm.org>
parents:
176
diff
changeset
|
44 \setcounter{secnumdepth}{-1} |
6a0bdabfb255
Add a A4 portrait book with multiple tunes per page.
Jim Hague <jim.hague@acm.org>
parents:
176
diff
changeset
|
45 |
6a0bdabfb255
Add a A4 portrait book with multiple tunes per page.
Jim Hague <jim.hague@acm.org>
parents:
176
diff
changeset
|
46 % ----- |
6a0bdabfb255
Add a A4 portrait book with multiple tunes per page.
Jim Hague <jim.hague@acm.org>
parents:
176
diff
changeset
|
47 |
13 | 48 \begin{document} |
49 | |
40
93955def7313
Revise page footers, and add build number.
Jim Hague <jim.hague@laicatc.com>
parents:
39
diff
changeset
|
50 % ----- Headers and footers |
93955def7313
Revise page footers, and add build number.
Jim Hague <jim.hague@laicatc.com>
parents:
39
diff
changeset
|
51 |
93955def7313
Revise page footers, and add build number.
Jim Hague <jim.hague@laicatc.com>
parents:
39
diff
changeset
|
52 \pagestyle{fancyplain} |
93955def7313
Revise page footers, and add build number.
Jim Hague <jim.hague@laicatc.com>
parents:
39
diff
changeset
|
53 \fancyhf{} |
93955def7313
Revise page footers, and add build number.
Jim Hague <jim.hague@laicatc.com>
parents:
39
diff
changeset
|
54 \lfoot{Issue \build} |
93955def7313
Revise page footers, and add build number.
Jim Hague <jim.hague@laicatc.com>
parents:
39
diff
changeset
|
55 \rfoot{\thepage} |
93955def7313
Revise page footers, and add build number.
Jim Hague <jim.hague@laicatc.com>
parents:
39
diff
changeset
|
56 \renewcommand{\headrulewidth}{0pt} |
93955def7313
Revise page footers, and add build number.
Jim Hague <jim.hague@laicatc.com>
parents:
39
diff
changeset
|
57 |
93955def7313
Revise page footers, and add build number.
Jim Hague <jim.hague@laicatc.com>
parents:
39
diff
changeset
|
58 % ----- Title page and contents |
93955def7313
Revise page footers, and add build number.
Jim Hague <jim.hague@laicatc.com>
parents:
39
diff
changeset
|
59 |
39
9681f6cd9c2b
Change subtitle and intro files to .txt extension.
Jim Hague <jim.hague@laicatc.com>
parents:
38
diff
changeset
|
60 \title{Ye Crie Havock Booke of Dottes \\ \input{subtitle.txt}} |
13 | 61 |
38
01c4d873153f
Quick attempt to parameterise different book builds.
Jim Hague <jim.hague@laicatc.com>
parents:
34
diff
changeset
|
62 \author{Cry Havoc} |
13 | 63 |
64 \date{\today} | |
65 | |
66 \maketitle | |
67 | |
19
305e701c5dc2
Set output to A5 landscape. Begin content and content on fresh page.
Jim Hague <jim.hague@acm.org>
parents:
16
diff
changeset
|
68 \newpage |
305e701c5dc2
Set output to A5 landscape. Begin content and content on fresh page.
Jim Hague <jim.hague@acm.org>
parents:
16
diff
changeset
|
69 |
13 | 70 \tableofcontents |
71 | |
19
305e701c5dc2
Set output to A5 landscape. Begin content and content on fresh page.
Jim Hague <jim.hague@acm.org>
parents:
16
diff
changeset
|
72 \newpage |
305e701c5dc2
Set output to A5 landscape. Begin content and content on fresh page.
Jim Hague <jim.hague@acm.org>
parents:
16
diff
changeset
|
73 |
13 | 74 % ----- |
75 | |
76 \section{Introduction} | |
77 | |
39
9681f6cd9c2b
Change subtitle and intro files to .txt extension.
Jim Hague <jim.hague@laicatc.com>
parents:
38
diff
changeset
|
78 \input{intro.txt} |
13 | 79 |
117
9ccdb7c3ec45
Add reference to web location.
Jim Hague <jim.hague@acm.org>
parents:
115
diff
changeset
|
80 This book is a work in progress. You can download the latest version from |
176 | 81 \url{http://dottes.cryhavoc.org.uk/}. |
117
9ccdb7c3ec45
Add reference to web location.
Jim Hague <jim.hague@acm.org>
parents:
115
diff
changeset
|
82 |
13 | 83 % ----- |
84 | |
85 \section{Tunes} | |
16 | 86 |
87 Tunes are arranged in alphabetical order of tune title. | |
88 | |
89 \newpage |