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

Private GIT Repository
Update by Ali
[ThesisAli.git] / Thesis.tex
index e69de29bb2d1d6434b8b29ae775ad8c2e48c5391..8ef577b21d11a2a6751c2612f74c0f1b42a6d273 100644 (file)
@@ -0,0 +1,89 @@
+%% ENTETE
+\input{entete}
+
+
+%-----------------------------------
+%% The content of the PhD thesis
+\begin{document}
+
+% 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}
+
+%% Liste des figures
+\listoffigures
+\addcontentsline{toc}{chapter}{List of Figures}
+
+%% Liste des tableaux
+\listoftables
+\addcontentsline{toc}{chapter}{List of Tables}
+
+%% Liste des algorithmes
+\listofalgorithms
+\addcontentsline{toc}{chapter}{List of Algorithms}
+\setlength{\parindent}{0.5cm} 
+
+%\addcontentsline{toc}{chapter}{List of Abbreviations}
+%% Remerciements
+\include{ACRONYMS}
+
+%\include{REMERCIEMENTS}
+   
+%% Citation
+%\include{CITATION}
+
+% LIST OF ACRONYMS
+
+
+
+
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+   
+%% Introduction générale
+\include{INTRODUCTION}
+
+\part{Scientific Background}
+
+\include{CHAPITRE_01}
+
+\include{CHAPITRE_02}
+
+\include{CHAPITRE_03}
+
+\part{Contributions}
+
+\include{CHAPITRE_04}
+
+\include{CHAPITRE_05}
+
+\include{CHAPITRE_06}
+
+\part{Conclusion and Perspectives}
+%% Conclusion et perspectives
+\include{CONCLUSION}
+
+\setlength{\parindent}{0cm} 
+
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+%% Publications
+%\include{PUBLICATIONS}
+
+%% Bibliographie
+\bibliographystyle{plain}
+\bibliography{bib}
+\addcontentsline{toc}{part}{Bibliographie}
+
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+  
+\end{document}