summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/latex/paralist
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2015-12-31 22:39:16 +0000
committerKarl Berry <karl@freefriends.org>2015-12-31 22:39:16 +0000
commit4b6e5f03ec37ab653671e7ce529afe4dda6dbdfa (patch)
tree2a83c5ba571121b4d4f1341a437a6aa554e16206 /Master/texmf-dist/source/latex/paralist
parentb0759d83c908750cbeb7566d171b930c7c6bfec5 (diff)
paralist (31dec15)
git-svn-id: svn://tug.org/texlive/trunk@39247 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/latex/paralist')
-rw-r--r--Master/texmf-dist/source/latex/paralist/paralist.drv8
-rw-r--r--Master/texmf-dist/source/latex/paralist/paralist.dtx17
-rw-r--r--Master/texmf-dist/source/latex/paralist/paralist.ins12
3 files changed, 19 insertions, 18 deletions
diff --git a/Master/texmf-dist/source/latex/paralist/paralist.drv b/Master/texmf-dist/source/latex/paralist/paralist.drv
index afe2f2f65b9..27e3e27a694 100644
--- a/Master/texmf-dist/source/latex/paralist/paralist.drv
+++ b/Master/texmf-dist/source/latex/paralist/paralist.drv
@@ -6,9 +6,9 @@
%%
%% paralist.dtx (with options: `driver')
%%
-%% Copyright 1998-2002 Bernd Schandl
-%% email schandl@gmx.net
-%% www http://schandl.gmxhome.de/paralist
+%% Copyright 1998-2015 Bernd Schandl
+%% Copyright 2013 Julian Gilbey (modifications in v2.4)
+%% email schandl@gmx.com
%%
%% This file can be redistributed and/or modified under the terms
%% of the LaTeX Project Public License distributed from CTAN
@@ -32,7 +32,7 @@
%% Right brace \} Tilde \~}
%%
\ProvidesFile{paralist.drv}%
- [2013/06/09 v2.4 Extended list environments]
+ [2015/12/30 v2.5 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 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.
diff --git a/Master/texmf-dist/source/latex/paralist/paralist.ins b/Master/texmf-dist/source/latex/paralist/paralist.ins
index 86faa2e1a82..5292a2b0099 100644
--- a/Master/texmf-dist/source/latex/paralist/paralist.ins
+++ b/Master/texmf-dist/source/latex/paralist/paralist.ins
@@ -1,7 +1,7 @@
% File paralist.ins
-% Copyright 1998-2002 Bernd Schandl
-% email schandl@gmx.net
-% www http://schandl.gmxhome.de/paralist
+% Copyright 1998-2015 Bernd Schandl
+% Copyright 2013 Julian Gilbey (modifications in v2.4)
+% email schandl@gmx.com
%
% Installation file for the paralist package.
%
@@ -18,9 +18,9 @@
% define preamble
\preamble
-Copyright 1998-2002 Bernd Schandl
-email schandl@gmx.net
-www http://schandl.gmxhome.de/paralist
+Copyright 1998-2015 Bernd Schandl
+Copyright 2013 Julian Gilbey (modifications in v2.4)
+email schandl@gmx.com
This file can be redistributed and/or modified under the terms
of the LaTeX Project Public License distributed from CTAN