diff options
author | Karl Berry <karl@freefriends.org> | 2018-12-18 23:32:25 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2018-12-18 23:32:25 +0000 |
commit | b9821664aee754f6c422cd69d4323ba3f6e825c9 (patch) | |
tree | ca6e99ddcc38c8767fa7c399111aac46296c3874 /Master/texmf-dist/tex/latex/changes | |
parent | e1ae07091fc0b9760631140847865cfe6b864129 (diff) |
changes (18dec18)
git-svn-id: svn://tug.org/texlive/trunk@49448 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, 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% }{}% }{}% } |