This repository has been archived by the owner on Jan 30, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcompte-rendu.tex
90 lines (76 loc) · 2.09 KB
/
compte-rendu.tex
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
\documentclass{report}
\usepackage[utf8]{inputenc}
\usepackage[T1]{fontenc}
\usepackage[french]{babel}
\usepackage{lmodern}
\usepackage{amsmath}
\usepackage{amssymb}
\usepackage{amsthm}
\usepackage{dsfont}
\usepackage{caption}
\usepackage{algorithm}
\usepackage{algpseudocode}
\usepackage{array}
\usepackage{pgf,tikz}
\usepackage{subfig}
\usepackage{verbatim}
\usetikzlibrary{arrows}
\usepackage{pgf,tikz}
\usepackage{hyperref}
\usepackage[justification=centering]{caption}
\usepackage{adjustbox}
\theoremstyle{plain}
\newtheorem{proposition}{Proposition}
\newtheorem{theorem}{Théorème}
\newtheorem{lemma}{Lemme}
\newtheorem{corollary}{Corollaire}
\theoremstyle{definition}
\newtheorem{definition}{Définition}
\newtheorem{conjecture}{Conjecture}
\theoremstyle{remark}
\newtheorem{remark}{Remarque}
\newtheorem{example}{Exemple}
\title{\scshape{\begin{Huge}Apprentissage\\ Automatique de Séquences \\
\end{Huge}
\begin{LARGE}
Compte-Rendu
\end{LARGE}}}
\date{2016-2017}
\author{Vincent \textsc{Auriau} -- Laurent \textsc{Beaughon} -- Marc \textsc{Belicard} \\ Yaqine \textsc{Hechaichi} -- Thaïs \textsc{Rahoul} -- Pierre \textsc{Vigier} \\ encadrés par Joanna \textsc{Tomasik} et Arpad \textsc{Rimmel}}
\begin{document}
\begin{titlepage}
\vspace*{\stretch{1}}
\begin{center}
\textsc{\begin{Huge}Apprentissage\\ Automatique de Séquences \\
\end{Huge}
\vspace{0.5cm}
\begin{LARGE}
Compte-Rendu \\
\end{LARGE}}
\vspace{2cm}
\begin{large}
Vincent \textsc{Auriau} -- Laurent \textsc{Beaughon} -- Marc \textsc{Belicard} \\ Yaqine \textsc{Hechaichi} -- Thaïs \textsc{Rahoul} -- Pierre \textsc{Vigier} \\
\vspace{0.5cm}
encadrés par Joanna \textsc{Tomasik} et Arpad \textsc{Rimmel} \\
\vspace{0.5cm}
2016 -- 2017 \\
\end{large}
\vspace{2cm}
\includegraphics[width=0.5\textwidth]{images/logo.jpeg}
\end{center}
\vspace*{\stretch{1}}
\end{titlepage}
\tableofcontents
\include{introduction}
\include{chapitre1}
\include{chapitre2}
\include{chapitre3}
\include{chapitre4}
\include{chapitre5}
\include{chapitre6}
\include{chapitre7}
\include{chapitre8}
\include{chapitre9}
\include{conclusion}
\include{biblio}
\end{document}