rapport : ajout appendices

This commit is contained in:
Louis Lacoste 2024-07-15 23:34:37 +02:00
parent d48c55ce4c
commit 334ec50352
2 changed files with 49 additions and 17 deletions

25
rapport/appendices.tex Normal file
View file

@ -0,0 +1,25 @@
\clearpage
\pagenumbering{arabic}% resets `page` counter to 1
\renewcommand*{\thepage}{A\arabic{page}}
\appendix
\chapter{Supplementary for~\nameref{chap:simulation-studies}}
Below are the supplementary material for the~\nameref{chap:simulation-studies}.
The table~\ref{tab:model-selection} present the results discussed in
section~\ref{sec:capacity-to-distinguish-pirhotext-colbisbm-from-iidtext-colbisbm-and-other-variants}
For the block number recovery part, the \emph{minimum} values are in
\textbf{bold} as they indicate conditions for which all the different models did
not recovered the correct structure.
For the model proportion part of the table, the \emph{maximum }values are in
\textbf{bold} and highlight the model that was selected the most among the
conditions.
Please note that blank space indicates that among all conditions
the corresponding model was not selected at all.
\begin{landscape}
\pagestyle{empty}
\input{../tables/simulations/model_selection/model-selection.tex}
\end{landscape}
\pagestyle{fancy}

View file

@ -26,6 +26,8 @@
\usepackage{adjustbox}
\usepackage{pdflscape}
\usepackage{float} % pour le placement des figure
\usepackage{caption} % Figures
\usepackage{subcaption} % And Subfigures
@ -61,6 +63,10 @@
\renewcommand{\footrulewidth}{0pt}
}
\fancypagestyle{noheader}{
\fancyhf{}% Clear header/footer
\renewcommand{\headrulewidth}{0pt}% No header rule
}
% Images
\graphicspath{{../img/}{../figure/}}
@ -205,28 +211,29 @@ automata,positioning}
% Pour activer les onglets
\ActivateBG
\begin{selectlanguage}{french}
% \maketitle
\pagenumbering{roman}
\tableofcontents
\include{remerciements}
% \include{chapter1-presentation_UMR}
% \maketitle
\pagenumbering{roman}
\tableofcontents
\include{remerciements}
% \include{chapter1-presentation_UMR}
\end{selectlanguage}
\begin{selectlanguage}{english}
\pagenumbering{arabic}
\include{chapter2-context}
\include{chapter3-structure-detection}
\include{chapter4-simulation-studies}
\pagenumbering{arabic}
\include{chapter2-context}
\include{chapter3-structure-detection}
\include{chapter4-simulation-studies}
% \chapter{Applications}
% \include{Rcodes/real_data/application_dore}
% \include{Rcodes/real_data/CoOPLBM_completion_analyze}
% \chapter{Applications}
% \include{Rcodes/real_data/application_dore}
% \include{Rcodes/real_data/CoOPLBM_completion_analyze}
\addtocounter{maincontentend}{1}
\addtocounter{customchapter}{1}
\printbibliography
% \listoffigures
% \listoftables
\addtocounter{maincontentend}{1}
\addtocounter{customchapter}{1}
\printbibliography
\input{appendices.tex}
% \listoffigures
% \listoftables
\end{selectlanguage}
\end{document}