summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/modernposter/modernposter.cls
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/tex/latex/modernposter/modernposter.cls')
-rw-r--r--Master/texmf-dist/tex/latex/modernposter/modernposter.cls15
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
+}