diff options
author | Karl Berry <karl@freefriends.org> | 2016-08-14 22:00:28 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2016-08-14 22:00:28 +0000 |
commit | 2ee47639dde156bb5ac897bf13c7fd80c9db507f (patch) | |
tree | 8a5f3dc68c49bbe8752cc7dc790b0a4193e61c7e /Master/texmf-dist/tex/latex/paralist | |
parent | 64b91a4549ca4899a3e3d0fdf5af1c21fc2e7285 (diff) |
paralist
git-svn-id: svn://tug.org/texlive/trunk@41852 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/paralist')
-rw-r--r-- | Master/texmf-dist/tex/latex/paralist/paralist.sty | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/Master/texmf-dist/tex/latex/paralist/paralist.sty b/Master/texmf-dist/tex/latex/paralist/paralist.sty index 44c21240816..87fcff56a24 100644 --- a/Master/texmf-dist/tex/latex/paralist/paralist.sty +++ b/Master/texmf-dist/tex/latex/paralist/paralist.sty @@ -6,7 +6,7 @@ %% %% paralist.dtx (with options: `package') %% -%% Copyright 1998-2015 Bernd Schandl +%% Copyright 1998-2016 Bernd Schandl %% Copyright 2013 Julian Gilbey (modifications in v2.4) %% email schandl@gmx.com %% @@ -32,7 +32,7 @@ %% Right brace \} Tilde \~} %% \ProvidesPackage{paralist}% - [2015/12/30 v2.5 Extended list environments] + [2016/08/07 v2.6 Extended list environments] \NeedsTeXFormat{LaTeX2e} \newif\if@plnewitem\@plnewitemtrue \newif\if@plnewenum\@plnewenumtrue @@ -294,6 +294,7 @@ \def\makelabel##1{##1}}} \let\endasparaitem\endlist \def\inparaitem{% + \@nmbrlistfalse \ifnum\@itemdepth>\thr@@ \@toodeep \else @@ -358,6 +359,7 @@ \let\makelabel\paradescriptionlabel}} \let\endasparadesc\endlist \def\inparadesc{% + \@nmbrlistfalse \let\@itemlabel\@empty \let\@item\pl@item \let\makelabel\paradescriptionlabel |