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

Private GIT Repository
b190ff539343f978e5d413e50036fb7feba6ffda
[ThesisAli.git] / Thesis.tex
1 %% ENTETE
2 \input{entete}
3
4
5 %--------------------
6 %% The content of the PhD thesis
7 \begin{document}
8
9 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
10 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
11 %% Sommaire
12 \tableofcontents
13 \addcontentsline{toc}{chapter}{Table of Contents}
14
15 %% Liste des figures
16 \listoffigures
17 \addcontentsline{toc}{chapter}{List of Figures}
18
19 %% Liste des tableaux
20 \listoftables
21 \addcontentsline{toc}{chapter}{List of Tables}
22
23 %% Liste des algorithmes
24 \listofalgorithms
25 \addcontentsline{toc}{chapter}{List of Algorithms}
26 \setlength{\parindent}{0.5cm} 
27 %% Remerciements
28 %\include{REMERCIEMENTS}
29
30 %% Citation
31 %\include{CITATION}
32 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
33 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
34
35 %% Introduction générale
36 \include{INTRODUCTION}
37
38 \part{Scientific Background}
39 % set the page numbers to be arabic, starting at page 1 %
40 \setcounter{page}{1}
41 \pagenumbering{arabic}
42
43 \include{CHAPITRE_01}
44
45 \include{CHAPITRE_02}
46
47 \part{Contributions}
48 %% 
49 \include{CHAPITRE_03}
50
51 \include{CHAPITRE_04}
52
53 %% 
54 %\include{CHAPITRE_05}
55 \part{Conclusions and Perspectives}
56 %% Conclusion et perspectives
57 %\include{CONCLUSION}
58
59 \setlength{\parindent}{0cm} 
60 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
61 %% Publications
62 %\include{PUBLICATIONS}
63
64 %% Bibliographie
65 \bibliographystyle{plain}
66 \bibliography{bib}
67 \addcontentsline{toc}{part}{Bibliographie}
68 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
69 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
70  
71 \end{document}