From 0480e40defcc2fd417207ff1de49c8b44aa4a968 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Mon, 20 Jan 2020 22:24:53 +0000 Subject: beamerswitch (20jan20) git-svn-id: svn://tug.org/texlive/trunk@53467 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/source/latex/beamerswitch/beamerswitch.dtx | 9 +++++---- Master/texmf-dist/source/latex/beamerswitch/beamerswitch.ins | 4 ++-- 2 files changed, 7 insertions(+), 6 deletions(-) (limited to 'Master/texmf-dist/source/latex/beamerswitch') 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 +Copyright (C) 2016-2020 by Alex Ball \endpostamble \usedir{tex/latex/\jobname} @@ -228,7 +228,7 @@ Copyright (C) 2016-2019 by Alex Ball %\NeedsTeXFormat{LaTeX2e}[1999/12/01] %\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] % %<*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 +Copyright (C) 2016-2020 by Alex Ball \endpostamble \usedir{tex/latex/\jobname} @@ -41,6 +41,6 @@ Copyright (C) 2016-2019 by Alex Ball } \endbatchfile %% -%% Copyright (C) 2016-2019 by Alex Ball +%% Copyright (C) 2016-2020 by Alex Ball %% %% End of file `beamerswitch.ins'. -- cgit v1.2.3