-
Notifications
You must be signed in to change notification settings - Fork 0
/
main.tex
60 lines (44 loc) · 1.48 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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
\documentclass{ipb}
\graphicspath{{./images/}}
\usepackage[colorlinks=true, urlcolor=black, linkcolor=black, citecolor=black, bookmarks=true, pdfstartview=FitH]{hyperref}
\usepackage[style=ieee,backend=biber]{biblatex}
\addbibresource{references.bib}
\usepackage{indentfirst}
\usepackage{mathtools}
\usepackage{algorithm}
\usepackage{algorithmic}
\usepackage{array}
\usepackage{longtable}
\usepackage{hhline}
\usepackage{caption}
\usepackage{multirow}
\usepackage[dvipsnames]{xcolor}
\title{Overall Power Optimization of Thread Mesh Wireless Networks}
\author{Md Mazedul Islam Khan}
\courseyear{2023}
\makeglossaries
\loadglsentries{chapters/acronyms}
\begin{document}
\beforepreface % Places the cover page
\clearpage
\input{chapters/abstract}
\clearpage
\input{chapters/declaration}
\clearpage
\input{chapters/acknowledgements}
\cleardoublepage % Makes sure contents start on correct page
\afterpreface % Places contents, list of tables and list of figures
\bodystart % This sets stylistic parameters for the following content
\input{chapters/rationale}
\input{chapters/situational_theoretical_analysis}
\input{chapters/conceptual_model}
\input{chapters/research_design}
\input{chapters/research_results}
\input{chapters/conclusion_recommendations}
% \input{chapters/additional_chapters}
\printglossary[type=\acronymtype,title={Definitions and Abbreviations}]
\clearpage
\addcontentsline{toc}{chapter}{References}
\printbibliography[title={References}]
\input{chapters/appendix}
\end{document}