]> 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 4fbcf4a908b8099468cc9114fbc1593a72ad7ea0..78e1b0d8f8e68e31c0f4a3a1a611ab6b8bc2877b 100644 (file)
@@ -1,2 +1,71 @@
-azeazeaz
+%% ENTETE
+\input{entete}
 
+
+%--------------------
+%% The content of the PhD thesis
+\begin{document}
+
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+%% 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} 
+%% Remerciements
+%\include{REMERCIEMENTS}
+   
+%% Citation
+%\include{CITATION}
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+
+%% Introduction générale
+\include{INTRODUCTION}
+
+\part{Scientific Background}
+% set the page numbers to be arabic, starting at page 1 %
+\setcounter{page}{1}
+\pagenumbering{arabic}
+
+\include{CHAPITRE_01}
+
+\include{CHAPITRE_02}
+
+\part{Contributions}
+%% 
+\include{CHAPITRE_03}
+
+\include{CHAPITRE_04}
+
+%% 
+%\include{CHAPITRE_05}
+\part{Conclusions and Perspectives}
+%% Conclusion et perspectives
+%\include{CONCLUSION}
+
+\setlength{\parindent}{0cm} 
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+%% Publications
+%\include{PUBLICATIONS}
+
+%% Bibliographie
+\bibliographystyle{plain}
+\bibliography{bib}
+\addcontentsline{toc}{part}{Bibliographie}
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+\end{document}