diff options
Diffstat (limited to 'Master/texmf-dist/source/latex/beamerswitch')
-rw-r--r-- | Master/texmf-dist/source/latex/beamerswitch/beamerswitch.dtx | 9 | ||||
-rw-r--r-- | Master/texmf-dist/source/latex/beamerswitch/beamerswitch.ins | 4 |
2 files changed, 7 insertions, 6 deletions
diff --git a/Master/texmf-dist/source/latex/beamerswitch/beamerswitch.dtx b/Master/texmf-dist/source/latex/beamerswitch/beamerswitch.dtx index c61a227ede0..e683b58287f 100644 --- a/Master/texmf-dist/source/latex/beamerswitch/beamerswitch.dtx +++ b/Master/texmf-dist/source/latex/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} } { { , } { } { ; } { } diff --git a/Master/texmf-dist/source/latex/beamerswitch/beamerswitch.ins b/Master/texmf-dist/source/latex/beamerswitch/beamerswitch.ins index 5fedb56b8f0..e3358a2652b 100644 --- a/Master/texmf-dist/source/latex/beamerswitch/beamerswitch.ins +++ b/Master/texmf-dist/source/latex/beamerswitch/beamerswitch.ins @@ -28,7 +28,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} @@ -41,6 +41,6 @@ Copyright (C) 2016-2019 by Alex Ball <ab318@bath.ac.uk> } \endbatchfile %% -%% 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.ins'. |