summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/bfh-ci/bfhsciposter.cls
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2022-02-22 21:05:21 +0000
committerKarl Berry <karl@freefriends.org>2022-02-22 21:05:21 +0000
commit135593e8617c4a718ed44dce3a1dab33569b69cf (patch)
treed5402135745bd2fb94fb0b368c8ce348107630cb /Master/texmf-dist/tex/latex/bfh-ci/bfhsciposter.cls
parenteae133db400259e15c376c2438f90d26f4627624 (diff)
bfh-ci (22feb22)
git-svn-id: svn://tug.org/texlive/trunk@62136 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/bfh-ci/bfhsciposter.cls')
-rw-r--r--Master/texmf-dist/tex/latex/bfh-ci/bfhsciposter.cls10
1 files changed, 6 insertions, 4 deletions
diff --git a/Master/texmf-dist/tex/latex/bfh-ci/bfhsciposter.cls b/Master/texmf-dist/tex/latex/bfh-ci/bfhsciposter.cls
index 95e2fbac2fe..ec18f82449f 100644
--- a/Master/texmf-dist/tex/latex/bfh-ci/bfhsciposter.cls
+++ b/Master/texmf-dist/tex/latex/bfh-ci/bfhsciposter.cls
@@ -1,4 +1,4 @@
-%% This is file `bfhsciposter.cls' version 2.1.0 (2022/01/24),
+%% This is file `bfhsciposter.cls' version 2.1.1 (2022/02/22),
%% it is part of
%% BFH-CI -- Corporate Design for Bern University of Applied Sciences
%% ----------------------------------------------------------------------------
@@ -30,7 +30,7 @@
%%
\NeedsTeXFormat{LaTeX2e}
\RequirePackage{expl3}
-\ProvidesExplPackage{bfhsciposter}{2022/01/24}{2.1.0}{Scientific poster layout of BFH}
+\ProvidesExplPackage{bfhsciposter}{2022/02/22}{2.1.1}{Scientific poster layout of BFH}
\RequirePackage{l3keys2e}
\prop_new:N \g_ptxcd_clsopts_prop
@@ -167,7 +167,9 @@
\box_new:N \g__ptxcd_logo_box
}
-\tl_if_empty:NF \g_ptxcd_logofile_tl {
+\tl_if_empty:NTF \g_ptxcd_logofile_tl {
+ \hbox_gset:Nn \g__ptxcd_logo_box {\rule{0pt}{1cm}}%fallback for missing logos
+} {
\hbox_gset:Nn \g__ptxcd_logo_box {\includegraphics{\g_ptxcd_logofile_tl}}
}
\ExplSyntaxOff
@@ -340,7 +342,7 @@
\coordinate(bottomleft) at ([xshift=\g_ptxcd_margin_dim, yshift=\dim_eval:n {\bool_if:NTF \g__ptxcd_ruled_footer_bool {1}{.5}\g_ptxcd_margin_dim}]current~page.south~ west);
\coordinate(bottomright) at ([xshift=-\g_ptxcd_margin_dim, yshift=\dim_eval:n {\bool_if:NTF \g__ptxcd_ruled_footer_bool {1}{.5}\g_ptxcd_margin_dim}]current~page.south~ east);
\node[anchor=north~west,inner~sep=0pt,] (title) at (topleft) {\box_use:N \g_ptxcd_title_box};
- \bool_if:NT \g__ptxcd_ruled_title_bool {\fill[titlerulecolor]([xshift=-\g_ptxcd_margin_dim,yshift=-.5\g_ptxcd_margin_dim]title.south~west)rectangle++(\paperheight,\g_ptxcd_rule_height_dim);}
+ \bool_if:NT \g__ptxcd_ruled_title_bool {\fill[titlerulecolor]([xshift=-\g_ptxcd_margin_dim,yshift=-.5\g_ptxcd_margin_dim]title.south~west)rectangle++(\paperwidth,\g_ptxcd_rule_height_dim);}
\bool_if:NT \g_ptxcd_poster_foot_bool {\__ptxcd_typeset_footer:}
}
}