X-Git-Url: https://bilbo.iut-bm.univ-fcomte.fr/and/gitweb/ThesisAhmed.git/blobdiff_plain/7afa6c109049b60616ee0ddecee10df21a97b239..adc90dd4355e95417b713b836614fd9a4edd3dd1:/Thesis.tex diff --git a/Thesis.tex b/Thesis.tex index e69de29..cb62900 100644 --- a/Thesis.tex +++ b/Thesis.tex @@ -0,0 +1,85 @@ +%% 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} + +\include{ACRONYMS} + +%\include{Dedication} + +%\include{acknowledgements} + +%% Citation +%\include{CITATION} + +% LIST OF ACRONYMS + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +%% Introduction générale +\include{INTRODUCTION} + +\part{Scientific Background} + +\include{CHAPITRE_01} + +\part{Contributions} + +\include{CHAPITRE_02} + +\include{CHAPITRE_03} + +\include{CHAPITRE_04} + +\part{Conclusion and Perspectives} +%% Conclusion et perspectives +\include{CONCLUSION} +\setlength{\parindent}{0cm} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +%% Publications +\include{PUBLICATIONS} + +%% Bibliographie +\bibliographystyle{plain} +\bibliography{my_reference} +\addcontentsline{toc}{part}{Bibliographie} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\end{document}