summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/latex/formation-latex-ul/couverture-avant.tex
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2016-11-23 23:32:59 +0000
committerKarl Berry <karl@freefriends.org>2016-11-23 23:32:59 +0000
commit69896cc8b4b0a309ca3df978f585df5d49abc2af (patch)
tree960c127c35d6b2ff213bfeca8d934c30b8d63420 /Master/texmf-dist/source/latex/formation-latex-ul/couverture-avant.tex
parentaa600844d37917089773452899b770c1c2f9f1ea (diff)
formation-latex-ul (23nov16)
git-svn-id: svn://tug.org/texlive/trunk@42562 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/latex/formation-latex-ul/couverture-avant.tex')
-rw-r--r--Master/texmf-dist/source/latex/formation-latex-ul/couverture-avant.tex52
1 files changed, 52 insertions, 0 deletions
diff --git a/Master/texmf-dist/source/latex/formation-latex-ul/couverture-avant.tex b/Master/texmf-dist/source/latex/formation-latex-ul/couverture-avant.tex
new file mode 100644
index 00000000000..66824e47cba
--- /dev/null
+++ b/Master/texmf-dist/source/latex/formation-latex-ul/couverture-avant.tex
@@ -0,0 +1,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: