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, 3 insertions, 3 deletions
diff --git a/Master/texmf-dist/tex/latex/changes/changes.sty b/Master/texmf-dist/tex/latex/changes/changes.sty index fd4500bbac5..c9dbd8f1999 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} -[2018/12/17 v3.1.0 changes package] -\typeout{*** changes package 2018/12/17 v3.1.0 ***} +[2018/12/18 v3.1.1 changes package] +\typeout{*** changes package 2018/12/18 v3.1.1 ***} \RequirePackage{xkeyval} \RequirePackage{xifthen} \RequirePackage{xstring} @@ -823,7 +823,7 @@ show=all, \IfSubStr{\Changes@loc@show}{#1}{% \ifthenelse{\not\equal{\Changes@loc@style}{compactsummary} \or #2 > 0}% {% -\parbox{\Changes@summary@width}{#3~\dotfill~#2}#4% +\parbox{\Changes@summary@width}{#3~\let\cleaders\leaders\dotfill~#2}#4% }{}% }{}% } |