summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/beamerswitch/beamerswitch.cls
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/tex/latex/beamerswitch/beamerswitch.cls')
-rw-r--r--Master/texmf-dist/tex/latex/beamerswitch/beamerswitch.cls6
1 files changed, 3 insertions, 3 deletions
diff --git a/Master/texmf-dist/tex/latex/beamerswitch/beamerswitch.cls b/Master/texmf-dist/tex/latex/beamerswitch/beamerswitch.cls
index 5caee0e9d24..7591022cc8c 100644
--- a/Master/texmf-dist/tex/latex/beamerswitch/beamerswitch.cls
+++ b/Master/texmf-dist/tex/latex/beamerswitch/beamerswitch.cls
@@ -15,7 +15,7 @@
%%
\NeedsTeXFormat{LaTeX2e}[1999/12/01]
\ProvidesClass{beamerswitch}
- [2019/06/06 v1.6 Convenient mode selection in Beamer documents]
+ [2020/01/20 v1.6.1 Convenient mode selection in Beamer documents]
\RequirePackage{xkeyval,xkvltxp,etoolbox,xstring,shellesc,iftex}
\define@boolkey[DC]{beamerswitch}{beamer}[true]{%
\ifbool{DC@beamerswitch@beamer}{%
@@ -1137,7 +1137,7 @@
\NewDocumentCommand{\bsw@punct@test}{m}{\l_bsw_punct_test:n {#1}}
\cs_new_protected:Nn \l_bsw_punct_test:n
{
- \str_case_x:nnTF { \str_item:nn {#1} {-1} }
+ \str_case_e:nnTF { \str_item:nn {#1} {-1} }
{
{ , } { }
{ ; } { }
@@ -1242,6 +1242,6 @@
}%
}
%%
-%% Copyright (C) 2016-2019 by Alex Ball <ab318@bath.ac.uk>
+%% Copyright (C) 2016-2020 by Alex Ball <ab318@bath.ac.uk>
%%
%% End of file `beamerswitch.cls'.