22/10/2022
نموذج للشابيتر رقم 7
\documentclass[12pt]{report}
\usepackage{geometry}
\usepackage{indentfirst}
\usepackage{graphicx}
\usepackage{amsfonts,amssymb,amsmath}
\usepackage{titlesec}
\usepackage[utf8]{inputenc}
\usepackage{color}
\usepackage{float}
\usepackage{fancyhdr}
\usepackage{extarrows}
\usepackage{multirow}
\usepackage{array}
\usepackage{pifont}
\usepackage{arabtex}
\geometry{a4paper,tmargin=3.5cm,bmargin=2.5cm,lmargin=2.5cm,rmargin=2.5cm}
\titleformat{\chapter}[display]{\bfseries\huge}{\filleft\large\chaptertitlename~\thechapter}{3ex}{\titlerule\vspace{1.5ex}\filright}[\vspace{1ex}\titlerule]
\newtheorem{definition}{Définition}[chapter]
\newtheorem{proposition}{Proposition}[chapter]
\newtheorem{lemme}{Lemme}[chapter]
\newtheorem{prouve}{Prouve}[chapter]
\newtheorem{them}{Théorème}[chapter]
\newtheorem{coro}{Corollaire}[chapter]
\newtheorem{exemple}{Exemple}[chapter]
\newtheorem{remarque}{Remarque}[chapter]
\renewcommand{\chaptertitlename}{Chapitre}
\renewcommand{\contentsname}{Sommaire}
\renewcommand{\listfigurename}{Liste des figures}
\renewcommand{\listtablename}{Liste des tableaux}
\newcounter{mycounter}
\pagestyle{fancy}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%ichara lmarjaa
\usepackage{fancyhdr}
\usepackage{contour}
\usepackage{hyperref}
\hypersetup{
colorlinks=true,
linkcolor= black,
filecolor=magenta,
urlcolor=cyan,
pdftitle={Sharelatex Example},
bookmarks=true}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\begin{document}
\chapter{Titre du chapitre:}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\end{document}