-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmain.tex
More file actions
48 lines (35 loc) · 1.19 KB
/
Copy pathmain.tex
File metadata and controls
48 lines (35 loc) · 1.19 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
\documentclass[twoside]{book}
% Driver file: class + shared inputs + \input order. Scores stay in .ly under
% chapters; \lilypondfile pulls them in after lilypond-book runs.
\input{./source/latex/packages.tex}
\input{./source/latex/page-style.tex}
\input{./source/latex/music-examples.tex}
\input{./source/latex/music-chords.tex}
\begin{document}
\frontmatter
\input{./title-page.tex}
\input{./source-note.tex}
\frontMatterChapter{Preface}
\addcontentsline{toc}{chapter}{Preface}
\input{./preface.tex}
\tableofcontents
\clearpage
\listofmusicalexamples
\clearpage
\mainmatter
\chapter{Introduction}
\input{./chapters/introduction/overview.tex}
\input{./chapters/introduction/repo-map.tex}
\input{./chapters/introduction/book-commands.tex}
\input{./chapters/introduction/orchestrating-the-book.tex}
\input{./chapters/introduction/collaboration.tex}
\input{./chapters/introduction/music-inline.tex}
\input{./chapters/introduction/music-excerpt.tex}
\input{./chapters/introduction/music-full-page.tex}
\backMatterChapter{Glossary}
\begingroup
\renewcommand*{\glossarysection}[2][]{}%
\printglossary[style=bookdefinition]
\endgroup
\printbibliography[heading=bookbibliography, title={Bibliography}]
\end{document}