Guest User

Untitled

a guest
Feb 10th, 2019
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.70 KB | None | 0 0
  1. \documentclass[a4paper,12pt,twoside] {StyleThese}
  2.  
  3.  
  4. \include{format}
  5.  
  6. \begin{document}
  7.  
  8. \frontmatter
  9. \tableofcontents
  10. \mainmatter
  11. \adjustmtc
  12. \thispagestyle{empty}
  13. \cleardoublepage
  14. \dominitoc
  15.  
  16. \pagenumbering{roman}
  17. \setcounter{page}{1}
  18. \addcontentsline{toc}{chapter}{Acknowledgements}
  19. \include{Remerciement/Remerciement}
  20. \listoffigures % table des figures
  21. \thispagestyle{empty}
  22. \listoftables % Les tableaux
  23. \thispagestyle{empty}
  24.  
  25. %\thispagestyle{empty}
  26. \addcontentsline{toc}{chapter}{List of Abbreviations}
  27. \include{Abbreviations}
  28.  
  29. %\include{dedication}
  30. %\thispagestyle{empty}
  31. %\fontfamily{put}\selectfont
  32. %\thispagestyle{empty}
  33. %\include{Pgdgarde}
  34. %\thispagestyle{empty}
  35. %\cleardoublepage
  36. %\thispagestyle{empty}
  37. %\clearpage
  38.  
  39.  
  40. %\FrameThisInToc
  41. %\DontNumberThisInToc
  42. %\part{Une partie}
  43.  
  44. % Pour ne pas avoir le mot `Chapitre' au debut de chaque chapitre.
  45. %\NoChapterHead
  46.  
  47. %\DontWriteThisInToc
  48.  
  49. %\WriteThisInToc \FrameThisInToc \NumberThisInToc
  50. %
  51. %\include{abstract/abstract}
  52. %
  53. % \include{Remerciement/dédicace}
  54. %%
  55. % \addtocontents{toc}{Chapter}{Acknoweledgements}
  56.  
  57. % \newpage
  58.  
  59. %% Changer l'espacement entre les lignes
  60. \renewcommand{\baselinestretch}{1.5}%
  61.  
  62.  
  63. \dominitoc
  64. %\pagenumbering{roman}
  65. \setcounter{page}{1}
  66.  
  67. \cleardoublepage
  68.  
  69. \frontmatter
  70.  
  71. %\tableofcontents
  72.  
  73. \mainmatter
  74. \adjustmtc
  75. %\addcontentsline{toc}{chapter}{Introduction}
  76. %\chaptermark{Introduction}
  77.  
  78. \renewcommand{\chaptermark}[1]{\markboth{#1}{}}
  79. \renewcommand{\sectionmark}[1]{\markright{#1}}
  80.  
  81. % Changer les styles des titres
  82. %% INTRODUCTION
  83. \addcontentsline{toc}{chapter}{Introduction}
  84. \begin{spacing}{1.4}
  85. \include{INTRODUCTION/Introduction}
  86. \end{spacing}
  87. %% Chapitre 1
  88. %% redéfinition du texte de chapitre et de section affiché en en-tête
  89. \renewcommand{\chaptermark}[1]{\markboth{Chapitre \thechapter.\ #1}{}}
  90. \renewcommand{\sectionmark}[1]{\markright{Section \thesection.\ #1}}
  91. %%%%% Chapitre 1
  92.  
  93. \include{CHAPITRE_1/Chapter1}
  94.  
  95. %
  96. %%%%%% Chapitre 2
  97.  
  98. \include{CHAPITRE_2/Chapter2}
  99.  
  100.  
  101. % %%%%%%% Chapitre 3
  102. %%%%%%%%
  103. % \begin{spacing}{1.4}
  104. % \include{CHAPITRE_3/Chapitre3}
  105. % \end{spacing}
  106. % Conclusion et perspectives
  107. %%
  108. % \begin{spacing}{1.4}
  109. % \include{CONCLUSION/conclusion}
  110. % \end{spacing}
  111. % \listoffigures % table des figures
  112. %\listoftables % Les tableaux
  113.  
  114.  
  115.  
  116. %\newpage
  117.  
  118. %\pagenumbering{Roman}
  119. % \setcounter{page}{1}
  120. % \cleardoublepage
  121.  
  122. %\addcontentsline{toc}{chapter}{Bibliography}
  123. \include{Bibliography/library}
  124. \appendix
  125.  
  126. %% ANNEXES %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  127.  
  128.  
  129. \backmatter
  130.  
  131. %\bibliographystyle{plainnat}
  132.  
  133. %\bibliography{refs}
  134.  
  135.  
  136.  
  137.  
  138.  
  139. \end{document}
Advertisement
Add Comment
Please, Sign In to add comment