summaryrefslogtreecommitdiff
path: root/info/formation-latex-ul/source/couverture-arriere-diapos.tex
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
committerNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
commite0c6872cf40896c7be36b11dcc744620f10adf1d (patch)
tree60335e10d2f4354b0674ec22d7b53f0f8abee672 /info/formation-latex-ul/source/couverture-arriere-diapos.tex
Initial commit
Diffstat (limited to 'info/formation-latex-ul/source/couverture-arriere-diapos.tex')
-rw-r--r--info/formation-latex-ul/source/couverture-arriere-diapos.tex35
1 files changed, 35 insertions, 0 deletions
diff --git a/info/formation-latex-ul/source/couverture-arriere-diapos.tex b/info/formation-latex-ul/source/couverture-arriere-diapos.tex
new file mode 100644
index 0000000000..4b7003ee6d
--- /dev/null
+++ b/info/formation-latex-ul/source/couverture-arriere-diapos.tex
@@ -0,0 +1,35 @@
+%%% Copyright (C) 2019 Vincent Goulet
+%%%
+%%% Ce fichier fait partie du projet
+%%% «Rédaction avec LaTeX»
+%%% https://gitlab.com/vigou3/formation-latex-ul
+%%%
+%%% Cette création est mise à disposition sous licence
+%%% Attribution-Partage dans les mêmes conditions 4.0
+%%% International de Creative Commons.
+%%% https://creativecommons.org/licenses/by-sa/4.0/
+
+\begingroup
+\TPGrid{16}{64}
+\textblockorigin{0mm}{0mm}
+\setlength{\parindent}{0mm}
+\setlength{\bandeorwidth}{12.8125\TPVertModule} % == 4\logoheight
+\setlength{\banderougewidth}{\paperwidth}
+\addtolength{\banderougewidth}{-\bandeorwidth}
+\setlength{\bandeorheight}{\TPVertModule}
+\setlength{\banderougeheight}{\TPVertModule}
+
+%% bandeau identitaire arrière
+\begin{frame}[plain]
+ \begin{textblock*}{\paperwidth}[0,1](0mm,56\TPVertModule)
+ \textcolor{or}{\rule{\bandeorwidth}{\TPVertModule}}% % bande or
+ \textcolor{rouge}{\rule{\banderougewidth}{\TPVertModule}} % bande rouge
+ \end{textblock*}
+\end{frame}
+\endgroup
+
+%%% Local Variables:
+%%% TeX-master: "formation-latex-ul-diapos"
+%%% TeX-engine: xetex
+%%% coding: utf-8
+%%% End: