diff options
author | Karl Berry <karl@freefriends.org> | 2016-11-23 23:32:59 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2016-11-23 23:32:59 +0000 |
commit | 69896cc8b4b0a309ca3df978f585df5d49abc2af (patch) | |
tree | 960c127c35d6b2ff213bfeca8d934c30b8d63420 /Master/texmf-dist/source/latex/formation-latex-ul/colophon-diapos.tex | |
parent | aa600844d37917089773452899b770c1c2f9f1ea (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/colophon-diapos.tex')
-rw-r--r-- | Master/texmf-dist/source/latex/formation-latex-ul/colophon-diapos.tex | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/Master/texmf-dist/source/latex/formation-latex-ul/colophon-diapos.tex b/Master/texmf-dist/source/latex/formation-latex-ul/colophon-diapos.tex new file mode 100644 index 00000000000..0579d285c70 --- /dev/null +++ b/Master/texmf-dist/source/latex/formation-latex-ul/colophon-diapos.tex @@ -0,0 +1,27 @@ +{ + \setbeamercolor{background canvas}{bg=black} + + \begin{frame}[plain] + \advance\textwidth-10mm + \hsize\textwidth + \columnwidth\textwidth % + \scriptsize\color{lightgray} % + \vfill + \begin{center} + \begin{minipage}{0.7\textwidth} + \raggedright % + Ce document a été produit avec le système de mise en page + {\XeLaTeX} à partir de la classe \textbf{beamer}. Le texte + principal est en Lucida Sans~OT, le code informatique en + Lucida Grande Mono~DK et les titres en Adobe Myriad~Pro. Les + icônes proviennent de la police Font~Awesome. + \end{minipage} + \end{center} + \vfill + \end{frame} +} + +%%% Local Variables: +%%% mode: latex +%%% TeX-master: "formation-latex-ul-diapos" +%%% End: |