From 61c8cb90c521ff3095c1f8b03109bbd9a6afa52c Mon Sep 17 00:00:00 2001 From: niepra01 <rolf.niepraschk@ptb.de> Date: Tue, 19 Jan 2016 13:54:43 +0100 Subject: [PATCH] Makro @title in parbox --- ptbposter/ptbposter.cls | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/ptbposter/ptbposter.cls b/ptbposter/ptbposter.cls index 6d1d608..274979c 100644 --- a/ptbposter/ptbposter.cls +++ b/ptbposter/ptbposter.cls @@ -228,7 +228,8 @@ \put(\PTB@leftmargin,\PTB@tempdima){% \includegraphics[width=.401\PTB@scale@base]{ptbposter-logo.pdf}}% \PTB@tempdima=-0.134566863195\PTB@scale@base - \put(\PTB@leftmargin,\PTB@tempdima){\sffamily\titleFontSize\@title}% + \put(\PTB@leftmargin,\PTB@tempdima){\parbox{\textwidth}{% + \sffamily\titleFontSize\@title}}% \PTB@tempdima=-0.159798150044\PTB@scale@base \def\and{, }% \put(\PTB@leftmargin,\PTB@tempdima){\sffamily\authorFontSize\@author}% @@ -238,6 +239,7 @@ \PTB@tempdima=-0.0883095039717\PTB@scale@base \put(\PTB@leftmargin,\PTB@tempdima){% \line(1,0){\dimexpr\paperwidth-2\PTB@leftmargin}}% + % blauer Rahmen \put(\PTB@leftmargin,\dimexpr-\textheight-2\PTB@textvsep-\PTB@topmargin)% {\framebox(\dimexpr\textwidth+2\PTB@texthsep,% \dimexpr\textheight+2\PTB@textvsep){}}% -- GitLab