Fix title typesetting: use Oxford comma.
authormdw <mdw>
Fri, 5 Sep 2003 16:15:33 +0000 (16:15 +0000)
committermdw <mdw>
Fri, 5 Sep 2003 16:15:33 +0000 (16:15 +0000)
mdwtools.tex

index cdc22f0..c221045 100644 (file)
@@ -1,6 +1,6 @@
 % \begin{meta-comment}
 %
-% $Id: mdwtools.tex,v 1.1 2002/02/03 20:49:03 mdw Exp $
+% $Id: mdwtools.tex,v 1.2 2003/09/05 16:15:33 mdw Exp $
 %
 % Common declarations for mdwtools.dtx files
 %
@@ -9,6 +9,9 @@
 %----- Revision history -----------------------------------------------------
 %
 % $Log: mdwtools.tex,v $
+% Revision 1.2  2003/09/05 16:15:33  mdw
+% Fix title typesetting: use Oxford comma.
+%
 % Revision 1.1  2002/02/03 20:49:03  mdw
 % Checkin for new build system.
 %
@@ -46,7 +49,7 @@
 %</mdwtools>
 % \end{meta-comment}
 %
-% \CheckSum{668}
+% \CheckSum{672}
 %% \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
     \ifcase\count@%
     \or\@nextitem\space#3%
     \or\ and \@nextitem\space#4%
+    \else,\ and \@nextitem\space#4%
     \fi%
   }%
 %    \end{macrocode}