diff options
Diffstat (limited to 'Master/texmf-dist/tex/latex')
-rw-r--r-- | Master/texmf-dist/tex/latex/clrstrip/clrstrip.sty | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/Master/texmf-dist/tex/latex/clrstrip/clrstrip.sty b/Master/texmf-dist/tex/latex/clrstrip/clrstrip.sty index 590b039b110..f3b21c8f5d1 100644 --- a/Master/texmf-dist/tex/latex/clrstrip/clrstrip.sty +++ b/Master/texmf-dist/tex/latex/clrstrip/clrstrip.sty @@ -13,7 +13,7 @@ %% See http://www.latex-project.org/lppl.txt %% -------------------------------------------------------------- %% -%% Copyright (C) 2018 Jonathan P. Spratte +%% Copyright (C) 2018-2019 Jonathan P. Spratte %% %% This work may be distributed and/or modified under the conditions of the %% LaTeX Project Public License (LPPL), either version 1.3c of this license or @@ -29,7 +29,7 @@ %% and the derived files clrstrip.pdf and %% clrstrip.sty. %% -\newcommand*\clrstrip@date{2018-12-31} +\newcommand*\clrstrip@date{2019-06-03} \ProvidesPackage{clrstrip} [\clrstrip@date\space place contents into a full width colour strip] \RequirePackage{keyval} @@ -76,6 +76,7 @@ \fi \setbox\clrstrip@box\vbox\bgroup \hsize\clrstrip@width + \color@setgroup \clrstrip@preventIndent } \newcommand*\clrstrip@afterheading{\@afterindentfalse\@afterheading} @@ -100,6 +101,7 @@ \clrstrip@start } {% + \color@endgroup \egroup \par \vskip\clrstrip@outerT |