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

Private GIT Repository
a4416ce5e64e0b092d2826f94664794cc6b68ddb
[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 %% 
59 \include{CHAPITRE_06}
60
61
62 \part{Conclusion and Perspectives}
63 %% Conclusion et perspectives
64 \include{CONCLUSION}
65
66 \setlength{\parindent}{0cm} 
67 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
68 %% Publications
69 %\include{PUBLICATIONS}
70
71 %% Bibliographie
72 \bibliographystyle{plain}
73 \bibliography{bib}
74 \addcontentsline{toc}{part}{Bibliographie}
75 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
76 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
77  
78 \end{document}