summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/latex/formation-latex-ul/couverture-avant-diapos.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-diapos.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-diapos.tex')
-rw-r--r--Master/texmf-dist/source/latex/formation-latex-ul/couverture-avant-diapos.tex80
1 files changed, 80 insertions, 0 deletions
diff --git a/Master/texmf-dist/source/latex/formation-latex-ul/couverture-avant-diapos.tex b/Master/texmf-dist/source/latex/formation-latex-ul/couverture-avant-diapos.tex
new file mode 100644
index 00000000000..5669f71d001
--- /dev/null
+++ b/Master/texmf-dist/source/latex/formation-latex-ul/couverture-avant-diapos.tex
@@ -0,0 +1,80 @@
+\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}{0.75pt}
+\addtolength{\bandeorwidth}{-\gapwidth}
+\addtolength{\imageheight}{-\gapwidth}
+
+\begin{frame}[plain]
+ %% bandeau identitaire
+ \begin{textblock*}{125mm}[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*}{125mm}(0mm,0mm)
+ \includegraphics[height=\imageheight,keepaspectratio=true]{Suricata-diapos.jpg}
+ \end{textblock*}
+
+ %% trame (titre)
+ \begin{textblock*}{2\TPHorizModule}(0mm,14\TPVertModule)
+ \pgfsetfillopacity{0.5}
+ \textcolor{white}{\rule{\linewidth}{10\TPVertModule}}
+ \pgfsetfillopacity{1}
+ \end{textblock*}
+
+ %% titre
+ \begin{textblock*}{1.6\TPHorizModule}(0.4\TPHorizModule,15.2\TPVertModule)
+ \raggedright%
+ \titles\bfseries
+ \fontsize{20}{20}\selectfont
+ Rédaction avec \\
+ \rmfamily\mdseries
+ \fontsize{22.5}{22.5}\selectfont
+ \raisebox{5pt}{{\textbackslash}title}%
+ \fontsize{40}{40}\selectfont%
+ \{%
+ \fontsize{35}{35}\selectfont%
+ \LaTeX
+ \fontsize{40}{40}\selectfont%
+ \}
+ \end{textblock*}
+
+ %% trame (premiers pas)
+ \begin{textblock*}{\TPHorizModule}(2\TPHorizModule,24\TPVertModule)
+ \pgfsetfillopacity{0.5}
+ \textcolor{white}{\rule{\linewidth}{2\TPVertModule}}
+ \pgfsetfillopacity{1}
+ \end{textblock*}
+
+ %%
+ \begin{textblock*}{0.8\TPHorizModule}(2.1\TPHorizModule,24.5\TPVertModule)
+ \raggedright%
+ \titles\bfseries
+ \fontsize{11}{11}\selectfont
+ Premiers pas
+ \end{textblock*}
+\end{frame}
+\endgroup
+
+%%% Local Variables:
+%%% mode: latex
+%%% TeX-engine: xetex
+%%% TeX-master: "formation-latex-ul-diapos"
+%%% End: