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

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