diff options
author | Norbert Preining <norbert@preining.info> | 2022-02-22 03:00:54 +0000 |
---|---|---|
committer | Norbert Preining <norbert@preining.info> | 2022-02-22 03:00:54 +0000 |
commit | fb013a78d9e3aef2ecf58702d4adcec8d9ab6b28 (patch) | |
tree | d4402a058adb8131b94ec026d7be01cca51d8862 /macros/latex/contrib/bfh-ci/tex/bfhbeamer.cls | |
parent | a9409c96664c73e4fd0586f358845df19b1afd62 (diff) |
CTAN sync 202202220300
Diffstat (limited to 'macros/latex/contrib/bfh-ci/tex/bfhbeamer.cls')
-rw-r--r-- | macros/latex/contrib/bfh-ci/tex/bfhbeamer.cls | 23 |
1 files changed, 5 insertions, 18 deletions
diff --git a/macros/latex/contrib/bfh-ci/tex/bfhbeamer.cls b/macros/latex/contrib/bfh-ci/tex/bfhbeamer.cls index 66da85d5f5..1dbe416001 100644 --- a/macros/latex/contrib/bfh-ci/tex/bfhbeamer.cls +++ b/macros/latex/contrib/bfh-ci/tex/bfhbeamer.cls @@ -1,9 +1,9 @@ -%% This is file `bfhbeamer.cls' version 2.0.0 (2021/12/23), +%% This is file `bfhbeamer.cls' 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> %% @@ -29,7 +29,7 @@ %% ============================================================================ %% \NeedsTeXFormat{LaTeX2e} -\ProvidesClass{bfhbeamer}[2021/12/23 v2.0.0 BFH-CI beamer layout, CI of Bern University of Applied Sciences] +\ProvidesClass{bfhbeamer}[2022/01/24 v2.1.0 BFH-CI beamer layout, CI of Bern University of Applied Sciences] \RequirePackage{l3keys2e} \PassOptionsToPackage{table}{xcolor} @@ -86,22 +86,9 @@ \RequirePackage{handoutWithNotes} \pgfpagesuselayout{3~on~1~with~notes}[a4paper,border~shrink=5mm] } - - -\msg_new:nnn {bfhbeamer} {module-not-found} { - You~tried~to~load~the~BFH~layout~module~#1.\\ - I~could~not~find~a~file~named~bfh-layout-#1.cfg. -} - -\newcommand*\LoadBFHModule[1]{ - \clist_map_inline:nn {#1} { - \file_if_exist_input:nF {bfh-layout-##1.cfg} - {\msg_error:nnn {bfhbeamer} {module-not-found} {##1}} - } -} - \ExplSyntaxOff -\LoadBFHModule{tabular} + +\RequirePackage{bfhmodule} \endinput |