% \begin{meta-comment} % % $Id: centre.dtx,v 1.1 2003/09/05 16:09:56 mdw Exp $ % % UK spellings of `centre' % % (c) 2003 Mark Wooding % %----- Revision history ----------------------------------------------------- % % $Log: centre.dtx,v $ % Revision 1.1 2003/09/05 16:09:56 mdw % New feature\! % % % \end{meta-comment} % % \begin{meta-comment} %% %% centre package -- center, only spelt correctly %% Copyright (c) 2003 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., 675 Mass Ave, Cambridge, MA 02139, USA. %% % \end{meta-comment} % % \begin{meta-comment} %<+package>\NeedsTeXFormat{LaTeX2e} %<+package>\ProvidesPackage{centre} %<+package> [2003/08/24 1.0 center, only spelt correctly] % \end{meta-comment} % % \CheckSum{21} %% \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 %% Digits \0\1\2\3\4\5\6\7\8\9 %% Exclamation \! Double quote \" Hash (number) \# %% Dollar \$ Percent \% Ampersand \& %% Acute accent \' Left paren \( Right paren \) %% Asterisk \* Plus \+ Comma \, %% Minus \- Point \. Solidus \/ %% Colon \: Semicolon \; Less than \< %% Equals \= Greater than \> Question mark \? %% Commercial at \@ Left bracket \[ Backslash \\ %% Right bracket \] Circumflex \^ Underscore \_ %% Grave accent \` Left brace \{ Vertical bar \| %% Right brace \} Tilde \~} %% % % \begin{meta-comment} % %<*driver> \input{mdwtools} \describespackage{centre} \mdwdoc % % % \end{meta-comment} % %^^A------------------------------------------------------------------------- % \section{User guide} % % \DescribeMacro\vcentre % \DescribeEnv{centre} % \DescribeMacro\centring % \DescribeMacro\centreline % \DescribeMacro\textasteriskcentred % \DescribeMacro\textdotcentred % More of my ranting about American spellings. A bunch of synonyms for those % whose spelling of `centre' is French-influenced. % % %^^A------------------------------------------------------------------------- % \implementation % \section{Implementation} % % \begin{macrocode} %<*package> % \end{macrocode} % % And add new definitions. % % \begin{macrocode} \let\vcentre\vcenter \let\centre\center \let\endcentre\endcenter \let\centring\centering \let\centreline\centerline \let\textasteriskcentred\textasteriskcentered \let\textdotcentred\textperiodcentered % \end{macrocode} % % That's all there is. Byebye. % % \begin{macrocode} % % \end{macrocode} % \nopagebreak % % \hfill Mark Wooding, \today % % \Finale % \endinput