diff options
Diffstat (limited to 'main.tex')
-rw-r--r-- | main.tex | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -15,6 +15,7 @@ \usepackage{cite} \usepackage{hyperref} \usepackage{listings} +\usepackage{multirow} \lstset{ basicstyle=\small\ttfamily, @@ -36,7 +37,7 @@ breaklines=true \begin{titlepage} \begin{center} \Huge - \textbf{L'intelligence artificielle, un sujet de thèse merdique} + \textbf{Intelligence artificielle pour des services moraux} \vspace{3cm} @@ -95,4 +96,9 @@ breaklines=true \bibliographystyle{plain} \bibliography{biblio} +\appendix +\chapter{Mot clé pour la recherche projets IA} +\input{annexe/ai_words} + + \end{document} |