From e0fc09e29941575e7670014f6c89f7a38af5de33 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Tue, 3 Apr 2018 21:31:50 +0000 Subject: modernposter (3apr18) git-svn-id: svn://tug.org/texlive/trunk@47269 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/tex/latex/modernposter/modernposter.cls | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) (limited to 'Master/texmf-dist/tex/latex') diff --git a/Master/texmf-dist/tex/latex/modernposter/modernposter.cls b/Master/texmf-dist/tex/latex/modernposter/modernposter.cls index 04e43f329d4..f8a66b1e57d 100644 --- a/Master/texmf-dist/tex/latex/modernposter/modernposter.cls +++ b/Master/texmf-dist/tex/latex/modernposter/modernposter.cls @@ -2,14 +2,15 @@ % % This file is part of the modernposter LaTeX template % -% Version 1.02.1 2018/01/04 +% Version 1.03.1 2018/04/03 % -% Copyright 2018 David Derler +% Copyright 2018 David Derler and other contributors. A list of contributors +% can be found at https://github.com/derlerd/modernposter/graphs/contributors % % This work is licensed under the Creative Commons Attribution-ShareAlike 4.0 % International license (cf. https://creativecommons.org/licenses/by-sa/4.0/) \NeedsTeXFormat{LaTeX2e} -\ProvidesClass{modernposter}[2018/01/04 v1.02.1 A modern LaTeX poster template. Color scheme inspired by metropolis beamer theme.] +\ProvidesClass{modernposter}[2018/04/03 v1.03.1 A modern LaTeX poster template. Color scheme inspired by metropolis beamer theme.] \LoadClass[portrait]{a0poster} @@ -150,9 +151,9 @@ yshift=-15em] (sep) at (current page.north) {}; \ifdefined\@logotrue - \node[anchor=west, - xshift=1em] (logo) at (header.east) - {\includegraphics[width=13em]{\modernposter@logo}}; + \node[anchor=center, + xshift=7.5em] (logo) at (header.east) + {\includegraphics[width=13em, height=13em, keepaspectratio]{\modernposter@logo}}; \fi \node[anchor=east, yshift=3.4em, @@ -217,4 +218,4 @@ \newcommand{\doubleposterbox}[5][0.6]{ \posterbox[#1\boxheight]{#2}{#3} \posterbox[\boxheight-#1\boxheight-\colsep-1.33\boxlinewidth]{#4}{#5} -} \ No newline at end of file +} -- cgit v1.2.3