\documentclass[11pt,a4paper,oneside]{memoir}
\usepackage{epsfig} % VITAL PACKAGES ONLY
% vital means no content, template only.
\usepackage{ % non vital
amsmath,
amssymb,
booktabs,
caption,
graphicx,
multirow,
siunitx,
soul,
subcaption
}
% packages with arguments:
\usepackage[pagebackref=true]{hyperref}
\usepackage[pagewise]{lineno}
\usepackage[normalem]{ulem} % "Draft-mode" to add line numbers
% \linenumbers % "Draft-mode" to add line numbers
%futoon packages
\usepackage{multirow}
\usepackage{amssymb}
\usepackage{pifont}
\usepackage{multirow}
\usepackage{amsmath,amssymb,amsfonts}
\usepackage{algorithmic}
\usepackage{graphicx}
\usepackage{textcomp}
\usepackage{xcolor}
\usepackage{csquotes}
\usepackage{tikz}
\usepackage{cleveref}
\usepackage[edges]{forest}
\def\BibTeX{{\rm B\kern-.05em{\sc i\kern-.025em b}\kern-.08em
T\kern-.1667em\lower.7ex\hbox{E}\kern-.125emX}}
\newcommand{\cmark}{\ding{51}}%
\newcommand{\xmark}{\ding{55}}%
\usepackage[linesnumbered,algoruled,boxed,lined] {algorithm2e}
\usepackage{colortbl}
\usepackage{float}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% set up stuff
% make url blue
\hypersetup{
citecolor=blue,
colorlinks=true,
linkcolor=blue,
filecolor=magenta,
urlcolor=cyan,
pdftitle={Overleaf Example},
pdfpagemode=FullScreen,
}
% ++ cat symbol
\newcommand\doubleplus{+\kern-1.3ex+\kern0.8ex}
% make put numbers in front of sub-sub sections
\setsecnumdepth{subsubsection}
% make TABLE OF CONTENT print out the subheadings as well
\setcounter{tocdepth}{9}
% Let me put colored comments.
\setlength{\marginparwidth}{2cm}
\usepackage{todonotes}
\newcommand{\ap}{\todo[author=AP, color=yellow,inline]}
\newtheorem{thm}{Theorem}
\newtheorem{dfn}[thm]{Definition}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\begin{document}
\frontmatter % pages numbered in lowercase roman, and makes chapters not numbered, although each chapter’s title appears in the table of contents
% http://latexref.xyz/_005cfrontmatter-_0026-_005cmainmatter-_0026-_005cbackmatter.html
\include{0Preamble/Title} %Title page, with the coat of arms
\include{0Preamble/Dedication}
\include{0Preamble/Declaration}
% \include{0Preamble/Support}
\include{0Preamble/Acknowledgment}
\include{0Preamble/Lists} % ToC, list of fig & tab
\mainmatter
\include{Chapters/Abstract}
\include{Chapters/ch1Intro}
\include{Chapters/ch2litreview}
%\include{Chapters/ch3}
%\include{Chapters/ch4}
%\include{Chapters/ch5}
%\include{Chapters/ch6}
\backmatter % switches the chapters back to being not numbered
% begin bib
\newpage
\phantomsection
\bibliographystyle{plain}
\bibliography{Refbib}
% end bib
% There will be no appendix, but just in case, here is the template
% \include{zAppendices/Appendix1}
% \include{zAppendices/Apx2}
\include{0Preamble/Appendix}
% \input{Preamble/Statistical.tex}
\end{document}