ALDoverABv1

This commit is contained in:
Amaury JOLY
2025-04-30 07:07:35 +00:00
parent 7133b37da2
commit 01f1e546d4
15 changed files with 3455 additions and 0 deletions

View File

@@ -0,0 +1,41 @@
\documentclass{article}
\usepackage[T1]{fontenc}
\usepackage[utf8]{inputenc}
\usepackage{csquotes}
\usepackage[french]{babel}
\usepackage[affil-it]{authblk}
\usepackage{fullpage}
\usepackage{biblatex}
\usepackage[linesnumbered,ruled,vlined]{algorithm2e}
\newtheorem{theorem}{Property}
\addbibresource{sources.bib}
\begin{document}
\title{???}
\author{JOLY Amaury \\ \textbf{Encadrants :} GODARD Emmanuel, TRAVERS Corentin}
\affil{Aix-Marseille Université, Scille}
\date{\today}
\begin{titlepage}
\maketitle
\end{titlepage}
\section{Introduction}
\subsection{Model}
\input{intro/index.tex}
\subsection{Algorithms}
\input{algo/index.tex}
\printbibliography
\end{document}