diff options
author | Karl Berry <karl@freefriends.org> | 2013-06-27 23:35:29 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2013-06-27 23:35:29 +0000 |
commit | 7bb8dc95076fa4605b0899b5fe73378595632e29 (patch) | |
tree | 879f7cffe06c523d7b26341862b0fbaa3664985f /Master/texmf-dist/tex/latex/paralist | |
parent | 71a5d913aca43d138491dd99f2f90ea20b723176 (diff) |
paralist (13jun13)
git-svn-id: svn://tug.org/texlive/trunk@30992 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 | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/Master/texmf-dist/tex/latex/paralist/paralist.sty b/Master/texmf-dist/tex/latex/paralist/paralist.sty index efaf694688f..46809e1a590 100644 --- a/Master/texmf-dist/tex/latex/paralist/paralist.sty +++ b/Master/texmf-dist/tex/latex/paralist/paralist.sty @@ -32,7 +32,7 @@ %% Right brace \} Tilde \~} %% \ProvidesPackage{paralist}% - [2002/03/18 v2.3b Extended list environments (BS)] + [2013/06/09 v2.4 Extended list environments] \NeedsTeXFormat{LaTeX2e} \newif\if@plnewitem\@plnewitemtrue \newif\if@plnewenum\@plnewenumtrue @@ -106,7 +106,7 @@ \fi \fi \if@pldoadjust - \csname c@\@enumctr\endcsname7 + \setcounter{\@enumctr}{\@enum@widestlabel} \settowidth{\@tempdima}{% \csname label\@enumctr\endcsname\hspace{\labelsep}}% \advance\@listdepth by 1\relax @@ -186,6 +186,10 @@ \fi \expandafter\edef\csname label\@enumctr\endcsname{\the\pl@lab}% \expandafter\let\csname the\@enumctr\endcsname\pl@the + \@ifnextchar[{\@enumwidestlabel@{#1}}{\@enumwidestlabel@{#1}[7]}% +} +\def\@enumwidestlabel@#1[#2]{% + \def\@enum@widestlabel{#2} #1} \def\@itemlabel@#1[#2]{% \@plmylabeltrue @@ -466,7 +470,6 @@ \PackageInfo{Paralist}{% Using the configuration file paralist.cfg}}{} \fi - \endinput %% %% End of file `paralist.sty'. |