-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy paththese_mienne.tex
61 lines (52 loc) · 1.46 KB
/
these_mienne.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
%% LyX 2.2.1 created this file. For more info, see http://www.lyx.org/.
%% Do not edit unless you really know what you are doing.
\documentclass[oneside,french,a4paper,twoside,11pt,latin9]{book2}
\usepackage[T1]{fontenc}
\usepackage[utf8]{inputenc}
\setcounter{secnumdepth}{3}
\setcounter{tocdepth}{3}
\usepackage{graphicx}
\makeatletter
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% User specified LaTeX commands.
\usepackage{these}
\usepackage{eso-pic} % image de fond, a declarer avant graphicx
%\usepackage{graphicx}
\usepackage{amssymb,amsmath,amsthm}
\usepackage{amsfonts}
\usepackage{color}
\usepackage{rotating}
\usepackage{multirow}
\usepackage{tabularx}
\usepackage[absolute]{textpos}
\usepackage{floatflt}
\usepackage{supertabular}
\usepackage{fancyhdr}
\usepackage{cite}
\usepackage{url}
\usepackage{psfrag}
\usepackage{algorithmic}
\usepackage{algorithm}
\usepackage{setspace}
\usepackage{mathrsfs}
\usepackage{lscape}
\usepackage{textcomp}
\usepackage{enumerate} % Modification du style possible
\usepackage{mathbbol} % pour les lettres avec des barres
%\usepackage{subfig}
\usepackage{subfigure}
\makeatother
\usepackage{babel}
\makeatletter
\addto\extrasfrench{%
\providecommand{\og}{\leavevmode\flqq~}%
\providecommand{\fg}{\ifdim\lastskip>\z@\unskip\fi~\frqq}%
}
\makeatother
\begin{document}
\include{intro}
\include{chapitre1/chapitre1}
\include{chapitre2/chapitre2}
\include{conclusion/conclusion}
\bibliographystyle{plain}
\bibliography{biblio/biblio}
\end{document}