diff options
author | Jan Aalmoes <jan.aalmoes@inria.fr> | 2024-09-13 00:07:42 +0200 |
---|---|---|
committer | Jan Aalmoes <jan.aalmoes@inria.fr> | 2024-09-13 00:07:42 +0200 |
commit | faa07a8f3337c5d191597ea9b9587cc0969d663c (patch) | |
tree | a46440db847ce447917abecb7971d90db4a1f150 /template_these_INSA_cotut.tex | |
parent | 7fc151d6a198d13dc9e1374522ec396d72905d3f (diff) |
avnacé aia, remerciement notations, notes
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}
|