%% @texfile{
%%     filename="amsl-mon.tex",
%%     version="1.1",
%%     date="1-JUL-1991",
%%     filetype="AMS-LaTeX: documentation",
%%     copyright="Copyright (C) American Mathematical Society,
%%            all rights reserved.  Copying of this file is
%%            authorized only if either:
%%            (1) you make absolutely no changes to your copy
%%                including name; OR
%%            (2) if you do make changes, you first rename it to some
%%                other name.",
%%     author="American Mathematical Society",
%%     address="American Mathematical Society,
%%            Technical Support Group,
%%            P. O. Box 6248,
%%            Providence, RI 02940,
%%            USA",
%%     telephone="401-455-4080 or (in the USA) 800-321-4AMS",
%%     email="Internet: Tech-Support@Math.AMS.com",
%%     codetable="ISO/ASCII",
%%     checksumtype="line count",
%%     checksum="113",
%%     keywords="amslatex, ams-latex, tex",
%%     abstract="This file contains input for the top matter and
%%            control structure of a sample monograph illustrating
%%            the proper way to prepare such input for electronic
%%            submission to the AMS."
%%     }
%*********************************************************
%
% AMS-LaTeX 1.1 file for the top matter and control of a monograph
% for electronic submission.
%
\documentstyle{amsbook}
%
%  Macros that should be in AMS-LaTeX.
%  \LaTeX is already defined, but it does not work properly in sizes
%  other than ten point.
\makeatletter
\def\LaTeX{\leavevmode L\raise.42ex
    \hbox{\kern-.3em\size{\sf@size}{0pt}\selectfont A}\kern-.15em\TeX}
\makeatother
\newcommand{\AMSLaTeX}{\protect\AmS-\protect\LaTeX}
\newcommand{\BibTeX}{{\rm B\kern-.05em{\sc i\kern-.025emb}\kern-.08em\TeX}}

%  Theorems with a style different from the default; see
%  Guidelines for Preparing Electronic Manuscripts (AMS-LaTeX).

\newtheorem{thm}{Theorem}[subsection]
\newtheorem{lem}[thm]{Lemma}

\theoremstyle{definition}
\newtheorem{defn}{Definition}[subsection]
\newtheorem{exmp}{Example}[subsection]

%  In this monograph, we will have some figures labeled "a", "b", etc.
%  Provide a quick and dirty method of adding the letter to the label.
\newcommand{\subfig}{a}

%  In an example there are some cross-references to nonexistent equations.
%  Provide some dummy labels so that the input will look normal.
\makeatletter
\def\@currentlabel{2.1}\label{e:dispaa}
\def\@currentlabel{2.21}\label{e:dispau}
\def\@currentlabel{2.22}\label{e:dispav}
\def\@currentlabel{2.23}\label{e:dispaw}
\def\@currentlabel{2.24}\label{e:dispax}
\makeatother

%  We will also have a list with alphabetic labels at the first level.
%  This definition can be used to avoid entering [optional] labels for
%  every item.
\makeatletter
\def\alphenumi{%
  \def\theenumi{\alph{enumi}}%
  \def\p@enumi{\theenumi}%
  \def\labelenumi{(\@alph\c@enumi)}}
\makeatother

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

\begin{document}
\pagenumbering{roman}
\title{Sample \AMSLaTeX{} Electronic Manuscript for a Monograph}
\author{Composition Technical Support\\American Mathematical Society}
\address{Providence, R.I.}
\curraddr{201 Charles Street, Providence, R.I. 02904}
\email{Internet: tech-support@@Math.AMS.com}
\subjclass{54C40, 14E20; Secondary 46E25, 20C20}
\date{October 31, 1990}
\maketitle

\begin{abstract}
This sample monograph illustrates the use of the {\tt amsbook} style
of \AMSLaTeX.  The files {\bf amsl-mon.tex}, {\bf amsl-mch.tex} and
{\bf amsl-mon.bbl} were used to prepare this sample; an author should
use the coding in those files as a model.
\end{abstract}

\tableofcontents

\pagenumbering{arabic}
\setcounter{chapter}{3}
\include{amsl-mch}

\bibliographystyle{amsalpha}
\bibliography{amsl-bib}

\end{document}

% [end of file amsl-mon.tex]
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
