27 lines
520 B
TeX
27 lines
520 B
TeX
|
\documentclass[a4paper,french,12pt]{article}
|
||
|
|
||
|
\title{%
|
||
|
\includegraphics[width=0.25\linewidth]{./img/efrei-logo.jpg}
|
||
|
\vfill
|
||
|
Projet de programmation Multitâches \\
|
||
|
{\Large Application de messagerie instantanée}
|
||
|
\vfill
|
||
|
}
|
||
|
\author{Adam Belghith, Tunui Franken, Maroua Ombaya}
|
||
|
\date{\small Dernière compilation~: \today{} à \currenttime}
|
||
|
|
||
|
\newcommand{\versionnumber}{1.0}
|
||
|
\usepackage{rapport}
|
||
|
|
||
|
\begin{document}
|
||
|
|
||
|
\maketitle
|
||
|
\thispagestyle{empty}
|
||
|
\clearpage
|
||
|
|
||
|
\tableofcontents
|
||
|
\clearpage
|
||
|
|
||
|
|
||
|
\end{document}
|