summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/beamer-contrib/beamerswitch/beamerswitch.dtx
diff options
context:
space:
mode:
Diffstat (limited to 'macros/latex/contrib/beamer-contrib/beamerswitch/beamerswitch.dtx')
-rw-r--r--macros/latex/contrib/beamer-contrib/beamerswitch/beamerswitch.dtx9
1 files changed, 5 insertions, 4 deletions
diff --git a/macros/latex/contrib/beamer-contrib/beamerswitch/beamerswitch.dtx b/macros/latex/contrib/beamer-contrib/beamerswitch/beamerswitch.dtx
index c61a227ede..e683b58287 100644
--- a/macros/latex/contrib/beamer-contrib/beamerswitch/beamerswitch.dtx
+++ b/macros/latex/contrib/beamer-contrib/beamerswitch/beamerswitch.dtx
@@ -93,7 +93,7 @@ first three steps.
## Licence
-Copyright 2016–2019 Alex Ball.
+Copyright 2016–2020 Alex Ball.
This work consists of the file beamerswitch.dtx and a Makefile.
@@ -193,7 +193,7 @@ See: http://www.latex-project.org/lppl.txt
\endpreamble
\postamble
-Copyright (C) 2016-2019 by Alex Ball <ab318@bath.ac.uk>
+Copyright (C) 2016-2020 by Alex Ball <ab318@bath.ac.uk>
\endpostamble
\usedir{tex/latex/\jobname}
@@ -228,7 +228,7 @@ Copyright (C) 2016-2019 by Alex Ball <ab318@bath.ac.uk>
%<class>\NeedsTeXFormat{LaTeX2e}[1999/12/01]
%<class>\ProvidesClass{beamerswitch}
%<*class>
- [2019/06/06 v1.6 Convenient mode selection in Beamer documents]
+ [2020/01/20 v1.6.1 Convenient mode selection in Beamer documents]
%</class>
%<*driver>
\documentclass[12pt]{article}
@@ -2710,6 +2710,7 @@ suggestions for improvements or new features to the
% \end{macrocode}
%
% \begin{macro}{bsw@punct@test}
+% \changes{v1.6.1}{2020/01/20}{Update expl3 syntax}
% Of course, we would rather not bother the user with this, so we introduce a
% command for testing the title for final punctuation.
%
@@ -2727,7 +2728,7 @@ suggestions for improvements or new features to the
\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} }
{
{ , } { }
{ ; } { }