
ENIT TIC Report Template
作者:
Moez Ben Haj Hmida
最近上传:
1 年前
许可:
Creative Commons CC BY 4.0
摘要:
Template for students of the National Engineering School of Tunis

\begin
Discover why over 20 million people worldwide trust Overleaf with their work.
\begin
Discover why over 20 million people worldwide trust Overleaf with their work.
%% main.tex 2024/04/24
%
% Based on sample files of unknown authorship.
%
% The Current Maintainer of this work is ICT Department @ ENIT.
% National Engineering School of Tunis. https://enit.rnu.tn/
% Information and Communication Technologies Department
\documentclass[a4paper,12pt, final]{report}
\usepackage[utf8]{inputenc}
\usepackage[T1]{fontenc}
\usepackage[english]{babel}
\usepackage{acronym}
\usepackage{algorithm}
\usepackage{algorithmic}
\usepackage{amsfonts}
\usepackage{amsmath}
\usepackage{amssymb}
\usepackage{arabtex}
\usepackage{array}
\usepackage{caption}
\usepackage{dirtytalk}
\usepackage{enumitem}
\usepackage{fancyhdr}
\usepackage{float}
\usepackage{geometry}
\usepackage{graphicx}
\usepackage{indentfirst}
\usepackage{lmodern}
\usepackage{longtable}
\usepackage{makecell}
\usepackage{mathrsfs}
\usepackage{microtype}
\usepackage[nottoc]{tocbibind}
\usepackage[pages=some]{background}
\usepackage{siunitx}
\usepackage{textpos}
\usepackage{tikz}
\usepackage{titlesec}
%\captionsetup[table]{position=bottom}
\numberwithin{equation}{section}
%pagestyle
\pagestyle{fancy}
\fancyhf{}
\cfoot{\thepage}
\newcommand{\euro}{\EUR\xspace}
\begin{document}
\input{page.tex}
\thispagestyle{empty}
\newpage
\thispagestyle{empty}
\newpage
\newpage
\input{Acknowledgment.tex}
\input{Abstract.tex}
\thispagestyle{empty}
\newpage
\vspace{2\baselineskip}
\tableofcontents
\thispagestyle{empty}
\listoffigures
\listoftables
\thispagestyle{empty}
\newpage
\input{Acronyms}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\input{Introduction}
\input{Chapter1}
\input{Chapter2}
\input{Chapter3}
\input{Chapter4}
\input{Conclusion}
%\bibliographystyle{abbrv}
% classe les entrées par ordre alphabétique
\bibliographystyle{unsrt}
% trie les entrées par ordre d'apparition dans le texte
\bibliography{references}
\end{document}