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