This repository has been archived on 2024-01-18. You can view files and clone it, but cannot push or open issues or pull requests.
DamesEtCo/report/explications.tex

49 lines
1,009 B
TeX
Raw Normal View History

\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
2023-11-20 16:55:49 +01:00
\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
2024-01-06 13:12:41 +01:00
\newpage
2023-11-20 16:55:49 +01:00
\section{Diagramme UML} % ou plusieurs ?
\begin{figure}[h]
\centering
2024-01-06 13:12:41 +01:00
\includegraphics[width=1.3\textwidth]{imgs/diagrammeUML.png}
\caption{Diagramme UML}
\end{figure}
\end{document}