From 334ec50352c25c6edae55c9324d2de5d23ae3d14 Mon Sep 17 00:00:00 2001 From: Louis Lacoste Date: Mon, 15 Jul 2024 23:34:37 +0200 Subject: [PATCH] rapport : ajout appendices --- rapport/appendices.tex | 25 +++++++++++++++++++++++++ rapport/rapport.tex | 41 ++++++++++++++++++++++++----------------- 2 files changed, 49 insertions(+), 17 deletions(-) create mode 100644 rapport/appendices.tex diff --git a/rapport/appendices.tex b/rapport/appendices.tex new file mode 100644 index 0000000..7a0e735 --- /dev/null +++ b/rapport/appendices.tex @@ -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} \ No newline at end of file diff --git a/rapport/rapport.tex b/rapport/rapport.tex index 8e614ed..2d7abd0 100644 --- a/rapport/rapport.tex +++ b/rapport/rapport.tex @@ -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}