This repository has been archived by the owner on Dec 30, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
MasterThesis.tex
77 lines (60 loc) · 2.11 KB
/
MasterThesis.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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
\include{header}
\begin{document}
%=== Introduction ======================================================
\frontmatter
%\setcounter{page}{3}
%\pagenumbering{arabic}
\include{chapter/titlepage}
\onehalfspacing
\include{chapter/abstract}
\singlespacing
\include{chapter/tableofcontent}
\onehalfspacing
%=== Main Part =======================================================
\mainmatter
% \setcounter{page}{6}
% Inclusion of foreword
% \include{chapter/foreword}
% The counter for tables and figures are set back in order to start a new numeration per chapter
\setcounter{table}{1}
\setcounter{figure}{1}
\include{chapter/introduction}
% The counter for tables and figures are set back in order to start a new numeration per chapter
\setcounter{table}{1}
\setcounter{figure}{1}
% Inclusion of the third chapter
\include{chapter/related_works}
% The counter for tables and figures are set back in order to start a new numeration per chapter
\setcounter{table}{1}
\setcounter{figure}{1}
% Inclusion of the second chapter
\include{chapter/context_analysis}
% The counter for tables and figures are set back in order to start a new numeration per chapter
\setcounter{table}{1}
\setcounter{figure}{1}
% Inclusion of the third chapter
\include{chapter/theoretical_foundations}
% The counter for tables and figures are set back in order to start a new numeration per chapter
\setcounter{table}{1}
\setcounter{figure}{1}
% Inclusion of the forth chapter
\include{chapter/concept_system}
% The counter for tables and figures are set back in order to start a new numeration per chapter
\setcounter{table}{1}
\setcounter{figure}{1}
% Inclusion of the fifth chapter
\include{chapter/design_system}
% The counter for tables and figures are set back in order to start a new numeration per chapter
\setcounter{table}{1}
\setcounter{figure}{1}
% Inclusion of the fith chapter
\include{chapter/conclusion}
\singlespacing
\include{chapter/lists}
%=== Final part =====================================================
\backmatter
% \pagenumbering{Roman}
% \include{chapter/appendix}
\include{chapter/affidavit}
\include{chapter/oath}
\end{document}