121 lines
3.3 KiB
TeX
121 lines
3.3 KiB
TeX
\documentclass[a4paper, 12pt, twoside, table, dvipsnames]{book}
|
|
\input{sections/preambule}
|
|
\usepackage{listings}
|
|
|
|
% \pdfcompresslevel=0
|
|
% \pdfobjcompresslevel=0
|
|
% Chapter numbering reset
|
|
\makeatletter\@addtoreset{chapter}{part}\makeatother%
|
|
|
|
\author{Sorina-Silvia \scshape{Cîrcu}}
|
|
\title{Danser avec les robots: le corps performatif et \textit{la conscience artificielle}}
|
|
\date{18 06 2023}
|
|
|
|
% Méta-données du PDF
|
|
\hypersetup{
|
|
pdfauthor={Sorina-Silvia Cîrcu},
|
|
pdfsubject={Manuscrit de thèse de doctorat},
|
|
pdftitle={Danser avec les robots: le corps performatif et \textit{la conscience artificielle}},
|
|
pdfkeywords={Art, Robotique, Intéraction}
|
|
}
|
|
\addto\extrasfrench{%
|
|
\def\chapterautorefname{Chapitre}%
|
|
\def\sectionautorefname{Section}
|
|
\def\subsectionautorefname{Sous-section}
|
|
\def\appendixautorefname{Annexe}
|
|
\def\figureautorefname{Figure}
|
|
\def\tableautorefname{Tableau}
|
|
}
|
|
|
|
\newcommand{\soft}[1]{\emph{#1}}
|
|
\renewcommand{\thepart}{Partie \Roman{part}\space:}
|
|
\renewcommand{\thechapter}{\Roman{part}.\arabic{chapter}}
|
|
\counterwithout{footnote}{chapter}
|
|
% \cftsetindents{sec}{1em}{3em}
|
|
|
|
% \renewcommand\cftpartpresnum{Partie~}
|
|
|
|
% First Use With Hyperlinked Footnote Description (see: http://tug.ctan.org/macros/latex/contrib/glossaries/glossaries-user.pdf)
|
|
\newcommand{\isfootnoteenabled}[3]{%
|
|
\expandafter\if\glsentryenablef{#1}\relax%
|
|
#2%
|
|
\else%
|
|
#3%
|
|
\fi%
|
|
}
|
|
\renewcommand*{\glsentryfmt}{%
|
|
\glsgenentryfmt
|
|
\isfootnoteenabled{\glslabel}{\ifglsused{\glslabel}{}{\footnote{\glsentrydesc{\glslabel}}}}{}%
|
|
}
|
|
|
|
\renewcommand\arraystretch{1.5}
|
|
|
|
\newcommand{\grayline}{\arrayrulecolor{gray}\hline\arrayrulecolor{black}}
|
|
\newcommand\btrule[1]{\specialrule{#1}{0pt}{0pt}}
|
|
\newcommand\hyph{-\penalty0\hskip0pt\relax}
|
|
|
|
\begin{document}
|
|
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
|
% Page de titre %
|
|
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
|
\include{sections/glossaire}
|
|
\include{sections/titlepage}
|
|
|
|
|
|
\thispagestyle{plain}
|
|
\cleardoublepage
|
|
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
|
% Page de citation %
|
|
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
|
|
|
\pagestyle{plain}
|
|
\vspace*{0.3\textheight}
|
|
\enquote{\itshape
|
|
We work in the dark - we do what we can - we give what we have. Our doubt is our passion, and our passion is our task. The rest is the madness of art.
|
|
}\bigbreak
|
|
\hfill ― Henry James, The Middle Years.
|
|
|
|
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
|
% Préambule %
|
|
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
|
|
|
\include{sections/abstract}
|
|
|
|
\include{sections/remerciements}
|
|
|
|
\cleardoublepage
|
|
\pagestyle{corps}
|
|
\tableofcontents
|
|
|
|
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
|
% Contenu du document %
|
|
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
|
|
|
\include{sections/introduction}
|
|
|
|
\include{sections/partie_1}
|
|
|
|
\include{sections/partie_2}
|
|
|
|
\bookmarksetup{startatroot}
|
|
|
|
\include{sections/conclusion}
|
|
|
|
\printglossary[type=\acronymtype , title={Liste des acronymes}]
|
|
|
|
\printglossary[title=Glossaire,toctitle=Glossaire]
|
|
|
|
\include{sections/bibliography}
|
|
|
|
\cleardoublepage
|
|
\listoffigures
|
|
\clearpage
|
|
\listoftables
|
|
|
|
% Annexes
|
|
\begin{appendices}
|
|
\include{annexes/interview_toto}
|
|
\include{annexes/interview_moufassa}
|
|
|
|
\end{appendices}
|
|
\end{document} |