\documentclass[12pt]{report}
\input{PackagesAndSettings}
\begin{document}
%\frontmatter
{
\pagenumbering{roman}
\include{TitlePage}
\include{Abstract}
\tableofcontents
\listoffigures
\listoftables
\clearpage
\printglossary[type=\acronymtype]
}
\include{Chapter1}
\include{Chapter2}
\include{Chapter3}
\include{Chapter4}
\include{Chapter5}
\bibliographystyle{ieeetr}
\bibliography{References}
\end{document}