Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- \documentclass[12pt]{report}
- \setcounter{secnumdepth}{5}
- \setcounter{tocdepth}{2}
- \setcounter{secnumdepth}{3}
- \usepackage{graphicx}
- \usepackage{color}
- \usepackage[utf8]{inputenc}
- \usepackage[french]{babel}
- \usepackage[T1]{fontenc} %font package
- \usepackage{courier}
- \usepackage{listings}
- \usepackage{geometry}
- \usepackage{amsmath}
- \usepackage{minted}
- \usepackage{array}
- \usepackage{tikz}
- \usepackage{tabularx}
- \usepackage{ragged2e}
- \usepackage[sorting=nyt]{biblatex}
- \addbibresource{bibio.bib}
- \definecolor{lightgray}{gray}{0.5}
- %\setlength{\parindent}{0pt} indent size
- \definecolor{mygreen}{rgb}{0,0.6,0}
- \definecolor{mygray}{rgb}{0.5,0.5,0.5}
- \definecolor{mymauve}{rgb}{0.58,0,0.82}
- \usepackage{hyperref}
- \hypersetup{
- colorlinks=true,
- linkcolor=black,
- filecolor=magenta,
- urlcolor=cyan,
- citecolor=black,
- pdftitle={Overleaf Example},
- }
- \graphicspath{ {figures/} }
- \usetikzlibrary{shapes.geometric , arrows,calc}
- \lstset{ %
- backgroundcolor=\color{white}, % choose the background color
- basicstyle=\footnotesize, % size of fonts used for the code
- breaklines=true, % automatic line breaking only at whitespace
- captionpos=b, % sets the caption-position to bottom
- commentstyle=\color{mygreen}, % comment style
- escapeinside={\%*}{*)}, % if you want to add LaTeX within your code
- keywordstyle=\color{blue}, % keyword style
- stringstyle=\color{mymauve}, % string literal style
- }
- \geometry{scale=0.75,top=2cm,bottom=2cm}
- \begin{document}
- \begin{titlepage}
- \newcommand{\HRule}{\rule{\linewidth}{0.5mm}}
- \center
- \textsc{\small \textbf{république algérienne démocratique et populaire
- ministre de l'enseignement supérieure et de la recherche scientifique
- université des sciences et de la technologie Houari Boumediene}}\\[0.5cm]
- \includegraphics[scale=0.17]{logousthb1.png}\\[1cm]
- \textsc{\Large Faculté de mathématique}\\[0.5cm] % Major heading such as course name
- \textsc{\large Département de Recherche Opérationnelle}\\[0.5cm] % Minor heading such as course title
- {\large \bfseries MSPRO Master 2}\\[0.5cm]
- {\huge \bfseries TIC }\\[0.5cm]
- \HRule \\[0.4cm]
- { \huge \bfseries Identification de Modèle Autorégressif Périodique à l'Aide d'Algorithmes Génétiques}\\[0.4cm] % Title of your document
- \HRule \\[1.5cm]
- \begin{minipage}{0.4\textwidth}
- \begin{flushleft} \large
- \emph{Réalisé par:}\\
- \textsc{BOUSTILA} Abdennour\\
- \textsc{BRAHIMI} Hazem \\
- \end{flushleft}
- \end{minipage}
- ~
- \begin{minipage}{0.4\textwidth}
- \begin{flushright} \large
- \end{flushright}
- \end{minipage}\\[4.0cm]
- {\large \today}\\
- \end{titlepage}
- \pagenumbering{roman}
- \tableofcontents
- \listoffigures
- \listoftables
- \end{document}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement