summaryrefslogtreecommitdiff
path: root/rapport/main.tex
diff options
context:
space:
mode:
Diffstat (limited to 'rapport/main.tex')
-rw-r--r--rapport/main.tex7
1 files changed, 6 insertions, 1 deletions
diff --git a/rapport/main.tex b/rapport/main.tex
index 7ccb290..5fd0014 100644
--- a/rapport/main.tex
+++ b/rapport/main.tex
@@ -7,6 +7,8 @@
\usepackage{booktabs}
\usepackage{multicol}
\usepackage{float}
+\usepackage{varwidth}
+% \usepackage[toc,page]{appendix}
\usepackage[usenames,dvipsnames]{xcolor}
\title{Rapport d'APP}
@@ -31,6 +33,9 @@
\begin{document}
\maketitle
+\newpage
+\tableofcontents
+\newpage
\todo{test} \fixme{another test} \note{interesting} \question{wtf}
@@ -45,5 +50,5 @@
\section{Démarche d'analyse}
-
+\input{annexe.tex}
\end{document}