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

Private GIT Repository
Update By Ali on sunday at 04:08 AM
[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 %% Architectures de calcul parallèle
40
41 % set the page numbers to be arabic, starting at page 1 %
42 \setcounter{page}{1}
43 \pagenumbering{arabic}
44
45 %\include{CHAPITRE_01}
46
47 \include{CHAPITRE_02}
48
49 \part{Contributions}
50 %% 
51 %\include{CHAPITRE_03}
52
53 %% 
54 %\include{CHAPITRE_04}
55
56 %% 
57 %\include{CHAPITRE_05}
58 \part{Conclusions and Perspectives}
59 %% Conclusion et perspectives
60 %\include{CONCLUSION}
61
62 \setlength{\parindent}{0cm} 
63 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
64 %% Publications
65 %\include{PUBLICATIONS}
66
67 %% Bibliographie
68 \bibliographystyle{plain}
69 \bibliography{bib}
70 \addcontentsline{toc}{part}{Bibliographie}
71 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
72 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
73  
74 \end{document}