\documentclass[a4paper,titlepage,12pt,french,twoside,openright]{report} \usepackage{graphicx} %\usepackage[draft]{graphicx} \usepackage{xcolor} \usepackage[paper=a4paper,margin=2.5cm]{geometry}% http://ctan.org/pkg/geometry \usepackage[pdftex,colorlinks=false]{hyperref} \usepackage[french]{babel} \usepackage[T1]{fontenc} \usepackage[scaled]{helvet} \renewcommand*{\familydefault}{\sfdefault} \usepackage{colortbl} \usepackage{ulem} \usepackage{lipsum} \usepackage{upgreek} \usepackage{amsmath} \usepackage{amsthm} \usepackage{amsfonts} \usepackage{csquotes} \usepackage{algpseudocode} \usepackage{algorithm} \usepackage{subcaption} \usepackage{setspace} \usepackage{tikz} \usepackage{cite} \usepackage{hyperref} \usepackage{listings} \usepackage{multirow} \usepackage{placeins} \usepackage{mathabx} \usepackage{makecell} \usepackage{pdfpages} \lstset{ basicstyle=\small\ttfamily, columns=flexible, breaklines=true } \usetikzlibrary {shapes.geometric} \usetikzlibrary {shapes.symbols} \usetikzlibrary{decorations.pathreplacing} \definecolor{tabED}{rgb}{0.90, 0.87, 0.93} \definecolor{txtED}{rgb}{0.60, 0.28, 0.02} \definecolor{siteED}{rgb}{0.04, 0.27, 0.47} \usetikzlibrary {shapes.geometric} \usetikzlibrary {shapes.symbols} \usetikzlibrary{decorations.pathreplacing} \input{macros} \input{theorem} \input{tikz_assets/data} \input{tikz_assets/param} \begin{document} \hypersetup{ pdftitle={Intelligence artificielle pour des services moraux : concilier équité et confidentialité}, %informations dans le titre pdfauthor={Jan Aalmoes}, %dans les informations du document pdfsubject={Th\`ese} %sous Acrobat. } \include{garde} \newgeometry{top=2.5cm,bottom=2.5cm,right=2.5cm,left=2.5cm} %Conforimité \includepdf[pages=-]{certificate-report_en_th1187_aalmoes-jan_manuscrittxt.pdf} \includepdf[pages=-]{TH1187_AALMOES_Jan_Attestation_Compilatio_these.pdf} %Liste ED \includepdf[pages=-]{liste_ecoles_doctorales.pdf} \normalsize \normalfont \rmfamily \tableofcontents \newpage \chapter*{Remerciements} \input{remerciements} \chapter*{Avertissement} \input{avertissement} \chapter*{Note sur la langue} \input{notes} \chapter*{Notations} \input{notations} \chapter{Introduction} \input{introduction} \chapter{Contexte} \label{sec:contexte} \section{Qu'est-ce que l'Intelligence Artificielle ?} \label{sec:contexte-ckoi} \input{contexte/ckoi} \section{Philosophie de l'IA} \label{sec:contexte-phi} \input{contexte/philo} \section{Les stratégies IA} \input{contexte/strat} \section{Enjeux} \label{sec:contexte-enjeu} \input{contexte/enjeux} \section{Bases légales} \input{contexte/legal} \label{sec:contexte-legal} \chapter{Prérequis} \label{sec:pre} \input{background/main} \chapter{Classification finie} \label{sec:fini} \input{classification_finie/main} \chapter{Attaque d'inférence d'un attribut sensible} \label{sec:aia} \input{aia/main} \chapter{Données synthétiques} \label{sec:synth} \input{synthetic/main} \chapter{Perspectives} \label{sec:per} \input{perspectives} \chapter{Conclusion} \label{sec:conclusion} \input{conclusion} \bibliographystyle{plain} \bibliography{biblio} \appendix \chapter{Mots-clefs pour la recherche de projets IA} \label{anx:mots} \input{annexe/ai_words} \chapter{Liste de 25 critères de discrimination} \label{anx:discri} \input{annexe/crit_discri} \chapter*{Résumé des chapitres} \input{resume} %\chapter*{Liste des figures} \listoffigures %\chapter*{Liste des tableaux} \listoftables \newpage \sffamily \include{folio} \end{document}