48 lines
1,006 B
TeX
48 lines
1,006 B
TeX
\documentclass{article}
|
|
|
|
\usepackage[T1]{fontenc} % encoding
|
|
\renewcommand{\familydefault}{\sfdefault} % sans-serif font
|
|
|
|
\usepackage[french]{babel} % langages
|
|
\frenchsetup{SmallCapsFigTabCaptions=false}
|
|
|
|
\usepackage[hidelinks]{hyperref} % clickable links in table of contents
|
|
|
|
\usepackage{graphicx} % images
|
|
|
|
\newcommand{\emma}{Emma Botti}
|
|
\newcommand{\anri}{Anri Kennel}
|
|
|
|
\title{Projet}
|
|
\author{\emma\thanks{\emma : 71701040} et \anri\thanks{\anri : 22302653} \\
|
|
Langages à objet avancés $\cdot$ Université Paris Cité}
|
|
\date{Année universitaire 2023-2024}
|
|
|
|
\begin{document}
|
|
\maketitle
|
|
\tableofcontents
|
|
\clearpage
|
|
|
|
|
|
\section{Ce qui a été traité}
|
|
TODO
|
|
|
|
\section{Aspects les plus significatifs}
|
|
TODO
|
|
|
|
\section{Quelques problèmes connus}
|
|
TODO
|
|
|
|
\section{Ce qui n'a pas été implémenté}
|
|
TODO
|
|
|
|
\section{Diagramme UML} % ou plusieurs ?
|
|
|
|
\begin{figure}[h]
|
|
\centering
|
|
% \includegraphics[width=1.3\textwidth]{assets/diagramme_uml.png}
|
|
\caption{Diagramme UML}
|
|
\end{figure}
|
|
|
|
|
|
\end{document}
|