EnetCom Template
Author:
Nizar TENZEKHTI
Last Updated:
5 лет назад
License:
Creative Commons CC BY 4.0
Аннотация:
Enet'Com Sfax LaTeX template.
\begin
Discover why 18 million people worldwide trust Overleaf with their work.
Enet'Com Sfax LaTeX template.
\begin
Discover why 18 million people worldwide trust Overleaf with their work.
% @Author: Nizar TENZEKHTI
% @Date: 2019-08-08
\documentclass[12pt, oneside, a4paper]{enetcom-pfe-report}
\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} {enentcom}
}
\dominitoc
\begin{document}
\input{chapitre/00-PageDeGarde}
\doublespacing{}% Double spacing between lines
\pagenumbering{roman}% i ii iii iv ...
\input{chapitre/01-Dedication}
\input{chapitre/02-Remerciement}
\addtocontents{toc}{\protect\thispagestyle{MyStyle}}
\renewcommand*\contentsname{TABLE DES MATIÈRES}
\begin{spacing}{1}
\tableofcontents
\end{spacing}
\addtocontents{lof}{\protect\thispagestyle{MyStyle}}
\renewcommand{\listfigurename}{LISTE DES FIGURES}
\begin{spacing}{1}
\listoffigures
\end{spacing}
\addcontentsline{toc}{chapter}{\listfigurename}
\adjustmtc
\input{chapitre/03-ListeDesAbr}
\input{chapitre/04-IntroductionGeneral}
\pagenumbering{arabic}% 1 2 3 4 5
\doublespacing{}% Double spacing between lines
%\addtocontents{toc}{\protect\setcounter{tocdepth}{2}}
\input{chapitre/05-Chapitre1}
\input{chapitre/06-Chapitre2}
\input{chapitre/07-ConclusionGenerale}
\input{chapitre/08-Bibliographie}
\input{chapitre/09-Annexes}
\input{chapitre/10-DosDuRapport}
\end{document}