Advertisement
argui

Master thesis -ESSAT

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