Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- %% This template was made by : Ilhem Kacimi & Meryem Kacimi based on the style of ESSAT
- %% Contact: ilhemkacimi98@gmail.com & meryemkacimi00@gmail.com
- %%
- \documentclass[12pt,a4paper]{report}
- \input{settings/Settings}
- \begin{document}
- \include{titlepage}
- \input{basmala}
- \chapter*{Dedication}
- \input{dedicaces}
- \chapter*{Acknowledgement}
- \input{Acknowledgment}
- %%%% Résumé en Arabe
- \chapter*{\begin{arabtex}
- الملخص
- \end{arabtex}}
- \input{abstractAR}
- %%%% Résumé en Anglais
- \normalsize
- \chapter*{Abstract}
- \input{abstractEN}
- %%%% Résumé en Français
- \chapter*{Résumé}
- \input{abstractFR}
- %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%ù
- % Table des matière
- \tableofcontents\newpage
- %Liste des figures
- \listoffigures
- \addcontentsline{toc}{part}{List of Figures}
- %Liste des Tableaux
- \listoftables
- \addcontentsline{toc}{part}{List of Tables}%
- %Liste des acronymes
- \addcontentsline{toc}{part}{Abreviations list}
- \chapter*{Abreviations list}
- \input{abreviations}
- % input semantic braket
- %%\input{semnot}
- \voffset=1cm
- \renewcommand{\thesection}{\arabic{section}}
- \addcontentsline{toc}{part}{Introduction}
- \include{introduction}
- \renewcommand{\thesection}{\thechapter.\arabic{section}}
- \include{chapter1}
- \include{chapter2}
- \include{chapter3}
- \include{chapter4}
- \input{conclusion}
- \newpage
- \pagestyle{plain}
- \addcontentsline{toc}{part}{Apendix}
- \appendix
- \input{appendix}
- % REFERENCES / BIBLIOGRAPHY
- \bibliography{mbib}
- \bibliographystyle{plain}
- \end{document}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement