diff options
author | Karl Berry <karl@freefriends.org> | 2015-12-31 22:39:16 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2015-12-31 22:39:16 +0000 |
commit | 4b6e5f03ec37ab653671e7ce529afe4dda6dbdfa (patch) | |
tree | 2a83c5ba571121b4d4f1341a437a6aa554e16206 /Master/texmf-dist/tex | |
parent | b0759d83c908750cbeb7566d171b930c7c6bfec5 (diff) |
paralist (31dec15)
git-svn-id: svn://tug.org/texlive/trunk@39247 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex')
-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 |