texlive[43021] Master/texmf-dist: paralist (22jan17)

commits+karl at tug.org commits+karl at tug.org
Sun Jan 22 23:36:21 CET 2017


Revision: 43021
          http://tug.org/svn/texlive?view=revision&revision=43021
Author:   karl
Date:     2017-01-22 23:36:21 +0100 (Sun, 22 Jan 2017)
Log Message:
-----------
paralist (22jan17)

Modified Paths:
--------------
    trunk/Master/texmf-dist/doc/latex/paralist/README
    trunk/Master/texmf-dist/doc/latex/paralist/paralist.pdf
    trunk/Master/texmf-dist/source/latex/paralist/paralist.drv
    trunk/Master/texmf-dist/source/latex/paralist/paralist.dtx
    trunk/Master/texmf-dist/source/latex/paralist/paralist.ins
    trunk/Master/texmf-dist/tex/latex/paralist/paralist.sty

Modified: trunk/Master/texmf-dist/doc/latex/paralist/README
===================================================================
--- trunk/Master/texmf-dist/doc/latex/paralist/README	2017-01-22 22:36:09 UTC (rev 43020)
+++ trunk/Master/texmf-dist/doc/latex/paralist/README	2017-01-22 22:36:21 UTC (rev 43021)
@@ -60,7 +60,7 @@
 
 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:

Modified: trunk/Master/texmf-dist/doc/latex/paralist/paralist.pdf
===================================================================
(Binary files differ)

Modified: trunk/Master/texmf-dist/source/latex/paralist/paralist.drv
===================================================================
--- trunk/Master/texmf-dist/source/latex/paralist/paralist.drv	2017-01-22 22:36:09 UTC (rev 43020)
+++ trunk/Master/texmf-dist/source/latex/paralist/paralist.drv	2017-01-22 22:36:21 UTC (rev 43021)
@@ -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 at 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}
 

Modified: trunk/Master/texmf-dist/source/latex/paralist/paralist.dtx
===================================================================
--- trunk/Master/texmf-dist/source/latex/paralist/paralist.dtx	2017-01-22 22:36:09 UTC (rev 43020)
+++ trunk/Master/texmf-dist/source/latex/paralist/paralist.dtx	2017-01-22 22:36:21 UTC (rev 43021)
@@ -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 at gmx.com
 %
@@ -38,7 +38,7 @@
 %<driver>\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 at pldoadjust
-    \setcounter{\@enumctr}{\@enum at widestlabel}
+    \setcounter{\@enumctr}{\@enum at 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 at 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 at 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 at 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 at plnewenum
@@ -1142,6 +1148,7 @@
       \advance\@enumdepth \@ne
       \edef\@enumctr{enum\romannumeral\the\@enumdepth}%
     \fi
+    \def\@enum at widestlabel{7}%    
     \@ifnextchar[{\@enumlabel@{\@enumerate@}[}{\@enumerate@}} 
 %    \end{macrocode}
 % \changes{v2.1 (2001/09/20)}{2001/09/17}{Adjustment of label width done in

Modified: trunk/Master/texmf-dist/source/latex/paralist/paralist.ins
===================================================================
--- trunk/Master/texmf-dist/source/latex/paralist/paralist.ins	2017-01-22 22:36:09 UTC (rev 43020)
+++ trunk/Master/texmf-dist/source/latex/paralist/paralist.ins	2017-01-22 22:36:21 UTC (rev 43021)
@@ -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 at 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 at gmx.com
 

Modified: trunk/Master/texmf-dist/tex/latex/paralist/paralist.sty
===================================================================
--- trunk/Master/texmf-dist/tex/latex/paralist/paralist.sty	2017-01-22 22:36:09 UTC (rev 43020)
+++ trunk/Master/texmf-dist/tex/latex/paralist/paralist.sty	2017-01-22 22:36:21 UTC (rev 43021)
@@ -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 at 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 at plnewitem\@plnewitemtrue
 \newif\if at plnewenum\@plnewenumtrue
@@ -106,7 +106,7 @@
     \fi
   \fi
   \if at pldoadjust
-    \setcounter{\@enumctr}{\@enum at widestlabel}
+    \setcounter{\@enumctr}{\@enum at 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 at widestlabel{7}%
   \@ifnextchar[{\@enumlabel@{\@compactenum@}[}{\@compactenum@}}
 \def\@compactenum@{%
   \@adjust at enum@labelwidth
@@ -262,6 +263,7 @@
       \advance\@enumdepth \@ne
       \edef\@enumctr{enum\romannumeral\the\@enumdepth}%
     \fi
+    \def\@enum at widestlabel{7}%
     \@ifnextchar[{\@enumlabel@{\@enumerate@}[}{\@enumerate@}}
   \def\@enumerate@{%
     \@adjust at enum@labelwidth



More information about the tex-live-commits mailing list