% \begin{meta-comment} % % $Id: colour.dtx,v 1.1 2003/09/05 16:09:57 mdw Exp $ % % UK spellings of `colour' % % (c) 2003 Mark Wooding % %----- Revision history ----------------------------------------------------- % % $Log: colour.dtx,v $ % Revision 1.1 2003/09/05 16:09:57 mdw % New feature\! % % % \end{meta-comment} % % \begin{meta-comment} %% %% colour package -- color, 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{colour} %<+package> [2003/08/24 1.0 color, only spelt correctly] % \end{meta-comment} % % \CheckSum{26} %% \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{colour} \mdwdoc % % % \end{meta-comment} % %^^A------------------------------------------------------------------------- % \section{User guide} % % This is the |\package{color}| package, with the addition of English % spellings to the American misspellings. In particular, it provides % commands |\colour|, |\definecolour|, |\textcolour|, |\pagecolour|, % |\colourbox| and |\fcolourbox| commands. It also provides a \textsf{grey} % colour model, which works the same as \textsf{gray}. % %^^A------------------------------------------------------------------------- % \implementation % \section{Implementation} % % \begin{macrocode} %<*package> % \end{macrocode} % % Import the \package{color} package. % % \begin{macrocode} \DeclareOption*{\PassOptionsToPackage{\CurrentOption}{color}} \ProcessOptions \RequirePackage{color} % \end{macrocode} % % And add new definitions. % % \begin{macrocode} \let\colour\color \let\definecolour\definecolor \let\textcolour\textcolor \let\pagecolour\pagecolor \let\colourbox\colorbox \let\fcolourbox\fcolorbox \let\color@grey\color@gray % \end{macrocode} % % That's all there is. Byebye. % % \begin{macrocode} % % \end{macrocode} % \nopagebreak % % \hfill Mark Wooding, \today % % \Finale % \endinput