X-Git-Url: https://bilbo.iut-bm.univ-fcomte.fr/and/gitweb/ThesisAli.git/blobdiff_plain/b2a050532aaaf4556bf548d765fcb04e014c1224..55d4f1aa141136c31e0c3a805ed0a09ad7c8b4e8:/Thesis.tex?ds=sidebyside

diff --git a/Thesis.tex b/Thesis.tex
index e69de29..4b6c21b 100644
--- a/Thesis.tex
+++ b/Thesis.tex
@@ -0,0 +1,78 @@
+%% 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}
+
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+
+%% 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}
+
+\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}