summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/latex/formation-latex-ul/couverture-arriere.tex
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/source/latex/formation-latex-ul/couverture-arriere.tex')
-rw-r--r--Master/texmf-dist/source/latex/formation-latex-ul/couverture-arriere.tex33
1 files changed, 19 insertions, 14 deletions
diff --git a/Master/texmf-dist/source/latex/formation-latex-ul/couverture-arriere.tex b/Master/texmf-dist/source/latex/formation-latex-ul/couverture-arriere.tex
index 3492e869c0b..a24d65bf770 100644
--- a/Master/texmf-dist/source/latex/formation-latex-ul/couverture-arriere.tex
+++ b/Master/texmf-dist/source/latex/formation-latex-ul/couverture-arriere.tex
@@ -1,29 +1,34 @@
-\begingroup
+%%% Copyright (C) 2018 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/
-\TPGrid{3}{36}
+\begingroup
+\TPGrid{8}{64}
\textblockorigin{0mm}{0mm}
\setlength{\parindent}{0mm}
-\setlength{\banderougewidth}{2\TPHorizModule}
-\setlength{\bandeorwidth}{\TPHorizModule}
-\setlength{\gapwidth}{2pt}
-\addtolength{\bandeorwidth}{-\gapwidth}
+\setlength{\bandeorwidth}{12.8125\TPVertModule} % == 4\logoheight
+\setlength{\banderougewidth}{\paperwidth}
+\addtolength{\banderougewidth}{-\bandeorwidth}
+\setlength{\bandeorheight}{\TPVertModule}
+\setlength{\banderougeheight}{\TPVertModule}
%% bandeau identitaire arrière
-\begin{textblock*}{8.5in}[0,1](0mm,30\TPVertModule)
+\begin{textblock*}{\paperwidth}[0,1](0mm,56\TPVertModule)
\textcolor{or}{\rule{\bandeorwidth}{\TPVertModule}}% % bande or
- \rule{\gapwidth}{0pt}% % filet
\textcolor{rouge}{\rule{\banderougewidth}{\TPVertModule}} % bande rouge
\end{textblock*}
-
-% code-barre
-\begin{textblock*}{0.9\TPHorizModule}(0.1\TPHorizModule,25\TPVertModule)
- \includegraphics[height=4\TPVertModule]{codebarre_\ISBN}
-\end{textblock*}
-
\endgroup
%%% Local Variables:
%%% mode: latex
%%% TeX-master: "formation-latex-ul"
%%% TeX-engine: xetex
+%%% coding: utf-8
%%% End: