diff options
author | Karl Berry <karl@freefriends.org> | 2018-04-03 21:31:50 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2018-04-03 21:31:50 +0000 |
commit | e0fc09e29941575e7670014f6c89f7a38af5de33 (patch) | |
tree | 8c782fb29fe284cf488369b477050b9262e8b7f0 /Master/texmf-dist/tex/latex/modernposter/modernposter.cls | |
parent | a25f5654b52302ab639f6d0f9169ff2f06854b82 (diff) |
modernposter (3apr18)
git-svn-id: svn://tug.org/texlive/trunk@47269 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/modernposter/modernposter.cls')
-rw-r--r-- | Master/texmf-dist/tex/latex/modernposter/modernposter.cls | 15 |
1 files changed, 8 insertions, 7 deletions
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 +} |