%% main.tex 2025/04/04
%
% Based on sample files of unknown authorship.
%
% The Current Maintainer of this work is the ICT Department @ ENIT.
% National Engineering School of Tunis. https://enit.rnu.tn/
% Information and Communication Technologies Department
\documentclass[a4paper,12pt, final]{report}
\usepackage{auxhook}
\usepackage[utf8]{inputenc}
\usepackage[T1]{fontenc}
\usepackage[english]{babel}
\usepackage{acronym}
\usepackage{algorithm}
\usepackage{algorithmic}
\usepackage{amsfonts}
\usepackage{amsmath}
\usepackage{amssymb}
\usepackage{array}
\usepackage{caption}
\usepackage{dirtytalk}
\usepackage{enumitem}
\usepackage{fancyhdr}
\usepackage{float}
\usepackage{geometry}
\usepackage{graphicx}
\usepackage{hyperref}
\usepackage{indentfirst}
\usepackage{lmodern}
\usepackage{longtable}
\usepackage{makecell}
\usepackage{mathrsfs}
\usepackage{microtype}
\usepackage[nottoc]{tocbibind}
\usepackage[pages=some]{background}
\usepackage{siunitx}
\usepackage{textpos}
\usepackage{tikz}
\usepackage{titlesec}
\usepackage{url}
%\captionsetup[table]{position=bottom}
\numberwithin{equation}{section}
%pagestyle
\pagestyle{fancy}
\fancyhf{}
\cfoot{\thepage}
\newcommand{\euro}{\EUR\xspace}
\begin{document}
\input{pagePFA}
\input{pagePFE}
% For Capstone projects only
\input{signatures}
\input{Dedication}
\newpage
\input{Acknowledgment.tex}
\input{Abstract.tex}
\thispagestyle{empty}
\newpage
\vspace{2\baselineskip}
\tableofcontents
\thispagestyle{empty}
\listoffigures
\listoftables
\thispagestyle{empty}
\newpage
\input{Acronyms}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\input{Introduction}
\input{Chapter1}
\input{Chapter2}
\input{Chapter3}
\input{Chapter4}
\input{Conclusion}
% IEEE style is very common in electrical engineering, computer science, and related fields.
% It uses a numbered citation system within square brackets in the text, with a numerically ordered bibliography at the end.
\bibliographystyle{IEEEtran}
\bibliography{references}
\end{document}