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

Private GIT Repository
Update
[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 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
50 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
51    
52 %% Introduction générale
53 \include{INTRODUCTION}
54
55 \part{Scientific Background}
56
57 \include{CHAPITRE_01}
58
59 \include{CHAPITRE_02}
60
61 \include{CHAPITRE_03}
62
63 \part{Contributions}
64
65 \include{CHAPITRE_04}
66
67 \include{CHAPITRE_05}
68
69 \include{CHAPITRE_06}
70
71 \part{Conclusion and Perspectives}
72 %% Conclusion et perspectives
73 \include{CONCLUSION}
74
75 \setlength{\parindent}{0cm} 
76
77 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
78 %% Publications
79 %\include{PUBLICATIONS}
80
81 %% Bibliographie
82 \bibliographystyle{plain}
83 \bibliography{bib}
84 \addcontentsline{toc}{part}{Bibliographie}
85
86 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
87 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
88   
89 \end{document}