-
Notifications
You must be signed in to change notification settings - Fork 1
/
master.tex
61 lines (49 loc) · 1.35 KB
/
master.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
\input{./Thesis_Configurations.tex}
\input{./references.tex}
\includeonly{
chapters/front_page,
chapters/sec_acknowledgement,
chapters/ch_abstract,
chapters/ch_introduction,
chapters/ch_background,
chapters/ch_literature,
chapters/ch_dataset,
chapters/ch_model_training,
chapters/ch_results,
chapters/ch_conclusion,
chapters/ch_references
}
\begin{document}
\include{chapters/front_page}
\include{chapters/sec_acknowledgement}
\addcontentsline{toc}{chapter}{Table of Contents}
\tableofcontents
\newpage
\addcontentsline{toc}{chapter}{List of Figures}
\renewcommand\listfigurename{\uppercase{List of Figures}}
\listoffigures
\newpage
\addcontentsline{toc}{chapter}{List of Tables}
\renewcommand\listtablename{\uppercase{List of Tables}}
\listoftables
\newpage
\pagenumbering{arabic}
\include{chapters/ch_abstract}
\include{chapters/ch_introduction}
\include{chapters/ch_background}
\include{chapters/ch_literature}
\include{chapters/ch_dataset}
\include{chapters/ch_model_training}
\include{chapters/ch_results}
\include{chapters/ch_conclusion}
%\include{chapters/ch_references}
\bibliographystyle{IEEEtran}
%\bibliographystyle{unsrtnat}
\bibliography{\jobname}
%\printbibliography
\end{document}
%%% Local Variables:
%%% mode: latex
%%% TeX-master: t
%%% TeX-engine: xetex
%%% End: