X-Git-Url: https://bilbo.iut-bm.univ-fcomte.fr/and/gitweb/ThesisAli.git/blobdiff_plain/b3546ede493fc38b761124b368cd9feb036c16a9..8cf62d51df224fa888c577f5337674a9e5867ed3:/Thesis.tex diff --git a/Thesis.tex b/Thesis.tex old mode 100644 new mode 100755 index bb527c2..373d4cb --- a/Thesis.tex +++ b/Thesis.tex @@ -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} @@ -24,42 +31,49 @@ \listofalgorithms \addcontentsline{toc}{chapter}{List of Algorithms} \setlength{\parindent}{0.5cm} + +%\addcontentsline{toc}{chapter}{List of Abbreviations} %% Remerciements -%\include{REMERCIEMENTS} +\include{ACRONYMS} +%\include{REMERCIEMENTS} + %% 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_01} \include{CHAPITRE_02} +\include{CHAPITRE_03} + \part{Contributions} -%% -%\include{CHAPITRE_03} -%% -%\include{CHAPITRE_04} +\include{CHAPITRE_04} + +\include{CHAPITRE_05} -%% -%\include{CHAPITRE_05} -\part{Conclusions and Perspectives} +\include{CHAPITRE_06} + +\part{Conclusion and Perspectives} %% Conclusion et perspectives -%\include{CONCLUSION} +\include{CONCLUSION} \setlength{\parindent}{0cm} + %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %% Publications %\include{PUBLICATIONS} @@ -68,7 +82,8 @@ \bibliographystyle{plain} \bibliography{bib} \addcontentsline{toc}{part}{Bibliographie} + %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% - + \end{document}