]> AND Private Git Repository - ThesisAli.git/blob - Thesis.tex
Logo AND Algorithmique Numérique Distribuée

Private GIT Repository
2105500ae99423fd5bfa869d874b3fcb497568e7
[ThesisAli.git] / Thesis.tex
1 %% ENTETE
2 \input{entete}
3
4
5 %-----------------------------------
6 %% The content of the PhD thesis
7 \begin{document}
8
9 % set the page numbers to be arabic, starting at page 1 %
10
11 \setcounter{page}{1}
12 \pagenumbering{arabic}
13
14 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
15 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
16
17 %% Sommaire
18 \tableofcontents
19 \addcontentsline{toc}{chapter}{Table of Contents}
20
21 %% Liste des figures
22 \listoffigures
23 \addcontentsline{toc}{chapter}{List of Figures}
24
25 %% Liste des tableaux
26 \listoftables
27 \addcontentsline{toc}{chapter}{List of Tables}
28
29 %% Liste des algorithmes
30 \listofalgorithms
31 \addcontentsline{toc}{chapter}{List of Algorithms}
32 \setlength{\parindent}{0.5cm} 
33 %% Remerciements
34 %\include{REMERCIEMENTS}
35    
36 %% Citation
37 %\include{CITATION}
38
39
40
41
42
43 \include{Abstruct}
44
45 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
46 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
47    
48 %% Introduction générale
49 \include{INTRODUCTION}
50
51 \part{Scientific Background}
52
53 \include{CHAPITRE_01}
54
55 \include{CHAPITRE_02}
56
57 \include{CHAPITRE_03}
58
59 \part{Contributions}
60
61 \include{CHAPITRE_04}
62
63 \include{CHAPITRE_05}
64
65 \include{CHAPITRE_06}
66
67 \part{Conclusion and Perspectives}
68 %% Conclusion et perspectives
69 \include{CONCLUSION}
70
71 \setlength{\parindent}{0cm} 
72
73 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
74 %% Publications
75 %\include{PUBLICATIONS}
76
77 %% Bibliographie
78 \bibliographystyle{plain}
79 \bibliography{bib}
80 \addcontentsline{toc}{part}{Bibliographie}
81
82 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
83 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
84   
85 \end{document}