summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Master/texmf-dist/doc/latex/modernposter/README.md6
-rw-r--r--Master/texmf-dist/doc/latex/modernposter/demo.pdfbin196876 -> 196876 bytes
-rw-r--r--Master/texmf-dist/doc/latex/modernposter/demo.tex5
-rw-r--r--Master/texmf-dist/doc/latex/modernposter/modernposter.pdfbin180172 -> 189444 bytes
-rw-r--r--Master/texmf-dist/doc/latex/modernposter/modernposter.tex10
-rw-r--r--Master/texmf-dist/tex/latex/modernposter/modernposter.cls15
6 files changed, 21 insertions, 15 deletions
diff --git a/Master/texmf-dist/doc/latex/modernposter/README.md b/Master/texmf-dist/doc/latex/modernposter/README.md
index 55a83609b85..b8a3263b980 100644
--- a/Master/texmf-dist/doc/latex/modernposter/README.md
+++ b/Master/texmf-dist/doc/latex/modernposter/README.md
@@ -1,7 +1,9 @@
-## modernposter - A modern LaTeX poster theme (2018/01/04 v1.02.1)
+## modernposter - A modern LaTeX poster theme (2018/04/03 v1.03.1)
This class extends the a0poster class in that it adds support to easily create posters without the need for taking care of the layout at all. It allows to use \maketitle to generate a fancy header containing the title information and also provides macros to position various different types of text boxes in a two-column layout. The color scheme is inspired by the [metropolis beamer theme](https://github.com/matze/mtheme).
+The modernposter package can be found on [CTAN](https://ctan.org/pkg/modernposter) and is included in [TeXLive](https://ctan.org/pkg/texlive) and in [MiKTeX](https://ctan.org/pkg/miktex).
+
Below you can find a preview of the demo:
![Preview](https://i.imgur.com/XUr9a5U.jpg)
@@ -38,7 +40,7 @@ Below you can find a toy example, demonstrating how to use modernposter.
```
## Authors
-The code was written by David Derler. He can be contacted via [modernposter@derler.info](mailto:modernposter@derler.info).
+The code is maintained by David Derler. He can be contacted via [modernposter@derler.info](mailto:modernposter@derler.info). A list of contributors can be found [here](https://github.com/derlerd/modernposter/graphs/contributors).
## License
The code is licensed under the [Creative Commons Attribution-ShareAlike 4.0 International license](https://creativecommons.org/licenses/by-sa/4.0/).
diff --git a/Master/texmf-dist/doc/latex/modernposter/demo.pdf b/Master/texmf-dist/doc/latex/modernposter/demo.pdf
index 8e1ac72180f..c35d1f8adac 100644
--- a/Master/texmf-dist/doc/latex/modernposter/demo.pdf
+++ b/Master/texmf-dist/doc/latex/modernposter/demo.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/modernposter/demo.tex b/Master/texmf-dist/doc/latex/modernposter/demo.tex
index c2fed54906f..2da1c2d5630 100644
--- a/Master/texmf-dist/doc/latex/modernposter/demo.tex
+++ b/Master/texmf-dist/doc/latex/modernposter/demo.tex
@@ -2,9 +2,10 @@
%
% 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/)
diff --git a/Master/texmf-dist/doc/latex/modernposter/modernposter.pdf b/Master/texmf-dist/doc/latex/modernposter/modernposter.pdf
index 111a09908e7..4843a348036 100644
--- a/Master/texmf-dist/doc/latex/modernposter/modernposter.pdf
+++ b/Master/texmf-dist/doc/latex/modernposter/modernposter.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/modernposter/modernposter.tex b/Master/texmf-dist/doc/latex/modernposter/modernposter.tex
index 33ba8ad267d..1285aebe81d 100644
--- a/Master/texmf-dist/doc/latex/modernposter/modernposter.tex
+++ b/Master/texmf-dist/doc/latex/modernposter/modernposter.tex
@@ -2,9 +2,10 @@
%
% 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/)
@@ -28,8 +29,8 @@
}
\title{modernposter - A modern \LaTeX~poster theme}
-\author{David Derler}
-\date{Version 1.02.1 2018/01/04}
+\author{Maintained by David Derler\thanks{List of contributors: \url{https://github.com/derlerd/modernposter/graphs/contributors}}}
+\date{Version 1.03.1 2018/04/03}
\begin{document}
\maketitle
@@ -100,5 +101,6 @@
\item[1.0] Initial release.
\item[1.01.2] Improved versioning; Added explicit version numbers to every file.
\item[1.02.1] Implemented option to switch between Fira Sans and Helvetica; Removed some unused stuff \& reduced dependencies on other packages; Improved documentation
+ \item[1.03.1] Added support for tall logos
\end{description}
\end{document} \ No newline at end of file
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
+}