%^^A** file information % \CheckSum{6} % %^^A** abstract % \begin{abstract} % % \end{abstract} % \tableofcontents % % \part{Discussion} % % \DescribeMacro{\jaguar} % Typesets a nice jaguar. % % \StopEventually{} % % \part{Implementation} % \def\fileinfo{Description of X} ^^A ^^A What packages besides compsci do the package's DOX require? ^^A E.g., it's common for a package's dox to require the package itself. ^^A Use an argument like \usepackage. ^^A If the dox don't need packages, leave it \def'd to {} (else CheckSum fails) \def\DoXPackageS{} ^^A Include next line IFF your dox \cite anything. \def\initelyHavECitationS{} \def\fileversion{v1.0} \def\filedate{1996/03/25} \def\docdate{1996/03/25} % % \section{Requirements} % % \begin{macrocode} \NeedsTeXFormat{LaTeX2e} ^^A What packages does your package/class require? ^^A Omit next line if none. \RequirePackage{} % \end{macrocode} % % \section{Basics} % % \begin{macro}{\jaguar} % Defining a jaguar is easy. % \begin{macrocode} \newcommand\jaguar {% \MakeCat{Central-American}{black}{sharpteeth}% } % \end{macrocode} % \end{macro} % % \part{Configuration}^^A This part is optional. % % Other things are deferred to a configuration file. % \begin{macrocode} \InputIfFileExists{X.cfg}{}{} % \end{macrocode} % % The contents of the distributed configuration file are below. % % \InputIfFileExists{X.cfg}{}{} % % \Finale