mirror of https://github.com/python/cpython.git
30 lines
596 B
TeX
30 lines
596 B
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}
|