-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdocument.tex
More file actions
53 lines (35 loc) · 732 Bytes
/
document.tex
File metadata and controls
53 lines (35 loc) · 732 Bytes
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
\documentclass[a4paper,fleqn,12pt]{report}
\input{_preamble}
\input{_definitions}
\pagestyle{plain}
\renewcommand{\headrulewidth}{0.0pt}
\setlength{\headheight}{27.53pt}
\makeatletter
\fancypagestyle{plain}{
\fancyhf{}
\fancyhead[L]{\thepage}
\fancyhead[R]{\textit{\@title}}
}
\makeatother
\begin{document}
\input{_titlepage}
\pagestyle{plain}
\input{abstract}
\tableofcontents
\listoffigures
\input{introduction}
\input{background}
\input{related_work}
\input{objectives}
\input{research_methodology}
\input{design}
\input{implementation}
\input{evaluation}
\input{conclusion}
\bibliographystyle{_}
\bibliography{_}
\appendix
\input{approvals}
\input{code_appendix}
\input{project_code}
\end{document}