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