From e0c6872cf40896c7be36b11dcc744620f10adf1d Mon Sep 17 00:00:00 2001 From: Norbert Preining Date: Mon, 2 Sep 2019 13:46:59 +0900 Subject: Initial commit --- .../source/couverture-arriere-diapos.tex | 35 ++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 info/formation-latex-ul/source/couverture-arriere-diapos.tex (limited to 'info/formation-latex-ul/source/couverture-arriere-diapos.tex') 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: -- cgit v1.2.3