aboutsummaryrefslogtreecommitdiff
path: root/model_3/resources/99_sidebar.tex
blob: d8ecbfd37631dbad62342c003c7bfd221ad570b3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
\def\nocolumns{}
\input{../common/99_sidebar.tex}

% Une commande dédiée pour les notes de marge
\renewcommand{\DUsidebar}[1]{%
  \switchcolumn[1]
  \begin{changemargin}{0.5cm}{0.0cm}
  \small
  \ifdefinedcolor{textsidecolor}{\color{textsidecolor}}{}
  #1
  \end{changemargin}
  \vspace{\notesep}
  \switchcolumn
  \ifdefinedcolor{textsidecolor}{\color{black}}{}
}