-
Notifications
You must be signed in to change notification settings - Fork 0
/
main.tex
75 lines (55 loc) · 1.5 KB
/
main.tex
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
\documentclass[12pt,a4paper]{report}
\usepackage[utf8]{inputenc}
\usepackage[T1]{fontenc}
\usepackage{lmodern}
\usepackage{graphicx}
\usepackage{amsmath}
\usepackage{hyperref}
\usepackage[french]{babel}
\graphicspath{ {media/} }
\usepackage{csquotes}
%% Create the xx commande
\usepackage{soulutf8} % Add the \hl command from soulutf8
\usepackage[dvipsnames]{xcolor} % Add the color Apricot
\newcommand{\xx}[1]{%
\begingroup
\sethlcolor{Apricot}%
\hl{xx #1 xx}%
\endgroup
}
% To remove avec todo
\setlength {\marginparwidth }{2cm} % ajoute un peu de marges pour les todo
\usepackage{todonotes}
% To remove avec todo
\usepackage[natbib=true,backend=biber,style=apa]{biblatex}
\addbibresource{references.bib}
\title{
{Evolution of Cooperation in Collective Adaptative Systems}\\
{\large Sorbonne Université}\\
{\includegraphics[width=\textwidth]{university.png}}
}
\author{Paul Ecoffet}
\date{\today}
\begin{document}
\maketitle
\chapter*{Abstract}
Abstract goes here
\chapter*{Dedication}
To mum and dad
\chapter*{Declaration}
I declare that..
\chapter*{Acknowledgements}
I want to thank...
\tableofcontents
\chapter{Introduction}
\input{chapters/01introduction}
\chapter{State of the Art}
\input{chapters/02stateoftheart}
\chapter{Nothing better to do? Environment quality and the evolution of cooperation by partner choice}
\input{chapters/03Lions}
\chapter{Cooperation in robotic swarms}
\input{chapters/04RoboCoop}
\chapter{Discussion}
\input{chapters/05Discussion}
\printbibliography
\end{document}