% This is an arabic template for sumerizing teaching and research activities. This template was created and customized by Prof. Kamel GUESMI from the University of Djelfa (Algeria) on 12/2023. It's Free Use License for everyone. Just make an invocation for him. May Allah bless you.
\documentclass[12pt,a4paper]{article}
\usepackage[top=2.5cm,bottom=2.5cm,left=2cm,right=3cm]{geometry}
\usepackage[utf8]{inputenc}
\usepackage[LAE,T1]{fontenc}
\usepackage{fancyhdr}
% \usepackage{amsfonts, amssymb, amsthm}
% \usepackage{array}
\usepackage{fancyvrb}
\usepackage{tabularx}
\usepackage{times}
\usepackage{caption}
\usepackage{subcaption}
\usepackage[most]{tcolorbox}
\usepackage{float}
\usepackage{hyperref}
\usepackage{xcolor, graphicx}
\usepackage{polyglossia}
\setdefaultlanguage[locale=algeria,numerals=western]{arabic}
\setotherlanguage{english}
\newfontfamily\englishfont[Scale=1]{Amiri}
\newfontfamily\arabicfont[Script=Arabic,Scale=1]{Amiri}
\linespread{1.3}
\hypersetup{colorlinks, linkcolor=blue,citecolor=red,urlcolor=blue}
%to change numbering equations, sections, subsections and subsubsections from left to right
\renewcommand{\thesection} {\arabic{section}}
\renewcommand{\thesubsection} {\arabic{subsection}.\arabic{section}}
\renewcommand{\thesubsubsection} {\arabic{subsubsection}.\arabic{subsection}.\arabic{section}}
%------------------------------------------------------------------
\begin{document}
%%%%%%%%%%%%%%%%%%%%%%%%%%% Cover page %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\input{Cover_page.tex} % Cover page
%%%%%%%%%%%%%%%%%%%%%%%%%%%% Table of contents %%%%%%%%%%%%%%%%%%%%%%%%%%
\newpage
\thispagestyle{fancy}
\fancyhf{}
\pagestyle{fancy}\lhead{\textbf \small\it{المحتويات}}
\pagestyle{fancy}\chead{}
\pagestyle{fancy}\rhead{}
\pagestyle{fancy}\lfoot{}
\pagestyle{fancy}\cfoot{}
\pagestyle{fancy}\rfoot{\small\it{جامعة الجلفة / ك ع ت / ق. الهندسة المدنية : 2024}}
\renewcommand{\headrulewidth}{0.3pt} \renewcommand{\footrulewidth}{0.3pt}
\pagenumbering{gobble}
\tableofcontents
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\setcounter{secnumdepth}{3}
\setcounter{tocdepth}{3}
\newpage
\pagenumbering{arabic}
\input{Report}
\end{document}