From 5a47812f51f3d10a580db0c74aa20d73f5ed2ae4 Mon Sep 17 00:00:00 2001 From: Norbert Preining Date: Sat, 5 Nov 2022 03:01:24 +0000 Subject: CTAN sync 202211050301 --- macros/latex/contrib/tuda-ci/tex/tudaposter.cls | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'macros/latex/contrib/tuda-ci/tex/tudaposter.cls') diff --git a/macros/latex/contrib/tuda-ci/tex/tudaposter.cls b/macros/latex/contrib/tuda-ci/tex/tudaposter.cls index 5c813164f8..ea4a132480 100644 --- a/macros/latex/contrib/tuda-ci/tex/tudaposter.cls +++ b/macros/latex/contrib/tuda-ci/tex/tudaposter.cls @@ -1,4 +1,4 @@ -%% This is file `tudaposter.cls' version 3.27 (2022/08/03), +%% This is file `tudaposter.cls' version 3.28 (2022/11/04), %% it is part of %% TUDa-CI -- Corporate Design for TU Darmstadt %% ---------------------------------------------------------------------------- @@ -26,8 +26,8 @@ %% %% ============================================================================ %% -\def\fileversion{3.27} -\def\filedate{2022/08/03} +\def\fileversion{3.28} +\def\filedate{2022/11/04} \NeedsTeXFormat{LaTeX2e} \RequirePackage{expl3} \ProvidesExplPackage{tudaposter}{\filedate}{\fileversion}{Poster Layouts for the Corporate Design of TU Darmstadt} @@ -207,7 +207,7 @@ } \bool_if:NTF \g_ptxcd_marginpar_bool { - \dim_gset:Nn \g_ptxcd_marginpar_dim {2.2\c_ptxcd_logoheight_dim} + \dim_gset:Nn \g_ptxcd_marginpar_dim {\__ptxcd_logowidth:} \geometry{ includemp, marginpar=\g_ptxcd_marginpar_dim, marginparsep=\g_ptxcd_columnSep_dim, right = \dim_eval:n { @@ -292,7 +292,7 @@ foreground, align=tr, hoffset=\paperwidth-\g_ptxcd_margin_dim, - width=2.2\c_ptxcd_logoheight_dim, + width=\__ptxcd_logowidth:, height=.5\textheight, contents={\box_use:N \g_ptxcd_title_info_box} ]{TUDa.poster.logo} @@ -463,11 +463,11 @@ \cs_new:Nn \ptxcd_make_title_logo_box:n { \setlength{\fboxsep}{\z@}% - \parbox{2.2\c_ptxcd_logoheight_dim}{ + \parbox{\__ptxcd_logowidth:}{ \colorbox{InfoBox}{ \rlap{ - \makebox[2.5\c_ptxcd_logoheight_dim][r]{ - \colorbox{InfoBox}{#1\hspace{.3\c_ptxcd_logoheight_dim}} + \makebox[\dim_eval:n {\_ptxcd_logowidth: + \_ptxcd_logowsep:}][r]{ + \colorbox{InfoBox}{#1\hspace{\__ptxcd_logosep:}} } } } @@ -499,7 +499,7 @@ \cs_new:Nn \ptxcd_Setup_Title_box: { \hbox_gset:Nn \g_ptxcd_title_info_box - {\parbox{2.2\c_ptxcd_logoheight_dim}{ + {\parbox{\__ptxcd_logowidth:}{ \seq_use:Nn \g_ptxcd_title_info_seq {\par\nointerlineskip\skip_vertical:n { \box_ht:N \ptxcd_headrule_box + \box_dp:N \ptxcd_headrule_box -- cgit v1.2.3