summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/bfh-ci/tex/bfhsciposter.cls
diff options
context:
space:
mode:
Diffstat (limited to 'macros/latex/contrib/bfh-ci/tex/bfhsciposter.cls')
-rw-r--r--macros/latex/contrib/bfh-ci/tex/bfhsciposter.cls10
1 files changed, 6 insertions, 4 deletions
diff --git a/macros/latex/contrib/bfh-ci/tex/bfhsciposter.cls b/macros/latex/contrib/bfh-ci/tex/bfhsciposter.cls
index ca3d9d7876..462873425b 100644
--- a/macros/latex/contrib/bfh-ci/tex/bfhsciposter.cls
+++ b/macros/latex/contrib/bfh-ci/tex/bfhsciposter.cls
@@ -1,9 +1,9 @@
-%% This is file `bfhsciposter.cls' version 2.2.0 (2023/10/20),
+%% This is file `bfhsciposter.cls' version 2.2.1 (2024-03-11),
%% it is part of
%% BFH-CI -- Corporate Design for Bern University of Applied Sciences
%% ----------------------------------------------------------------------------
%%
-%% Copyright (C) 2021-2023 by
+%% Copyright (C) 2021–2024 by
%% Marei Peischl <marei@peitex.de>
%% Andreas Habegger <andreas.habegger@bfh.ch>
%%
@@ -30,7 +30,7 @@
%%
\NeedsTeXFormat{LaTeX2e}
\RequirePackage{expl3}
-\ProvidesExplPackage{bfhsciposter}{2023/10/20}{2.2.0}{Scientific poster layout of BFH}
+\ProvidesExplPackage{bfhsciposter}{2024-03-11}{2.2.1}{Scientific poster layout of BFH}
\RequirePackage{l3keys2e}
\prop_new:N \g_ptxcd_clsopts_prop
@@ -574,7 +574,9 @@
\cs_new:Nn \__ptxcd_itemlabel: {{\ifvmode\leavevmode\fi\usekomafont{labelitemi}\raise1.25pt\hbox{$\blacktriangleright$}}}
\renewcommand*{\labelitemi}{\__ptxcd_itemlabel:}
-\file_if_exist_input:n {bfh\g_ptxcd_department_str.cfg}
+%custom config depends on department_str
+\file_if_exist_input:nF {bfh-\g_ptxcd_department_str.cfg}
+ {\file_if_exist_input:n {bfh\g_ptxcd_department_str.cfg}}
\endinput
%end of bfhsciposter.cls