Fix dates and version numbers in the package files.
[mdwtools] / mdwthm.dtx
index ea0f112..145dca1 100644 (file)
@@ -1,28 +1,18 @@
-% \begin{meta-comment}
-%
-% $Id: mdwthm.dtx,v 1.5 2003/12/01 00:47:56 mdw Exp $
-%
-% Standard theorem typesetting
-%
-% (c) 2001 Mark Wooding
-%
-% \end{meta-comment}
-%
 % \begin{meta-comment} <general public licence>
 %%
 %% mdwthm package -- standard theorem stuff
-%% Copyright (c) 2001 Mark Wooding
+%% Copyright (c) 2001--2003, 2006, 2008 Mark Wooding
 %%
 %% 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.
-%% 
+%%
 %% 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.
-%% 
+%%
 %% 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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
 % \begin{meta-comment} <Package preambles>
 %<+package>\NeedsTeXFormat{LaTeX2e}
 %<+package>\ProvidesPackage{mdwthm}
-%<+package>                [2001/09/16 1.0 theorem typesetting]
+%<+package>                [2020/09/06 1.14.0 Theorem typesetting]
 %<+thmstyle>\ProvidesFile{mdwmargin.thm}
-%<+thmstyle>             [2001/09/16 1.0 numbers-in-the-margin theorem style]
+%<+thmstyle>             [2020/09/06 1.14.0 Numbers-in-the-margin theorem style]
 % \end{meta-comment}
 %
-% \CheckSum{205}
+% \CheckSum{204}
 %% \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
 % Ah, but nobody actually does anything with |\after@thm|.  Let's fix that.
 %
 %    \begin{macrocode}
-\AtEndOfPackage{\def\@endtheorem{\after@thm\endtrivlist\@endpefalse}}
+\AtEndOfPackage{\def\@endtheorem{\after@thm\endtrivlist}}
 %    \end{macrocode}
 % \end{macro}
 % \end{macro}