-
Notifications
You must be signed in to change notification settings - Fork 0
/
main.tex
46 lines (41 loc) · 1.14 KB
/
main.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
\documentclass[a4paper,twoside,11pt]{report} %openright
\input{Setup/Statics.tex}
\input{Setup/Preamble.tex}
\input{Setup/Settings.tex}
\begin{document}
\input{Frontmatter/Frontpage.tex}
\pagecolor{white}
\newgeometry{top=2.81cm, bottom=2.75cm, outer=2.5cm, inner=3.5cm}
\pagestyle{empty}
% \cleardoublepage
\pagenumbering{roman}
\input{Frontmatter/Copyright.tex}
\clearpage
\pagestyle{main}
\input{Frontmatter/Approval.tex}
\clearpage
\input{Frontmatter/Abstract.tex}
\clearpage
\input{Frontmatter/Acknowledgements.tex}
% \cleardoublepage
\tableofcontents
\listoffigures
\listoftables
% \cleardoublepage
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\pagenumbering{arabic}
\input{Chapters/01_Introduction.tex}
\input{Chapters/02_background.tex}
\input{Chapters/03_review.tex}
\input{Chapters/04_framework.tex}
\input{Chapters/05_experiments.tex}
\input{Chapters/06_future.tex}
\input{Chapters/07_conclusion.tex}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\printbibliography[heading=bibintoc,title={Bibliography}]
% \cleardoublepage
\appendix
\input{Backmatter/Appendix.tex}
% \cleartoleftpage
\input{Backmatter/Backpage.tex}
\end{document}