summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/beamerposter/beamerposter.sty
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/tex/latex/beamerposter/beamerposter.sty')
-rw-r--r--Master/texmf-dist/tex/latex/beamerposter/beamerposter.sty29
1 files changed, 15 insertions, 14 deletions
diff --git a/Master/texmf-dist/tex/latex/beamerposter/beamerposter.sty b/Master/texmf-dist/tex/latex/beamerposter/beamerposter.sty
index a53f9a89a0c..18892471303 100644
--- a/Master/texmf-dist/tex/latex/beamerposter/beamerposter.sty
+++ b/Master/texmf-dist/tex/latex/beamerposter/beamerposter.sty
@@ -9,6 +9,7 @@
%
%
% ChangeLog:
+% 1.13 - bugfixes (papersizes and textheight)
% 1.12 - bugfixed fontscale/myfontscale indention calculation
% - added beamerposterarticle icon format
% 1.11 - removed incompatible paralist package, used beamer's leftmargin lengths instead for indention
@@ -29,8 +30,8 @@
% 1.00 - first beamerposter release
%
\def\beamerposter@name{beamerposter}
-\def\beamerposter@version{1.12}
-\def\beamerposter@date{2015/04/21}
+\def\beamerposter@version{1.13}
+\def\beamerposter@date{2018/04/23}
\def\beamerposter@msg{latex-beamer poster extension}
\def\beamerposter@releaseinfo{\beamerposter@date \space v.\beamerposter@version \space \beamerposter@msg}
\def\beamerposter@Error#1#2{\PackageError{\beamerposter@name}{#1}{#2}}
@@ -40,7 +41,7 @@
\NeedsTeXFormat{LaTeX2e}
\ProvidesPackage{\beamerposter@name}[\beamerposter@releaseinfo]
\RequirePackage{xkeyval}[2006/11/18]
-\RequirePackage{type1cm} %% get it from ftp://cam.ctan.org/tex-archive/macros/latex/contrib/type1cm.zip
+\RequirePackage{type1cm} %% get it from http://www.ctan.org/pkg/type1cm
\RequirePackage{fp}
\newif\if@beamerposter@portrait
@@ -62,30 +63,30 @@
\edef\fontscale{1.0}
\or
%a0
- \edef\paperwidthValue{118.82}
- \edef\paperheightValue{83.96}
- \edef\textwidthValue{117.82}
- \edef\textheightValue{82.96}
+ \edef\paperwidthValue{118.9}
+ \edef\paperheightValue{84.1}
+ \edef\textwidthValue{117.9}
+ \edef\textheightValue{83.1}
\edef\fontscale{1.0}
\or
%a1
- \edef\paperwidthValue{83.96}
+ \edef\paperwidthValue{84.1}
\edef\paperheightValue{59.4}
- \edef\textwidthValue{82.96}
+ \edef\textwidthValue{83.1}
\edef\textheightValue{58.4}
\edef\fontscale{0.70710678} % fontscale=(1/sqrt(2))^1
\or
%a2
\edef\paperwidthValue{59.4}
- \edef\paperheightValue{41.98}
+ \edef\paperheightValue{42.0}
\edef\textwidthValue{58.4}
- \edef\textheightValue{40.98}
+ \edef\textheightValue{41.0}
\edef\fontscale{0.5} % fontscale=(1/sqrt(2))^2
\or
%a3
- \edef\paperwidthValue{41.98}
+ \edef\paperwidthValue{42.0}
\edef\paperheightValue{29.7}
- \edef\textwidthValue{40.98}
+ \edef\textwidthValue{41.0}
\edef\textheightValue{28.7}
\edef\fontscale{0.35355339} % fontscale=(1/sqrt(2))^3
\or
@@ -170,7 +171,7 @@
%% For the page layout
\beamerposter@Info{paperwidth=\the\paperwidth, paperheight=\the\paperheight}
-\beamerposter@Info{textwidth=\the\textwidth, textwidth=\the\textheight}
+\beamerposter@Info{textwidth=\the\textwidth, textheight=\the\textheight}
\beamerposter@Info{fontscale=\fontscale, myfontscale=\myfontscale}
\geometry{
paperwidth=\the\paperwidth,