generated from balacij/McMaster-Thesis-Template
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy paththesis.tex
More file actions
60 lines (46 loc) · 1.53 KB
/
thesis.tex
File metadata and controls
60 lines (46 loc) · 1.53 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
49
50
51
52
53
54
55
56
57
58
59
60
\documentclass[12pt,oneside]{book}
\input{preamble}
\begin{document}
%------------------------------------------------------------------------------
% Front Matters
%------------------------------------------------------------------------------
\frontmatter
% START : TODO LIST
% Only show it if the "show writing directives" flag is enabled
\ifshowwritingdirectives
\todototoc
\listoftodos
\newpage
\fi
% END : TODO LIST
\input{front}
%------------------------------------------------------------------------------
% Main Matters/Chapters
%------------------------------------------------------------------------------
\mainmatter
% START : HEADER %
\fancyhead[R]{\thesisInstitution{} \textemdash{} \thesisInstitutionDepartmentShort{}}
\fancyhead[L]{\thesisTargetDegreeNameShort{} Thesis \textemdash{} \thesisAuthorNameShort{}}
% END : HEADER %
\input{chapters}
%------------------------------------------------------------------------------
% Bibliography
%------------------------------------------------------------------------------
{
\backmatter
\bibliography{references,non_seminar_refs}
}
%------------------------------------------------------------------------------
% Appendices
%------------------------------------------------------------------------------
\appendix
\input{back/appendix_scope}
\input{back/appendix_src_tiers}
\input{back/appendix_tools}
\input{back/appendix_flaws}
\input{back/appendix_future}
\begin{levelup}
\input{back/appendix_recs}
\end{levelup}
% \input{back/appendix_code}
\end{document}