48 lines
1.0 KiB
TeX
48 lines
1.0 KiB
TeX
\documentclass[12pt]{article}
|
|
\usepackage{graphicx} % Required for inserting images
|
|
%\usepackage[margin=0.5cm]{geometry} % Définit toutes les marges à 2cm
|
|
\usepackage{graphicx} % Required for inserting images
|
|
\usepackage[T1]{fontenc}
|
|
\usepackage{fancyhdr}
|
|
\usepackage[table,xcdraw]{xcolor}
|
|
\usepackage{float}
|
|
\usepackage{fancyvrb}
|
|
|
|
\title{First Defense Report test}
|
|
\author{ Lilian Labat, Luca De-Donno, Louis Gallet }
|
|
\date{November 2024}
|
|
|
|
\begin{document}
|
|
\pagestyle{fancy}
|
|
\fancyhead{}
|
|
\fancyhead[RO,LE]{\textbf{OCRudoku - First Defense Report}}
|
|
|
|
\maketitle
|
|
|
|
\newpage
|
|
\tableofcontents % Sommaire
|
|
\newpage
|
|
|
|
|
|
|
|
\section{Introduction}
|
|
|
|
\input{sections/introduction/introduction}
|
|
|
|
\section{Project Members}
|
|
\input{sections/membres-projet/membres-projet}
|
|
\newpage
|
|
|
|
\section{Task Allocation}
|
|
\input{sections/repartition-des-taches/repartition-des-taches}
|
|
\newpage
|
|
|
|
\section{Technical Section}
|
|
\input{sections/partie-technique/partie-technique}
|
|
\newpage
|
|
|
|
\section{Conclusion}
|
|
\input{sections/conclusion/conclusion}
|
|
|
|
\end{document}
|