From: mdw Date: Fri, 5 Sep 2003 16:15:33 +0000 (+0000) Subject: Fix title typesetting: use Oxford comma. X-Git-Tag: 1.7.0~2 X-Git-Url: https://git.distorted.org.uk/~mdw/mdwtools/commitdiff_plain/21d3670d0db0796c709a9bca94a80ca4a9848b6f Fix title typesetting: use Oxford comma. --- diff --git a/mdwtools.tex b/mdwtools.tex index cdc22f0..c221045 100644 --- a/mdwtools.tex +++ b/mdwtools.tex @@ -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 @@ % % \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 @@ -1025,6 +1028,7 @@ \ifcase\count@% \or\@nextitem\space#3% \or\ and \@nextitem\space#4% + \else,\ and \@nextitem\space#4% \fi% }% % \end{macrocode}