blob: 66824e47cbafa9914602f6f35ca86151aba5cec7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
|
\begingroup
\TPGrid{3}{36}
\textblockorigin{0mm}{0mm}
\setlength{\parindent}{0mm}
\setlength{\banderougewidth}{2\TPHorizModule}
\setlength{\banderougeheight}{\TPVertModule}
\setlength{\bandeorwidth}{\TPHorizModule}
\setlength{\bandeorheight}{\banderougeheight}
\setlength{\imageheight}{29\TPVertModule}
\setlength{\logoheight}{2.5\TPVertModule}
\setlength{\gapwidth}{1.5pt}
\addtolength{\bandeorwidth}{-\gapwidth}
\addtolength{\imageheight}{-\gapwidth}
%% bandeau identitaire
\begin{textblock*}{8.5in}[0,1](0mm,30\TPVertModule)
\textcolor{rouge}{\rule{\banderougewidth}{\banderougeheight}}% % bande rouge
\rule{\gapwidth}{0pt}% % filet
\textcolor{or}{\rule{\bandeorwidth}{\bandeorheight}} % bande or
\end{textblock*}
%% logo UL
\begin{textblock*}{\TPHorizModule}(2\TPHorizModule,31\TPVertModule)
\rule{\gapwidth}{0pt}% % filet
\includegraphics[height=\logoheight,keepaspectratio=true]{ul_p}
\end{textblock*}
%% image de fond
\begin{textblock*}{8.5in}(0mm,0mm)
\includegraphics[height=\imageheight,keepaspectratio=true]{Suricata.jpg}
\end{textblock*}
%% trame
\begin{textblock*}{2\TPHorizModule}(0mm,13\TPVertModule)
\pgfsetfillopacity{0.5}
\textcolor{white}{\rule{\linewidth}{8\TPVertModule}}
\pgfsetfillopacity{1}
\end{textblock*}
%% titre
\begin{textblock*}{1.7\TPHorizModule}(0.3\TPHorizModule,14.2\TPVertModule)
\thetitle
\end{textblock*}
\endgroup
%%% Local Variables:
%%% mode: latex
%%% TeX-master: "formation-latex-ul"
%%% TeX-engine: xetex
%%% End:
|