% This template of Ph.D./Master manuscripts was created and customized by Prof. Kamel GUESMI from the University of Djelfa (Algeria) on 09/2022. It's Free Use License for everyone. Just make an invocation for him. May Allah bless you.
\documentclass[12pt]{report}
\usepackage[french,english]{babel}
\usepackage[T1]{fontenc}
\usepackage[utf8]{inputenc}
%\usepackage{times}
\usepackage[pdftex]{hyperref}
\usepackage{graphicx}
\usepackage[top=2.5cm,bottom=2.5cm,left=3cm,right=2cm]{geometry}
\usepackage{caption}
\usepackage{fancyhdr}
\usepackage{amsmath}
\usepackage{textcomp}
\usepackage{pdfpages}
%\usepackage{subfig}
\usepackage{subcaption}
\usepackage{pdflscape}
\usepackage{pdfpages}
\usepackage{float}
\usepackage{multirow}
\usepackage[nottoc]{tocbibind}
\usepackage{afterpage}
\usepackage{tikz, lipsum,lmodern}
\usepackage{calligra,frcursive,xcolor}
\usepackage{pifont}
\usepackage[most]{tcolorbox}
\usepackage{fancyvrb}
\usepackage{array}
\usepackage{tabularx}
\usepackage{multirow}
\usepackage{pgfplots}
\linespread{1.3}
\renewcommand{\footrulewidth }{0.3pt}
\hypersetup{colorlinks, linkcolor=blue,citecolor=red,urlcolor=blue}
%------------------------------------------------------------------
\begin{document}
\providecommand*{\figurename}{}
\renewcommand*{\figurename}{Figure}
\providecommand*{\tablename}{}
\renewcommand*{\tablename}{Table}
%%%%%%%%%%%%%%%%%%%%%%%%%%% Cover page %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\input{Cover_page.tex} % Cover page
%\includepdf{Page_de_garde.pdf} % Cover page from pdf file
%%%%%%%%%%%%%%%%%%%%%%%%%%%% Acknowledgements %%%%%%%%%%%%%%%%%%%%%%%%%%
\input{Acknowledgements.tex}% Acknowledgements page
%%%%%%%%%%%%%%%%%%%%%%%%%%%% Dedication %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\newpage
\input{Dedication.tex}% Dedication page
%%%%%%%%%%%%%%%%%%%%%%%%%%%% Abstracts in Arabic, English and French %%%%%
%The abstract pdf file is obtained by compiling separately the abstract.tex file, due to the conflict between the Arabic language in the abstract and the hyperref package
\includepdf[pages=-]{Abstract.pdf}
%%%%%%%%%%%%%%%%%%%%%%%%%%%% Copyright declaration %%%%%%%%%%%%%%%%%%%%%%%
% Images sources for copyright purposes
\input{Images_sources.tex}
%\includepdf{Copyright.pdf}
%%%%%%%%%%%%%%%%%%%%%%%%%%%% Table of contents %%%%%%%%%%%%%%%%%%%%%%%%%%
\newpage
\thispagestyle{fancy}
\fancyhf{}
\pagestyle{fancy}\lhead{\textbf \footnotesize\it{Contents}}
\pagestyle{fancy}\chead{}
\pagestyle{fancy}\rhead{}
\pagestyle{fancy}\lfoot{\textbf {\small\it{Univ-Djelfa/Electrical Engineering: 2020}}}
\pagestyle{fancy}\cfoot{}
\pagestyle{fancy}\rfoot{}
\pagenumbering{gobble}
\tableofcontents
\setcounter{secnumdepth}{3}
\setcounter{tocdepth}{3}
%%%%%%%%%%%%%%%%%%%%%%%%%%% List of Figures %%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%\addcontentsline{toc}{chapter}{List of figures}
\newpage
\thispagestyle{fancy}
\fancyhf{}
\pagestyle{fancy}\lhead{\textbf \footnotesize\it{List of Figures}}
\pagestyle{fancy}\chead{}
\pagestyle{fancy}\rhead{}
\pagestyle{fancy}\lfoot{\textbf {\small\it{Univ-Djelfa/Electrical Engineering: 2020}}}
\pagestyle{fancy}\cfoot{}
\pagestyle{fancy}\rfoot{}
\pagenumbering{gobble}
\listoffigures
%%%%%%%%%%%%%%%%%%%%%%%%%% List of Tables %%%%%%%%%%%%%%%%%%%%%%%%%%
%%\addcontentsline{toc}{chapter}{List of tables}
\newpage
\thispagestyle{fancy}
\fancyhf{}
\pagestyle{fancy}\lhead{\textbf \footnotesize\it{List of Tables}}
\pagestyle{fancy}\chead{}
\pagestyle{fancy}\rhead{}
\pagestyle{fancy}\lfoot{\textbf {\small\it{Univ-Djelfa/Electrical Engineering: 2020}}}
\pagestyle{fancy}\cfoot{}
\pagestyle{fancy}\rfoot{}
\pagenumbering{gobble}
\listoftables
%%%%%%%%%%%%%%%%%%%%%% List of Abbreviations %%%%%%%%%%%%%%%%%%%%%%
%%\addcontentsline{toc}{chapter}{List of Abbreviations}
\newpage
\thispagestyle{fancy}
\fancyhf{}
\pagestyle{fancy}\lhead{\textbf \footnotesize\it{List of Abbreviations}}
\pagestyle{fancy}\chead{}
\pagestyle{fancy}\rhead{}
\pagestyle{fancy}\lfoot{\textbf {\small\it{Univ-Djelfa/Electrical Engineering: 2020}}}
\pagestyle{fancy}\cfoot{}
\pagestyle{fancy}\rfoot{}
\pagenumbering{gobble} % To suppress numbering
\input{Abbreviations.tex}
%%%%%%%%%%%%%%%%%%%%% Main document %%%%%%%%%%%%%%%%%%
\newpage
\pagenumbering{arabic}
\input{Generale_Introduction}
\input{Chapter_1}
\input{Chapter_2}
\input{Chapter_3}
\input{Chapter_4}
\input{Chapter_5}
\input{General_Conclusion}
%%%%%%%%%%%%%%%%%%%%% For bibliography %%%%%%%%%%%%%%%%%%
\newpage
\nocite{*}
\bibliographystyle{unsrt}
\bibliography{Biblio}
\pagestyle{fancy}\lhead{\textbf \footnotesize\it{Bibliography}}
\pagestyle{fancy}\lfoot{\textbf {\small\it{Univ-Djelfa/Electrical Engineering: 2020}}}
\pagenumbering{gobble} % To suppress numbering
%\addcontentsline{toc}{chapter}{Bibliography}
%%%%%%%%%%%%%%%%%%%%% For appendices %%%%%%%%%%%%%%%%%%%
\appendix
\include{Appendix_A}% Appendix A
\include{Appendix_B}% Appendix B
%\addcontentsline{toc}{chapter}{Appendices}
\end{document}