[Python-checkins] python/dist/src/Doc/lib mimelib.tex,NONE,1.1

fdrake@users.sourceforge.net fdrake@users.sourceforge.net
Tue, 01 Oct 2002 07:38:49 -0700


Update of /cvsroot/python/python/dist/src/Doc/lib
In directory usw-pr-cvs1:/tmp/cvs-serv18923

Added Files:
	mimelib.tex 
Log Message:
Stub document for the stand-alone email package distribution.
Barry, please add a reasonable abstract!


--- NEW FILE: mimelib.tex ---
\documentclass{howto}

\title{email Package Reference}
\author{Barry Warsaw}
\authoraddress{\email{barry@zope.com}}

\date{\today}
\release{2.4}			% software release, not documentation
\setreleaseinfo{}		% empty for final release
\setshortversion{2.4}		% major.minor only for software

\begin{document}

\maketitle

\begin{abstract}
  The \module{email} package can be used to handle email.
\end{abstract}

% The ugly "%begin{latexonly}" pseudo-environment supresses the table
% of contents for HTML generation.
%
%begin{latexonly}
\tableofcontents
%end{latexonly}

\input{email}

\end{document}