diff options
Diffstat (limited to 'template_these_INSA_cotut.tex')
-rw-r--r-- | template_these_INSA_cotut.tex | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/template_these_INSA_cotut.tex b/template_these_INSA_cotut.tex index dc1d568..2293564 100644 --- a/template_these_INSA_cotut.tex +++ b/template_these_INSA_cotut.tex @@ -1,6 +1,7 @@ \documentclass[a4paper,titlepage,12pt,french,twoside,openright]{report}
-\usepackage{graphicx}
+%\usepackage{graphicx}
+\usepackage[draft]{graphicx}
\usepackage{xcolor}
\usepackage[paper=a4paper,margin=2.5cm]{geometry}% http://ctan.org/pkg/geometry
\usepackage[pdftex,colorlinks=false]{hyperref}
@@ -79,6 +80,10 @@ pdfsubject={Th\`ese} %sous Acrobat. \input{remerciements}
\chapter*{Avertissement}
\input{avertissement}
+\chapter*{Notes}
+\input{notes}
+\chapter*{Notations}
+\input{notations}
\chapter{Introduction}
\section{Qu'est-ce que l'Intelligence Artificielle ?}
\label{sec:contexte-ckoi}
|