mdwtab.dtx: Add a sneaky kern after `\multicolumn'.
[mdwtools] / mdwlist.dtx
index f93ef07..91e625d 100644 (file)
@@ -1,51 +1,33 @@
-% \begin{meta-comment}
-%
-% $Id: mdwlist.dtx,v 1.1 2002/02/03 20:49:03 mdw Exp $
-%
-% Various list-related things
-%
-% (c) 1996 Mark Wooding
-%
-%----- Revision history -----------------------------------------------------
-%
-% $Log: mdwlist.dtx,v $
-% Revision 1.1  2002/02/03 20:49:03  mdw
-% Checkin for new build system.
-%
-% Revision 1.1  1996/11/19 20:52:26  mdw
-% Initial revision
-%
-%
-% \end{meta-comment}
-%
 % \begin{meta-comment} <general public licence>
 %%
 %% mdwlist package -- various list-related things
-%% Copyright (c) 1996 Mark Wooding
+%% Copyright (c) 1996, 2002, 2003 Mark Wooding
+%%
+%% This file is part of the `mdwtools' LaTeX package collection.
 %%
-%% This program is free software; you can redistribute it and/or modify
-%% it under the terms of the GNU General Public License as published by
-%% the Free Software Foundation; either version 2 of the License, or
-%% (at your option) any later version.
+%% `mdwtools' is free software: you can redistribute it and/or modify it
+%% under the terms of the GNU General Public License as published by the
+%% Free Software Foundation; either version 2 of the License, or (at your
+%% option) any later version.
 %%
-%% This program is distributed in the hope that it will be useful,
-%% but WITHOUT ANY WARRANTY; without even the implied warranty of
-%% MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-%% GNU General Public License for more details.
+%% `mdwtools' is distributed in the hope that it will be useful, but
+%% WITHOUT ANY WARRANTY; without even the implied warranty of
+%% MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+%% General Public License for more details.
 %%
 %% You should have received a copy of the GNU General Public License
-%% along with this program; if not, write to the Free Software
-%% Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+%% along with `mdwtools'.  If not, write to the Free Software Foundation,
+%% Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
 %%
 % \end{meta-comment}
 %
 % \begin{meta-comment} <Package preambles>
 %<+package>\NeedsTeXFormat{LaTeX2e}
 %<+package>\ProvidesPackage{mdwlist}
-%<+package>                [1996/05/02 1.1 Various list-related things]
+%<+package>                [2020/09/06 1.14.0 Various list-related things]
 % \end{meta-comment}
 %
-% \CheckSum{179}
+% \CheckSum{183}
 %% \CharacterTable
 %%  {Upper-case    \A\B\C\D\E\F\G\H\I\J\K\L\M\N\O\P\Q\R\S\T\U\V\W\X\Y\Z
 %%   Lower-case    \a\b\c\d\e\f\g\h\i\j\k\l\m\n\o\p\q\r\s\t\u\v\w\x\y\z
 % \end{itemize}
 %
 %    \begin{macrocode}
-\def\note{\@ifnextchar[\note@i{\note@i[Note]}}
-\def\note@i[#1]{%
-  \basedescript{%
-    \sbox\z@{\makelabel{#1}}%
-    \desclabelwidth{\wd\z@}%
-  }%
-  \item[\box\z@]%
-}
-\let\endnote\endbasedescript
+\ifx\note\@@undefined
+  \def\note{\@ifnextchar[\note@i{\note@i[Note]}}
+  \def\note@i[#1]{%
+    \basedescript{%
+      \sbox\z@{\makelabel{#1}}%
+      \desclabelwidth{\wd\z@}%
+    }%
+    \item[\box\z@]%
+  }
+  \let\endnote\endbasedescript
+\fi
 %    \end{macrocode}
 %
 % \end{environment}