summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/tuda-ci/tex/tudasciposter.cls
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2022-11-05 03:01:24 +0000
committerNorbert Preining <norbert@preining.info>2022-11-05 03:01:24 +0000
commit5a47812f51f3d10a580db0c74aa20d73f5ed2ae4 (patch)
treecc3522fb0d9ee5fad1b71c34210b81532fc5fb48 /macros/latex/contrib/tuda-ci/tex/tudasciposter.cls
parentbe4efcdb2f47821698dc8dbde89722b4f0c2e4b0 (diff)
CTAN sync 202211050301
Diffstat (limited to 'macros/latex/contrib/tuda-ci/tex/tudasciposter.cls')
-rw-r--r--macros/latex/contrib/tuda-ci/tex/tudasciposter.cls16
1 files changed, 8 insertions, 8 deletions
diff --git a/macros/latex/contrib/tuda-ci/tex/tudasciposter.cls b/macros/latex/contrib/tuda-ci/tex/tudasciposter.cls
index bdaf759493..cb14068044 100644
--- a/macros/latex/contrib/tuda-ci/tex/tudasciposter.cls
+++ b/macros/latex/contrib/tuda-ci/tex/tudasciposter.cls
@@ -1,4 +1,4 @@
-%% This is file `tudasciposter.cls' version 3.27 (2022/08/03),
+%% This is file `tudasciposter.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{tudasciposter}{\filedate}{\fileversion}{Scientific Poster Layout for TU Darmstadt}
@@ -380,7 +380,7 @@
\newlength{\contentheight}
\cs_new:Nn \__ptxcd_logo_code:n {
- \node[anchor=north~east,inner~sep=0pt,minimum~width=2.5\c_ptxcd_logoheight_dim](#1) at ([xshift=.3\c_ptxcd_logoheight_dim,yshift=-.5\c_ptxcd_logoheight_dim]identbar.south~east){
+ \node[anchor=north~east,inner~sep=0pt,minimum~width=\dim_eval:n {\__ptxcd_logowidth: + \__ptxcd_logosep:}](#1) at ([xshift=\__ptxcd_logosep:,yshift=-.5\c_ptxcd_logoheight_dim]identbar.south~east){
\includegraphics[height=\c_ptxcd_logoheight_dim]{\g_ptxcd_logofile_tl}
};
}
@@ -422,7 +422,7 @@
\__ptxcd_logo_code:n {TUDalogo}
- \node[inner~sep=0pt,text~width=2.2\c_ptxcd_logoheight_dim,align=right,anchor=north~west,](titlegraphic) at ([yshift=-\c_ptxcd_rulesep_dim]TUDalogo.south~west){\box_use:N \g_ptxcd_titlegraphic_box};
+ \node[inner~sep=0pt,text~width=\__ptxcd_logowidth:,align=right,anchor=north~west,](titlegraphic) at ([yshift=-\c_ptxcd_rulesep_dim]TUDalogo.south~west){\box_use:N \g_ptxcd_titlegraphic_box};
\node[anchor=north~west,inner~sep=0pt,] (title) at ([
xshift=\g_ptxcd_titleindent_dim,yshift=-.5\c_ptxcd_logoheight_dim]identbar.south~west) {\box_use:N \g_ptxcd_title_box};
@@ -513,7 +513,7 @@
}
\tl_if_empty:NF \@titlegraphic {
\hbox_gset:Nn \g_ptxcd_titlegraphic_box {
- \parbox{2.2\c_ptxcd_logoheight_dim}{
+ \parbox{\__ptxcd_logowidth:}{
\raggedleft
\@titlegraphic
}
@@ -523,9 +523,9 @@
\dim_max:nn
{\dim_max:nn
{2\c_ptxcd_logoheight_dim}
- {\box_ht:N \g_ptxcd_titlegraphic_box +\box_dp:N \g_ptxcd_titlegraphic_box+1.8\c_ptxcd_logoheight_dim}
+ {\box_ht:N \g_ptxcd_titlegraphic_box +\box_dp:N \g_ptxcd_titlegraphic_box+1.5\c_ptxcd_logoheight_dim+\__ptxcd_logosep:}
}
- {\box_ht:N \g_ptxcd_title_box+ \box_dp:N \g_ptxcd_title_box+.8\c_ptxcd_logoheight_dim}
+ {\box_ht:N \g_ptxcd_title_box+ \box_dp:N \g_ptxcd_title_box+1.5\c_ptxcd_logoheight_dim+\__ptxcd_logosep:}
}
}