summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/bfh-ci/bfhlayout.sty
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/tex/latex/bfh-ci/bfhlayout.sty')
-rw-r--r--Master/texmf-dist/tex/latex/bfh-ci/bfhlayout.sty27
1 files changed, 5 insertions, 22 deletions
diff --git a/Master/texmf-dist/tex/latex/bfh-ci/bfhlayout.sty b/Master/texmf-dist/tex/latex/bfh-ci/bfhlayout.sty
index 8700483f37f..7654d872433 100644
--- a/Master/texmf-dist/tex/latex/bfh-ci/bfhlayout.sty
+++ b/Master/texmf-dist/tex/latex/bfh-ci/bfhlayout.sty
@@ -1,9 +1,9 @@
-%% This is file `bfhlayout.sty' version 2.0.0 (2021/12/23),
+%% This is file `bfhlayout.sty' version 2.1.0 (2022/01/24),
%% it is part of
%% BFH-CI -- Corporate Design for Bern University of Applied Sciences
%% ----------------------------------------------------------------------------
%%
-%% Copyright (C) 2021 by
+%% Copyright (C) 2021–2022 by
%% Marei Peischl <marei@peitex.de>
%% Andreas Habegger <andreas.habegger@bfh.ch>
%%
@@ -28,10 +28,8 @@
%%
%% ============================================================================
%%
-\def\fileversion{2.0.0}
-\def\filedate{2021/12/23}
\NeedsTeXFormat{LaTeX2e}
-\ProvidesPackage{bfhlayout}[2021/08/17 -- v1.2.4 BFH style package (layout)]
+\ProvidesPackage{bfhlayout}[2022/01/25 -- v2.1.0 BFH style package (layout)]
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%% Process Options created for bfharticle
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
@@ -705,26 +703,11 @@
}
-\ExplSyntaxOn
-\msg_new:nnn {bfhlayout} {module-not-found} {
- You~tried~to~load~the~BFH~layout~module~#1.\\
- I~could~not~find~a~file~named~bfh-layout-#1.cfg.
-}
-
-\seq_new:N \g__ptxcd_module_seq
-
-\newcommand*\LoadBFHModule[1]{
- \clist_map_inline:nn {#1} {
- \seq_if_in:NnF \g__ptxcd_module_seq {##1} {
- \file_if_exist_input:nF {bfh-layout-##1.cfg}
- {\msg_error:nnn {bfhlayout} {module-not-found} {##1}}
- \seq_gpush:Nn \g__ptxcd_module_seq {##1}
- }
- }
-}
+\RequirePackage{bfhmodule}
\LoadBFHModule{tabular,rules}
%type dependent config
+\ExplSyntaxOn
\file_if_exist_input:n {bfh-\g_ptxcd_pubType_tl.cfg}
\ExplSyntaxOff