diff options
Diffstat (limited to 'Master/texmf-dist/tex/latex/changes')
-rw-r--r-- | Master/texmf-dist/tex/latex/changes/changes.sty | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/Master/texmf-dist/tex/latex/changes/changes.sty b/Master/texmf-dist/tex/latex/changes/changes.sty index 98b944858b2..2d96799dd58 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} -[2019/01/26 v3.1.2 changes package] -\typeout{*** changes package 2019/01/26 v3.1.2 ***} +[2019/07/21 v3.1.3 changes package] +\typeout{*** changes package 2019/07/21 v3.1.3 ***} \RequirePackage{xkeyval} \RequirePackage{xifthen} \RequirePackage{xstring} @@ -285,6 +285,10 @@ style=list, title=\@empty, show=all, }{} +\ExecuteOptionsX{ +ulem={normalem,normalbf}, +truncate={breakall,fit} +} \ProcessOptionsX*\relax \newtest{\isColored}{% \not\equal{\Changes@optionmarkup}{nocolor}% @@ -312,7 +316,7 @@ show=all, \equal{\Changes@optionhighlightmarkup}{uuline}\or \equal{\Changes@optionhighlightmarkup}{uwave} } -{\RequirePackage[normalem,normalbf]{ulem}} +{\RequirePackage{ulem}} {} \ifthenelse{ \equal{\Changes@optioncommentmarkup}{todo} @@ -789,7 +793,7 @@ show=all, {\changescommentname}% {#2}% } -\RequirePackage[breakall,fit]{truncate} +\RequirePackage{truncate} \renewcommand\TruncateMarker{ [\dots\negthinspace]\ } \def\changes@chopline#1;#2;#3;#4;#5;#6;#7;#8 \\{% \def\Changes@InID{#1}% |