-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmain.tex
39 lines (33 loc) · 969 Bytes
/
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
\documentclass{oist}
\usepackage{biblatex}
\usepackage{todonotes, wrapfig}
\usepackage[ruled,vlined]{algorithm2e}
\usepackage{listings, xcolor, amsthm, amsmath}
\usepackage[table]{xcolor}
\usepackage{longtable}
\usepackage{kbordermatrix}
\usepackage{titlesec}
\usepackage{afterpage}
\usepackage{emptypage}
\begin{document}
\normalsize
\subfile{\main/chapters/title}
\subfile{\main/chapters/Acknowledgements}
\subfile{\main/chapters/Introduction}
\tableofcontents
\addcontentsline{toc}{chapter}{Table of Contents}
\subfile{\main/chapters/abbreviations}
\subfile{\main/chapters/list_of_figures}
\cleardoublepage
\subfile{\main/chapters/state_of_the_art}
\cleardoublepage
\subfile{\main/chapters/Technologies}
\cleardoublepage
\subfile{\main/chapters/Architecture}
\cleardoublepage
\subfile{\main/chapters/Methods}
\subfile{\main/chapters/Experiments}
\subfile{\main/chapters/Conclusions}
\printbibliography
\addcontentsline{toc}{part}{Bibliography}
\end{document}