EnetCom Report Template EN
Auteur
Sarah Ouerghemmi
Last Updated
il y a un an
License
Creative Commons CC BY 4.0
Résumé
EnetCom Sfax LaTeX template for writing report for graduation project-PFE-Dissertation. Updated 13.07.2023
EnetCom Sfax LaTeX template for writing report for graduation project-PFE-Dissertation. Updated 13.07.2023
% @Author: SARAH OUERGHEMMI
% @Date: 12.07.2023
%Credit to: Nizar TENZEKHTI for the original French version as a base of this version.
\documentclass[12pt, oneside, a4paper]{Enetcom-PFE-Report-dissertation}
\graphicspath{{images/}}
%% TODO: Remove this function when done %%
%\newcommand\todoin[2][]{\todo[inline, caption={2do}, #1]{
%\begin{minipage}{\textwidth-4pt}#2\end{minipage}}}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Include useful commands
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\include{Commands}
\hypersetup{
pdftitle={\reportTitle~-~\reportSubject},%
pdfauthor={\reportAuthor},%
pdfsubject={\reportSubject},%
pdfkeywords={Report} {Internship} {PFE} {ENETCOM}{University Sfax}{Tunisia} {Memory} {Dissertation}
}
\dominitoc
\begin{document}
\input{chapter/00-CoverPage}
\doublespacing{}% Double spacing between lines
\pagenumbering{roman}% i ii iii iv ...
\input{chapter/01-Dedication}
\input{chapter/02-Acknowledgement}
\addtocontents{toc}{\protect\thispagestyle{MyStyle}}
\renewcommand*\contentsname{TABLE OF CONTENTS}
\begin{spacing}{1}
\tableofcontents
\end{spacing}
\addtocontents{lof}{\protect\thispagestyle{MyStyle}}
\renewcommand{\listfigurename}{LIST OF FIGURES}
\begin{spacing}{1}
\listoffigures
\end{spacing}
\addcontentsline{toc}{chapter}{\listfigurename}
\adjustmtc
\addtocontents{lof}{\protect\thispagestyle{MyStyle}}
\renewcommand{\listtablename}{LIST OF TABLES}
\begin{spacing}{1}
\listoftables
\end{spacing}
\addcontentsline{toc}{chapter}{\listtablename}
\adjustmtc
\doublespacing{}% Double spacing between lines
\input{chapter/03-ListOfAbr}
\input{chapter/04-GeneralIntroduction}
\pagenumbering{arabic}% 1 2 3 4 5
\doublespacing{}% Double spacing between lines
%\addtocontents{toc}{\protect\setcounter{tocdepth}{2}}
\input{chapter/05-Chapter1}
\input{chapter/06-Chapter2}
\input{chapter/07-GeneralConclusion}
\input{chapter/08-Bibliography}
\input{chapter/09-Appendices}
\input{chapter/10-Back_of_Report}
\end{document}