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

Private GIT Repository
Update by Ali
[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 \include{Abstruct}  
17 \include{Resume}
18 %% Sommaire
19 \tableofcontents
20 \addcontentsline{toc}{chapter}{Table of Contents}
21
22 %% Liste des figures
23 \listoffigures
24 \addcontentsline{toc}{chapter}{List of Figures}
25
26 %% Liste des tableaux
27 \listoftables
28 \addcontentsline{toc}{chapter}{List of Tables}
29
30 %% Liste des algorithmes
31 \listofalgorithms
32 \addcontentsline{toc}{chapter}{List of Algorithms}
33 \setlength{\parindent}{0.5cm} 
34
35
36 %\addcontentsline{toc}{chapter}{List of Abbreviations}
37 %% Remerciements
38 \include{ACRONYMS}
39
40 %\include{REMERCIEMENTS}
41    
42 %% Citation
43 %\include{CITATION}
44
45 % LIST OF ACRONYMS
46
47
48
49
50 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
51 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
52    
53 %% Introduction générale
54 \include{INTRODUCTION}
55
56 \part{Scientific Background}
57
58 \include{CHAPITRE_01}
59
60 \include{CHAPITRE_02}
61
62 \include{CHAPITRE_03}
63
64 \part{Contributions}
65
66 \include{CHAPITRE_04}
67
68 \include{CHAPITRE_05}
69
70 \include{CHAPITRE_06}
71
72 \part{Conclusion and Perspectives}
73 %% Conclusion et perspectives
74 \include{CONCLUSION}
75
76 \setlength{\parindent}{0cm} 
77
78 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
79 %% Publications
80 %\include{PUBLICATIONS}
81
82 %% Bibliographie
83 \bibliographystyle{plain}
84 \bibliography{bib}
85 \addcontentsline{toc}{part}{Bibliographie}
86
87 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
88 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
89   
90 \end{document}