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

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