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

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