aboutsummaryrefslogtreecommitdiff
path: root/model_6/resources/10_container.tex
blob: 9b4173b58f79c6a66b90b1845c6bb327178506ba (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
\usepackage[absolute]{textpos}
\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}%
        \raggedleft%
        \em%
        % A textblock is created for placing the header in the topright corner
        \begin{textblock*}{\linewidth}[0,0](2cm,1.5cm)%

        % Create a new group for the color gray
        \begingroup%
        \color{gray}%
    }
    {   
        \endgroup%
        \end{textblock*}%
    }