%% 
%% This is file `ltxdoc.cls', generated 
%% on <1994/1/30> with the docstrip utility (2.2c).
%% 
%% The original source files were:
%% 
%% ltxdoc.dtx 
%% 
%% Copyright (C) 1993 by LaTeX3 project. All rights reserved. 
%% For additional copyright information see further down in this file. 
%% 
%% This file is part of the LaTeX2e system (PRELIMINARY TEST RELEASE) 
%% ------------------------------------------------------------------ 
%% 
%% This system 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. 
%% 
%% 
%% IMPORTANT NOTICE: 
%% 
%% For error reports in case of UNCHANGED versions see readme files. 
%% 
%% Please do not request updates from us directly. Distribution is 
%% done through Mail-Servers and TeX organizations. 
%% 
%% You are not allowed to change this file. 
%% 
%% You are allowed to distribute this file under the condition that 
%% it is distributed together with all files mentioned in 00readme.l2e. 
%% 
%% If you receive only some of these files from someone, complain! 
%% 
%% You are NOT ALLOWED to distribute this file alone. You are NOT 
%% ALLOWED to take money for the distribution or use of either this 
%% file or a changed version, except for a nominal charge for copying 
%% etc. 
\def\fileversion{v1.0b}
\def\filedate{1993/12/16}

\NeedsTeXFormat{LaTeX2e}

\ProvidesClass{ltxdoc}[\filedate\space\fileversion\space
                       LaTeX2e documentation class]

\DeclareOption{a5paper}{\@latexerr{Option not supported}%
                                  {}}

\DeclareOption*{\PassOptionsToClass{\CurrentOption}{article}}

\IfFileExists{ltxdoc.cfg}
           {\typeout{*************************************^^J%
                     *^^J%
                     * Local config file ltxdoc.cfg used^^J%
                     *^^J%
                     *************************************}%
            \@@input ltxdoc.cfg }
           {}

\ProcessOptions

\LoadClass{article}

\RequirePackage{doc}

\MakeShortVerb{\|}

\def\cmd#1{\protect\pcmd{\expandafter\@gobble\string#1}}
\def\pcmd#1{\texttt{\char`\\#1}}

\CodelineIndex
\DisableCrossrefs

\endinput
%% 
%% End of file `ltxdoc.cls'.
