\usepackage{ulem}
\usepackage{ amssymb }
\usepackage{booktabs}
\usepackage{mathtools}
\usepackage{lmodern}
\usepackage[utf8]{inputenc}
\usepackage[T1]{fontenc}
\usepackage{color}
\usepackage{xcolor}
\usepackage{listings}
\usepackage{bbding}
\usepackage{multirow}
\usepackage{bm}
%\usepackage{enumitem}
\usepackage[absolute,showboxes,overlay]{textpos}
\textblockorigin{10mm}{10mm} % origine des positions
\normalem
\newcommand{\bos}{\textnormal{}}
\newcommand{\eos}{\textnormal{}}
\newcommand{\unk}{\textnormal{}}
\newcommand{\hs}{\hspace{1cm}}
% math
\newcommand{\ds}{\displaystyle}
\newcommand{\mO}{{\bf O}}
\newcommand{\mR}{{\bf R}}
\newcommand{\mS}{{\bf \Sigma}}
\newcommand{\mW}{{\bf W}}
\newcommand{\vm}[1]{ \mathbf{#1}}
\newcommand{\va}{{\bf a}}
\newcommand{\vb}{{\bf b}}
\newcommand{\vo}{{\bf o}}
\newcommand{\vr}{{\bf r}}
\newcommand{\vt}{{\bf t}}
\newcommand{\vw}{{\bf w}}
\newcommand{\vx}{{\bf x}}
\newcommand{\vy}{{\bf y}}
\newcommand{\vz}{{\bf z}}
\newcommand{\vmu}{{\bf \mu}}
\newcommand*\colvec[1]{\begin{bmatrix}#1\end{bmatrix}}
% handy shortcuts for tables
\newcommand{\tabcr}[1]{ \begin{tabular}[c]{r} #1 \end{tabular} }
\newcommand{\tabcc}[1]{ \begin{tabular}[c]{c} #1 \end{tabular} }
\newcommand{\tabcl}[1]{ \begin{tabular}[c]{l} #1 \end{tabular} }
\newcommand{\tabclS}[1]{\begin{tabular}[c]{@{}l@{}} #1 \end{tabular}}
\newcommand{\tabtc}[1]{ \begin{tabular}[t]{c} #1 \end{tabular} }
\newcommand{\tabtl}[1]{ \begin{tabular}[t]{l} #1 \end{tabular} }
\newcommand{\tabtlS}[1]{\begin{tabular}[t]{@{}l@{}} #1 \end{tabular}}
\newcommand{\tabtrl}[1]{ \begin{tabular}[t]{rl} #1 \end{tabular} }
\newcommand{\tabcrl}[1]{ \begin{tabular}[c]{rl} #1 \end{tabular} }
\newcommand{\MC}{\multicolumn}
\newcommand{\MR}[3]{\multirow{#1}{#2}{#3}}
%\newcommand{\ul}{\underline}
% for MT
\newcommand{\XX}{x}
\newcommand{\EE}{e}
\newcommand{\FF}{f}
\newcommand{\AAA}{{\cal{A}}}
\newcommand{\PFAE}{\Pr(\FF,\AAA|\EE)}
\newcommand{\NUL}{{\sc NUL}}
\newcommand{\hopt}{h_\textrm{opt}}
\newcommand{\bleu}{\textsc{Bleu}}
\newcommand{\tis}{\tilde{s}}
\newcommand{\tit}{\tilde{t}}
\newcommand{\tip}{\tilde{p}}
\newcommand{\ra}{$\rightarrow$}
\newcommand{\Ra}{$\Rightarrow$}
\newcommand{\la}{$\leftarrow$}
\newcommand{\La}{$\Leftarrow$}
\newcommand{\da}{$\downarrow$}
\newcommand{\Da}{$\Downarrow$}
\newcommand{\ua}{$\uparrow$}
\newcommand{\Ua}{$\Uparrow$}
\newcommand{\lra}{$\leftrightarrow$}
\newcommand{\Lra}{$\Leftrightarrow$}
\newcommand{\eg}{e.g.}
\newcommand{\todo}[1]{{\color{red} @@ #1 @@}}
%\DeclareMathOperator*{\argmax}{argmax}
\newcommand{\argmaxx}{\operatornamewithlimits{argmax}}
\newcommand{\argmax}{ \ds \argmaxx}
\renewcommand{\max}{ \ds \operatornamewithlimits{max}}
\renewcommand{\min}{ \ds \operatornamewithlimits{min}}
\DeclareMathOperator*{\argmin}{argmin}
\DeclarePairedDelimiter\floor{\lfloor}{\rfloor}
\usepackage{tikz}
\usetikzlibrary{arrows.meta, calc, quotes, tikzmark}
\usepackage{fontspec}
\newfontfamily\DejaSans{DejaVu Sans}
\newcommand{\annot}[2]{[#1]$_{#2}$}
%\newcommand{\annot}[2]{#1\_#2}
\newcommand{\B}[1]{B$_{#1}$}
\newcommand{\I}[1]{I$_{#1}$}
\graphicspath{{../}{../figures/}{./figures/}}
%{../figures/figures.pivot}{../figures/figures.dataselection}}