diff options
author | Norbert Preining <norbert@preining.info> | 2022-11-05 03:01:24 +0000 |
---|---|---|
committer | Norbert Preining <norbert@preining.info> | 2022-11-05 03:01:24 +0000 |
commit | 5a47812f51f3d10a580db0c74aa20d73f5ed2ae4 (patch) | |
tree | cc3522fb0d9ee5fad1b71c34210b81532fc5fb48 /macros/latex/contrib/tuda-ci/tex/tudaleaflet.cls | |
parent | be4efcdb2f47821698dc8dbde89722b4f0c2e4b0 (diff) |
CTAN sync 202211050301
Diffstat (limited to 'macros/latex/contrib/tuda-ci/tex/tudaleaflet.cls')
-rw-r--r-- | macros/latex/contrib/tuda-ci/tex/tudaleaflet.cls | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/macros/latex/contrib/tuda-ci/tex/tudaleaflet.cls b/macros/latex/contrib/tuda-ci/tex/tudaleaflet.cls index e3905ae98b..56cb811975 100644 --- a/macros/latex/contrib/tuda-ci/tex/tudaleaflet.cls +++ b/macros/latex/contrib/tuda-ci/tex/tudaleaflet.cls @@ -1,4 +1,4 @@ -%% This is file `tudaleaflet.cls' version 3.27 (2022/08/03), +%% This is file `tudaleaflet.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{tudaleaflet}{\filedate}{\fileversion}{Leaflets using the Corporate Design of TU Darmstadt} @@ -130,7 +130,7 @@ contents={ \let\height\layerheight \g_ptxcd_titleimage_code_tl }}}} - \put(\dim_to_decimal_in_unit:nn {\layerwidth-2.2\c_ptxcd_logoheight_dim + \put(\dim_to_decimal_in_unit:nn {\layerwidth-\__ptxcd_logowidth: } {\unitlength}, \dim_to_decimal_in_unit:nn {\layerheight-\box_ht:N \g_ptxcd_title_info_box - .5\c_ptxcd_logoheight_dim} {\unitlength}){ \rlap{\box_use:N \g_ptxcd_title_info_box} @@ -156,7 +156,7 @@ contents={ \cs_new:Nn \ptxcd_Setup_Title_box: { \hbox_gset:Nn \g_ptxcd_title_info_box { - \parbox{\dimexpr2.5\c_ptxcd_logoheight_dim}{ + \parbox{\dim_eval:n {\__ptxcd_logowidth: + \__ptxcd_logosep:}}{ \seq_use:Nn \g_ptxcd_title_info_seq {\par\nointerlineskip\vspace{\dim_eval:n {\c_ptxcd_largerule_dim+\c_ptxcd_rulesep_dim}}} } } @@ -176,7 +176,7 @@ contents={ \renewcommand*{\maketitle}{ \def\and{,~ } \hbox_gset:Nn \g_ptxcd_sponsor_box { - \def\height{\dimexpr.8\c_ptxcd_logoheight_dim\relax} + \edef\height{\noexpand\dimexpr\dim_eval:n {\__ptxcd_logosep: + .5\c_ptxcd_logoheight_dim}} \parbox[b]{\textwidth}{% \rule{\linewidth}{\g_ptxcd_titlerule_dim}\par\nointerlineskip \vspace{.1\c_ptxcd_logoheight_dim} @@ -384,7 +384,7 @@ contents={ \cs_new:Nn \ptxcd_make_title_info_box:n { \setlength{\fboxsep}{1.5mm}% \colorbox{InfoBox}{ - \makebox[\dim_eval:n {2.2\c_ptxcd_logoheight_dim-\fboxsep}][r]{ + \makebox[\dim_eval:n {\__ptxcd_logowidth:-\fboxsep}][r]{ \parbox{2\c_ptxcd_logoheight_dim}{ \usekomafont{institution} \raggedright% @@ -394,10 +394,10 @@ contents={ \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]{ + \makebox[\dim_eval:n {\__ptxcd_logowidth: + \__ptxcd_logosep:}][r]{ \colorbox{InfoBox}{#1\hspace{.3\c_ptxcd_logoheight_dim}} } } |