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

Private GIT Repository
593881a33fc36a220b08625efbd48b343afa0d56
[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 %\addcontentsline{toc}{chapter}{List of Abbreviations}
36 %% tr
37 \include{ACRONYMS}
38
39 \include{Dedication}
40
41 \include{acknowledgements}
42    
43 %% Citation
44 %\include{CITATION}
45
46 % LIST OF ACRONYMS
47
48 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
49 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
50
51 %% Introduction générale
52 \include{INTRODUCTION}
53
54 \part{Scientific Background}
55
56 \include{CHAPITRE_01}
57
58 \include{CHAPITRE_02}
59
60 \include{CHAPITRE_03}
61
62 \part{Contributions}
63
64 \include{CHAPITRE_04}
65
66 \include{CHAPITRE_05}
67
68 \include{CHAPITRE_06}
69
70 \part{Conclusion and Perspectives}
71 %% Conclusion et perspectives
72 \include{CONCLUSION}
73
74 \setlength{\parindent}{0cm} 
75
76 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
77 %% Publications
78 \include{PUBLICATIONS}
79
80 %% Bibliographie
81 \bibliographystyle{plain}
82 \bibliography{bib}
83 \addcontentsline{toc}{part}{Bibliographie}
84
85 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
86 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
87   
88 \end{document}