diff options
author | Karl Berry <karl@freefriends.org> | 2021-02-15 22:19:34 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2021-02-15 22:19:34 +0000 |
commit | e3ec199e6eb815bf6d5990f32f643dbb5c08daab (patch) | |
tree | acc457c7dfbc2f57960523744e1cbae95c30c166 /Master/texmf-dist/tex/latex/changes | |
parent | cf0d1ffa580dbfe425966a2a53a1afb3b2358ca8 (diff) |
changes (15feb21)
git-svn-id: svn://tug.org/texlive/trunk@57756 c570f23f-e606-0410-a88d-b1316a301751
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}}% }% |