% __NAME__.tex -- documentation for the __ROOT-NAME__ __TYPE__.
%
%   This program is part of the __BUNDLE__ bundle for LaTeX2e.
%
%   Copyright (C) 1995-2001 Matt Swift <[email protected]>
%
%     This program is free software; you may redistribute it and/or
%     modify it under the conditions of the LaTeX Project Public
%     License, either version 1.2 or (at your option) any later
%     version.  The latest version of this license is in
%     http://www.latex-project.org/lppl.txt, and version 1.2 or later
%     is part of all distributions of LaTeX version 1999/12/01 or
%     later.
%
%     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
%     LaTeX Project Public License for more details.
%
\documentclass{ltxdoc}
\makeatletter
\def\part {%
 \clearpage
 \@afterindentfalse
 \secdef\@part\@spart
}
\def\StripV #1{\E@cdr #1\@nil}
\makeatother
\usepackage{attrib,compsci}
\newbook\manual {Chicago\nocite{chicago:14} Manual of Style}[Chicago Manual]
\newbook\MLAman {The\nocite{mlaman} MLA Style Manual and Guide to Scholarly Publishing}
               [The MLA Style Manual]
\newtheorem{lessoninternal}{Lesson}
\newenvironment{lesson} {%
 \let\AttribInit\sffamily
 \let\PreTrib\textsection
 \let\PostTrib\ShortEmpty
 \lessoninternal
 } {%
 \endlessoninternal
 }
\newcommand\manualref [1] {\textsf{\S #1}}
\ProcessDTXFile{__NAME__.__VERSION-INFO-SUFFIX__}
\newlet\MaybeABib\relax
\IfCitations {
 \def\MaybeABib {%
   \newpage
   \bibliographystyle{achicago}%
   \bibliography{__BUNDLE-BIB__}%
 }
 \SaveDoXVarS
 \usepackage{achicago}
 \RestoreDoXVarS
}
\CodelineIndex
\EnableCrossrefs
\begin{document}
\date{Version: \StripV\fileversion \qquad Date: \filedate\\
     \relsize{-2}Documentation revision: \docdate}
\author{Matt Swift \email{[email protected]}}
\title{The \textsf{__ROOT-NAME__} __TYPE__ \\\smaller \fileinfo}
\maketitle
\DocInput{__ROOT-NAME__.__SUFFIX__}
\MaybeABib
\newpage
\PrintIndex
\end{document}