-
Notifications
You must be signed in to change notification settings - Fork 0
/
report.tex
55 lines (43 loc) · 1.22 KB
/
report.tex
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
\input{preamble/static}
%!TEX TS-program = xelatex
%!TEX root = report.tex
\RequirePackage[l2tabu,orthodox]{nag} % Old habits die hard
\newcommand{\papersizeswitch}[3]{\ifnum\strcmp{\papersize}{#1}=0#2\else#3\fi}
\papersizeswitch{b5paper}{\def\classfontsize{10pt}}{\def\classfontsize{12pt}}
\documentclass[\classfontsize,\papersize,oneside,showtrims,extrafontsizes]{memoir}
\input{preamble/general}
\input{preamble/fonts}
\input{preamble/etc}
\addbibresource{bibliography/bibliography.bib}
\begin{document}
\prefrontmatter
\include{prefrontmatter/titlepage}
\cleartoevenpage
\include{prefrontmatter/colophon}
\clearforchapter
\frontmatter
\include{frontmatter/summary}
\clearforchapter
\tableofcontents
\clearforchapter
\clearforchapter
\mylistoftodos
\mainmatter
\include{chapters/introduction}
\include{chapters/context}
\include{chapters/research}
\include{chapters/projectManagement}
\include{chapters/srs}
\include{chapters/analysis}
\include{chapters/design}
\include{chapters/visualDesign}
\include{chapters/technologyStack}
\include{chapters/implementation}
\include{chapters/tools}
\include{chapters/conclusion}
\appendix
\include{appendices/appendix}
\include{appendices/acronyms}
\backmatter
\printbibliography
\end{document}