diff options
Diffstat (limited to 'Master/texmf-dist/tex/latex/changes')
-rw-r--r-- | Master/texmf-dist/tex/latex/changes/changes.sty | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/Master/texmf-dist/tex/latex/changes/changes.sty b/Master/texmf-dist/tex/latex/changes/changes.sty index 58fa8e4e983..695851ed1ca 100644 --- a/Master/texmf-dist/tex/latex/changes/changes.sty +++ b/Master/texmf-dist/tex/latex/changes/changes.sty @@ -41,8 +41,8 @@ %% \NeedsTeXFormat{LaTeX2e} \ProvidesPackage{changes} -[2021/01/28 v4.0.0 changes package] -\typeout{*** changes package 2021/01/28 v4.0.0 ***} +[2021/02/14 v4.0.1 changes package] +\typeout{*** changes package 2021/02/14 v4.0.1 ***} \RequirePackage{xkeyval} \RequirePackage{etoolbox} \RequirePackage{xstring} @@ -52,6 +52,7 @@ \newbool{Changes@inlist} \newrobustcmd{\IfIsInList}[4]{% \renewcommand{\Changes@tmplist}{}% +\def\do{}% \renewcommand*{\do}[1]{% \listadd{\Changes@tmplist}{##1}% }% @@ -862,6 +863,7 @@ test {\@ifpackageloaded{polyglossia}} }% }\\% \numdef{\Changes@InSum}{0}% +\def\do{}% \renewcommand*{\do}[1]{% \numdef{\Changes@InSum}{\Changes@InSum + \csuse{Changes@In########1}}% }% |