]> 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
17 \include{Abstruct}  
18 \include{Resume}
19 %% Sommaire
20
21 \tableofcontents
22 \addcontentsline{toc}{chapter}{Table of Contents}
23
24 %% Liste des figures
25 \listoffigures
26 \addcontentsline{toc}{chapter}{List of Figures}
27
28 %% Liste des tableaux
29 \listoftables
30 \addcontentsline{toc}{chapter}{List of Tables}
31
32 %% Liste des algorithmes
33 \listofalgorithms
34 \addcontentsline{toc}{chapter}{List of Algorithms}
35 \setlength{\parindent}{0.5cm} 
36
37 %\addcontentsline{toc}{chapter}{List of Abbreviations}
38 %% tr
39 \include{ACRONYMS}
40
41 \include{Dedication}
42
43 \include{acknowledgements}
44    
45 %% Citation
46 %\include{CITATION}
47
48 % LIST OF ACRONYMS
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}