diff options
Diffstat (limited to 'Master/texmf-dist/tex/latex/paralist/paralist.sty')
-rw-r--r-- | Master/texmf-dist/tex/latex/paralist/paralist.sty | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/Master/texmf-dist/tex/latex/paralist/paralist.sty b/Master/texmf-dist/tex/latex/paralist/paralist.sty index 46809e1a590..44c21240816 100644 --- a/Master/texmf-dist/tex/latex/paralist/paralist.sty +++ b/Master/texmf-dist/tex/latex/paralist/paralist.sty @@ -6,9 +6,9 @@ %% %% paralist.dtx (with options: `package') %% -%% Copyright 1998-2002 Bernd Schandl -%% email schandl@gmx.net -%% www http://schandl.gmxhome.de/paralist +%% Copyright 1998-2015 Bernd Schandl +%% Copyright 2013 Julian Gilbey (modifications in v2.4) +%% email schandl@gmx.com %% %% This file can be redistributed and/or modified under the terms %% of the LaTeX Project Public License distributed from CTAN @@ -32,7 +32,7 @@ %% Right brace \} Tilde \~} %% \ProvidesPackage{paralist}% - [2013/06/09 v2.4 Extended list environments] + [2015/12/30 v2.5 Extended list environments] \NeedsTeXFormat{LaTeX2e} \newif\if@plnewitem\@plnewitemtrue \newif\if@plnewenum\@plnewenumtrue @@ -189,7 +189,7 @@ \@ifnextchar[{\@enumwidestlabel@{#1}}{\@enumwidestlabel@{#1}[7]}% } \def\@enumwidestlabel@#1[#2]{% - \def\@enum@widestlabel{#2} + \def\@enum@widestlabel{#2}% #1} \def\@itemlabel@#1[#2]{% \@plmylabeltrue |