From bd6087c2d57f585262a9283f8ff4fa3f8197c773 Mon Sep 17 00:00:00 2001 From: Rolf Niepraschk <Rolf.Niepraschk@ptb.de> Date: Tue, 13 Oct 2020 11:39:24 +0200 Subject: [PATCH] =?UTF-8?q?Ersetzen=20von=20System-L=C3=A4ngenregister=20w?= =?UTF-8?q?egen=20LaTeX=2010/2020?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ptbposter/ptbposter.cls | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/ptbposter/ptbposter.cls b/ptbposter/ptbposter.cls index 050ecdf..32e03f2 100644 --- a/ptbposter/ptbposter.cls +++ b/ptbposter/ptbposter.cls @@ -3,7 +3,7 @@ \setcounter{errorcontextlines}{100} \listfiles \NeedsTeXFormat{LaTeX2e}[1999/12/01] -\ProvidesClass{ptbposter}[2020/02/25 v1.0a PTB-Poster (RN)] +\ProvidesClass{ptbposter}[2020/10/13 v1.0b PTB-Poster (RN)] \newif\ifPTB@useCMYK \PTB@useCMYKfalse % vorerst \newif\ifPTB@german@ \PTB@german@true @@ -375,12 +375,12 @@ \setlength\fboxsep{0.00355\PTB@scale@base} % 3pt bei A4 \setlength\fboxrule{0.0004722\PTB@scale@base}% 0.4pt bei A4 \setlength\PTB@leftmargin{0.5\dimexpr\paperwidth-\PTB@framewidth}% - \@tempdima=\dimexpr\PTB@leftmargin+\PTB@texthsep % + \PTB@tempdima=\dimexpr\PTB@leftmargin+\PTB@texthsep % \geometry{% verbose, top=\dimexpr\PTB@topmargin+\PTB@textvsep,% - left=\@tempdima, - right=\@tempdima, + left=\PTB@tempdima, + right=\PTB@tempdima, textheight=\dimexpr\PTB@frameheight-2\PTB@textvsep,% columnsep=1.5em,hcentering} -- GitLab