From bdc555553533064c0163b9762b4b61dfbcb5f2b1 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Sun, 22 Jan 2017 22:36:21 +0000 Subject: paralist (22jan17) git-svn-id: svn://tug.org/texlive/trunk@43021 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/doc/latex/paralist/README | 2 +- Master/texmf-dist/doc/latex/paralist/paralist.pdf | Bin 222058 -> 221077 bytes .../texmf-dist/source/latex/paralist/paralist.drv | 4 ++-- .../texmf-dist/source/latex/paralist/paralist.dtx | 15 +++++++++++---- .../texmf-dist/source/latex/paralist/paralist.ins | 4 ++-- Master/texmf-dist/tex/latex/paralist/paralist.sty | 8 +++++--- 6 files changed, 21 insertions(+), 12 deletions(-) (limited to 'Master/texmf-dist') diff --git a/Master/texmf-dist/doc/latex/paralist/README b/Master/texmf-dist/doc/latex/paralist/README index 8ca75c77c11..41c6bf6090a 100644 --- a/Master/texmf-dist/doc/latex/paralist/README +++ b/Master/texmf-dist/doc/latex/paralist/README @@ -60,7 +60,7 @@ commands: COPYING AND MODIFICATION -Copyright 1998-2016 Bernd Schandl +Copyright 1998-2017 Bernd Schandl Copyright 2013 Julian Gilbey (modifications in v2.4) The paralist package consists of the following files: diff --git a/Master/texmf-dist/doc/latex/paralist/paralist.pdf b/Master/texmf-dist/doc/latex/paralist/paralist.pdf index 25ff6880c99..36090a76976 100644 Binary files a/Master/texmf-dist/doc/latex/paralist/paralist.pdf and b/Master/texmf-dist/doc/latex/paralist/paralist.pdf differ diff --git a/Master/texmf-dist/source/latex/paralist/paralist.drv b/Master/texmf-dist/source/latex/paralist/paralist.drv index 219f51a1941..296f9ca1ea7 100644 --- a/Master/texmf-dist/source/latex/paralist/paralist.drv +++ b/Master/texmf-dist/source/latex/paralist/paralist.drv @@ -6,7 +6,7 @@ %% %% paralist.dtx (with options: `driver') %% -%% Copyright 1998-2016 Bernd Schandl +%% Copyright 1998-2017 Bernd Schandl %% Copyright 2013 Julian Gilbey (modifications in v2.4) %% email schandl@gmx.com %% @@ -32,7 +32,7 @@ %% Right brace \} Tilde \~} %% \ProvidesFile{paralist.drv}% - [2016/08/07 v2.6 Extended list environments] + [2017/01/22 v2.7 Extended list environments] \documentclass[11pt]{ltxdoc} \usepackage[defblank,neverdecrease]{paralist} diff --git a/Master/texmf-dist/source/latex/paralist/paralist.dtx b/Master/texmf-dist/source/latex/paralist/paralist.dtx index 3dd90be5011..bc3fb33b345 100644 --- a/Master/texmf-dist/source/latex/paralist/paralist.dtx +++ b/Master/texmf-dist/source/latex/paralist/paralist.dtx @@ -1,6 +1,6 @@ % \iffalse % File paralist.dtx -% Copyright 1998-2016 Bernd Schandl +% Copyright 1998-2017 Bernd Schandl % Copyright 2013 Julian Gilbey (modifications in v2.4) % email schandl@gmx.com % @@ -38,7 +38,7 @@ %\ProvidesFile{paralist.drv}% % \fi % \ProvidesFile{paralist.dtx}% - [2016/08/07 v2.6 Extended list environments] + [2017/01/22 v2.7 Extended list environments] % \iffalse %<*driver> \documentclass[11pt]{ltxdoc} @@ -78,9 +78,10 @@ % \changes{v2.4 (2013/06/09)}{2013/06/09}{Extra option for label width (JDG)} % \changes{v2.5 (2015/12/30)}{2015/12/30}{Fix excess space introduced in v2.4} % \changes{v2.6 (2016/08/07)}{2016/08/07}{Fix of inparaitem and inparadesc} +% \changes{v2.7 (2017/01/22)}{2017/01/22}{Fix of labelwidth problem introduced in v2.4} % % \GetFileInfo{paralist.dtx} -% \CheckSum{1053} +% \CheckSum{1059} % % \makeatletter % \renewenvironment{theglossary}{% @@ -738,7 +739,7 @@ \fi \fi \if@pldoadjust - \setcounter{\@enumctr}{\@enum@widestlabel} + \setcounter{\@enumctr}{\@enum@widestlabel}% \settowidth{\@tempdima}{% \csname label\@enumctr\endcsname\hspace{\labelsep}}% % \end{macrocode} @@ -1092,6 +1093,8 @@ % \changes{v1.2 (1999/01/10)}{1999/01/07}{Rewritten} % \changes{v1.8 (1999/04/29)}{1999/04/28}{Add extra bracket to optional % argument} +% \changes{v2.7 (2017/01/22)}{2017/01/22}{\cs{@enum@widestlabel@} must +% be initialized in case \cs{@enumlabel@} is not called} % For the |compactenum| environment all vertical skips have to % be set to the \cs{pl...} values. % \begin{macrocode} @@ -1102,6 +1105,7 @@ \advance\@enumdepth\@ne \edef\@enumctr{enum\romannumeral\the\@enumdepth}% \fi + \def\@enum@widestlabel{7}% \@ifnextchar[{\@enumlabel@{\@compactenum@}[}{\@compactenum@}} % \end{macrocode} % \changes{v2.1 (2001/09/20)}{2001/09/17}{Adjustment of label width done in @@ -1132,6 +1136,8 @@ % \changes{v1.2 (1999/01/10)}{1999/01/07}{Added} % \changes{v1.8 (1999/04/29)}{1999/04/28}{Add extra bracket to optional % argument} +% \changes{v2.7 (2017/01/22)}{2017/01/22}{\cs{@enum@widestlabel@} must +% be initialized in case \cs{@enumlabel@} is not called} % If the user has requested it, we redefine the |enumerate| environment. % \begin{macrocode} \if@plnewenum @@ -1142,6 +1148,7 @@ \advance\@enumdepth \@ne \edef\@enumctr{enum\romannumeral\the\@enumdepth}% \fi + \def\@enum@widestlabel{7}% \@ifnextchar[{\@enumlabel@{\@enumerate@}[}{\@enumerate@}} % \end{macrocode} % \changes{v2.1 (2001/09/20)}{2001/09/17}{Adjustment of label width done in diff --git a/Master/texmf-dist/source/latex/paralist/paralist.ins b/Master/texmf-dist/source/latex/paralist/paralist.ins index f377ee2cb22..626530a1526 100644 --- a/Master/texmf-dist/source/latex/paralist/paralist.ins +++ b/Master/texmf-dist/source/latex/paralist/paralist.ins @@ -1,5 +1,5 @@ % File paralist.ins -% Copyright 1998-2016 Bernd Schandl +% Copyright 1998-2017 Bernd Schandl % Copyright 2013 Julian Gilbey (modifications in v2.4) % email schandl@gmx.com % @@ -18,7 +18,7 @@ % define preamble \preamble -Copyright 1998-2016 Bernd Schandl +Copyright 1998-2017 Bernd Schandl Copyright 2013 Julian Gilbey (modifications in v2.4) email schandl@gmx.com diff --git a/Master/texmf-dist/tex/latex/paralist/paralist.sty b/Master/texmf-dist/tex/latex/paralist/paralist.sty index 87fcff56a24..331ba002b65 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-2016 Bernd Schandl +%% Copyright 1998-2017 Bernd Schandl %% Copyright 2013 Julian Gilbey (modifications in v2.4) %% email schandl@gmx.com %% @@ -32,7 +32,7 @@ %% Right brace \} Tilde \~} %% \ProvidesPackage{paralist}% - [2016/08/07 v2.6 Extended list environments] + [2017/01/22 v2.7 Extended list environments] \NeedsTeXFormat{LaTeX2e} \newif\if@plnewitem\@plnewitemtrue \newif\if@plnewenum\@plnewenumtrue @@ -106,7 +106,7 @@ \fi \fi \if@pldoadjust - \setcounter{\@enumctr}{\@enum@widestlabel} + \setcounter{\@enumctr}{\@enum@widestlabel}% \settowidth{\@tempdima}{% \csname label\@enumctr\endcsname\hspace{\labelsep}}% \advance\@listdepth by 1\relax @@ -240,6 +240,7 @@ \advance\@enumdepth\@ne \edef\@enumctr{enum\romannumeral\the\@enumdepth}% \fi + \def\@enum@widestlabel{7}% \@ifnextchar[{\@enumlabel@{\@compactenum@}[}{\@compactenum@}} \def\@compactenum@{% \@adjust@enum@labelwidth @@ -262,6 +263,7 @@ \advance\@enumdepth \@ne \edef\@enumctr{enum\romannumeral\the\@enumdepth}% \fi + \def\@enum@widestlabel{7}% \@ifnextchar[{\@enumlabel@{\@enumerate@}[}{\@enumerate@}} \def\@enumerate@{% \@adjust@enum@labelwidth -- cgit v1.2.3