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