Advertisement
argui

Master thesis -ESSAT

Mar 18th, 2024
1,606
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Latex 1.56 KB | None | 0 0
  1. %% This template was made by : Ilhem Kacimi & Meryem Kacimi based on the style of ESSAT
  2.  
  3.  
  4. %%
  5.  
  6. \documentclass[12pt,a4paper]{report}
  7. \input{settings/Settings}
  8.  
  9.  
  10. \begin{document}
  11.  
  12.  
  13. \include{titlepage}
  14.  
  15.  
  16. \input{basmala}
  17.  
  18. \chapter*{Dedication}
  19. \input{dedicaces}
  20.  
  21.  
  22. \chapter*{Acknowledgement}
  23. \input{Acknowledgment}
  24.  
  25.  
  26. %%%% Résumé en Arabe
  27.  
  28. \chapter*{\begin{arabtex}
  29. الملخص
  30. \end{arabtex}}
  31.  
  32. \input{abstractAR}
  33.  
  34. %%%% Résumé en Anglais
  35. \normalsize
  36. \chapter*{Abstract}
  37. \input{abstractEN}
  38.  
  39. %%%% Résumé en Français
  40. \chapter*{Résumé}
  41. \input{abstractFR}
  42.  
  43. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%ù
  44. % Table des matière
  45. \tableofcontents\newpage
  46.  
  47. %Liste des figures
  48. \listoffigures
  49. \addcontentsline{toc}{part}{List of Figures}
  50. %Liste des Tableaux
  51. \listoftables
  52. \addcontentsline{toc}{part}{List of Tables}%
  53.  
  54. %Liste des acronymes
  55. \addcontentsline{toc}{part}{Abreviations list}
  56. \chapter*{Abreviations list}
  57. \input{abreviations}
  58.  
  59.  
  60.  
  61.  
  62. % input semantic braket
  63. %%\input{semnot}
  64. \voffset=1cm
  65. \renewcommand{\thesection}{\arabic{section}}
  66. \addcontentsline{toc}{part}{Introduction}
  67. \include{introduction}
  68. \renewcommand{\thesection}{\thechapter.\arabic{section}}
  69. \include{chapter1}
  70.  
  71. \include{chapter2}
  72.  
  73. \include{chapter3}
  74.  
  75. \include{chapter4}
  76.  
  77. \input{conclusion}
  78.  
  79. \newpage
  80. \pagestyle{plain}
  81. \addcontentsline{toc}{part}{Apendix}
  82. \appendix
  83. \input{appendix}
  84.  
  85.  
  86. % REFERENCES / BIBLIOGRAPHY
  87. \bibliography{mbib}
  88. \bibliographystyle{plain}
  89.  
  90.  
  91. \end{document}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement