summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/latex/paralist/paralist.dtx
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/source/latex/paralist/paralist.dtx')
-rw-r--r--Master/texmf-dist/source/latex/paralist/paralist.dtx17
1 files changed, 9 insertions, 8 deletions
diff --git a/Master/texmf-dist/source/latex/paralist/paralist.dtx b/Master/texmf-dist/source/latex/paralist/paralist.dtx
index 073e6f8e76c..97c62d6535a 100644
--- a/Master/texmf-dist/source/latex/paralist/paralist.dtx
+++ b/Master/texmf-dist/source/latex/paralist/paralist.dtx
@@ -1,9 +1,8 @@
% \iffalse
% File paralist.dtx
-% Copyright 1998-2003 Bernd Schandl
-% Modifications copyright 2013 Julian Gilbey
-% email schandl@gmx.net
-% www http://sarovar.org/projects/paralist
+% Copyright 1998-2015 Bernd Schandl
+% Copyright 2013 Julian Gilbey (modifications in v2.4)
+% email schandl@gmx.com
%
% Documentation and documented source code for the paralist package.
%
@@ -39,7 +38,7 @@
%<driver>\ProvidesFile{paralist.drv}%
% \fi
% \ProvidesFile{paralist.dtx}%
- [2013/06/09 v2.4 Extended list environments]
+ [2015/12/30 v2.5 Extended list environments]
% \iffalse
%<*driver>
\documentclass[11pt]{ltxdoc}
@@ -77,6 +76,7 @@
% \changes{v2.3a (2002/03/10)}{2002/03/10}{Couple of changes}
% \changes{v2.3b (2002/03/18)}{2002/03/18}{Fix handling of flags}
% \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}
%
% \GetFileInfo{paralist.dtx}
% \CheckSum{1053}
@@ -94,7 +94,7 @@
%
% \title{\package{paralist}\thanks{Package version \fileversion{} of
% \filedate{}.} \\ Extended List Environments}
-% \author{Bernd Schandl \\ {\small |schandl@gmx.net|}}
+% \author{Bernd Schandl \\ {\small |schandl@gmx.com|}}
% \date{Printed on \today}
% \maketitle
%
@@ -977,8 +977,9 @@
counters.\MessageBreak The label is: \@gobble#2}%
\fi
% \end{macrocode}
+% \changes{v2.5 (2015/12/30)}{2015/12/30}{Add \%\ in last line to avoid excess space}
% Define |\labelenum|$\,n$ and |\theenum|$\,n$. And here we define a
-% macro |\@enumwidelabel@| so that if the document has |[|$n$|]| after
+% macro |\@enumwidestlabel@| so that if the document has |[|$n$|]| after
% the beginning of the enumerate environment, the label width will be
% determined by typesetting $n$ instead of the default 7.
% \begin{macrocode}
@@ -987,7 +988,7 @@
\@ifnextchar[{\@enumwidestlabel@{#1}}{\@enumwidestlabel@{#1}[7]}%
}
\def\@enumwidestlabel@#1[#2]{%
- \def\@enum@widestlabel{#2}
+ \def\@enum@widestlabel{#2}%
% \end{macrocode}
% Finally call the macro that finishes the \cs{begin} part of the
% calling environment.