-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmain.tex
More file actions
31 lines (22 loc) · 708 Bytes
/
main.tex
File metadata and controls
31 lines (22 loc) · 708 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
\documentclass{ipb}
\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}
\title{Sustainable Implementation of a Thread Mesh Wireless Network}
\author{Md Mazedul Islam Khan}
\courseyear{2023}
\begin{document}
\beforepreface
\afterpreface
\cleardoublepage
\bodystart
\input{chapters/rationale.tex}
\input{chapters/research.tex}
\input{chapters/plan.tex}
\input{chapters/execution.tex}
\input{chapters/reflection.tex}
\clearpage
\addcontentsline{toc}{chapter}{References}
\printbibliography[title={References}]
\end{document}