aboutsummaryrefslogtreecommitdiff
path: root/model_6/resources/10_container.tex
blob: a880a85b2978068d7848d780bb2ca560c1579aa2 (plain)
1
2
3
4
5
6
7
8
\newenvironment{DUCLASSheader}
    {   % renew the itemize command in order to apply a flushright to each elements
        \let\olditemize\itemize% 
        \renewcommand\itemize{\olditemize\raggedleft\setlength\itemsep{0.0em}\small}%
        % Create a minipage on the right
        \begin{flushright}\begin{minipage}[t][0cm][b]{\linewidth}%
        \raggedleft\em\color{gray}}
    {   \end{minipage}\end{flushright}}