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.cls17
1 files changed, 14 insertions, 3 deletions
diff --git a/macros/latex/contrib/bfh-ci/tex/bfhsciposter.cls b/macros/latex/contrib/bfh-ci/tex/bfhsciposter.cls
index e00f4733ab..328b45ca07 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.1.4 (2022/11/15),
+%% This is file `bfhsciposter.cls' version 2.1.5 (2023/03/07),
%% it is part of
%% BFH-CI -- Corporate Design for Bern University of Applied Sciences
%% ----------------------------------------------------------------------------
%%
-%% Copyright (C) 2021–2022 by
+%% Copyright (C) 2021-2023 by
%% Marei Peischl <marei@peitex.de>
%% Andreas Habegger <andreas.habegger@bfh.ch>
%%
@@ -30,7 +30,7 @@
%%
\NeedsTeXFormat{LaTeX2e}
\RequirePackage{expl3}
-\ProvidesExplPackage{bfhsciposter}{2022/03/01}{2.1.2}{Scientific poster layout of BFH}
+\ProvidesExplPackage{bfhsciposter}{2023/03/07}{2.1.5}{Scientific poster layout of BFH}
\RequirePackage{l3keys2e}
\prop_new:N \g_ptxcd_clsopts_prop
@@ -561,8 +561,19 @@
\RequirePackage{bfhmodule}
\LoadBFHModule{tabular}
+
\ExplSyntaxOn% because \LoadBFHModule is required to switch it off
+%itemize
+\AtBeginDocument{
+ \cs_if_exist:NT \frenchsetup {\frenchsetup{StandardItemLabels=true}}
+}
+
+\@ifundefined {scr@fnt@labelitemi}{\newkomafont{labelitemi}{}}{}
+\setkomafont{labelitemi}{\color{BFH-Orange}}
+\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}
\endinput