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

Private GIT Repository
Last update by Ali
[ThesisAli.git] / Thesis.tex
index 9017b01cc5ae566d735d54c4367f68bf7ea4f575..593881a33fc36a220b08625efbd48b343afa0d56 100644 (file)
@@ -2,13 +2,20 @@
 \input{entete}
 
 
-%--------------------
+%-----------------------------------
 %% The content of the PhD thesis
 \begin{document}
 
-%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-%% Sommaire
+% set the page numbers to be arabic, starting at page 1 %
+
+\setcounter{page}{1}
+\pagenumbering{arabic} 
+
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+\include{Abstruct}  
+\include{Resume}
+%% Sommaire   
 \tableofcontents
 \addcontentsline{toc}{chapter}{Table of Contents}
 
 \listofalgorithms
 \addcontentsline{toc}{chapter}{List of Algorithms}
 \setlength{\parindent}{0.5cm} 
-%% Remerciements
-%\include{REMERCIEMENTS}
 
+%\addcontentsline{toc}{chapter}{List of Abbreviations}
+%% tr
+\include{ACRONYMS}
+
+\include{Dedication}
+
+\include{acknowledgements}
+   
 %% Citation
 %\include{CITATION}
+
+% LIST OF ACRONYMS
+
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 
 %% Introduction générale
-%\include{INTRODUCTION}
+\include{INTRODUCTION}
 
 \part{Scientific Background}
-%% Architectures de calcul parallèle
-
-% set the page numbers to be arabic, starting at page 1 %
-\setcounter{page}{1}
-\pagenumbering{arabic}
 
 \include{CHAPITRE_01}
 
 \include{CHAPITRE_02}
 
+\include{CHAPITRE_03}
+
 \part{Contributions}
-%% 
-%\include{CHAPITRE_03}
 
-%% 
-%\include{CHAPITRE_04}
+\include{CHAPITRE_04}
 
-%% 
-%\include{CHAPITRE_05}
-\part{Conclusions and Perspectives}
+\include{CHAPITRE_05}
+
+\include{CHAPITRE_06}
+
+\part{Conclusion and Perspectives}
 %% Conclusion et perspectives
-%\include{CONCLUSION}
+\include{CONCLUSION}
 
 \setlength{\parindent}{0cm} 
+
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 %% Publications
-%\include{PUBLICATIONS}
+\include{PUBLICATIONS}
 
 %% Bibliographie
 \bibliographystyle{plain}
 \bibliography{bib}
 \addcontentsline{toc}{part}{Bibliographie}
+
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+  
 \end{document}