%%@texfile{%
%% filename="testbook.tex",
%% version="1.1",
%% date="21-JUN-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 Department,
%%   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.org",
%% checksumtype="line count",
%% checksum="91",
%% codetable="ISO/ASCII",
%% keywords="latex, amslatex, ams-latex",
%% abstract="This file is part of the AMS-\LaTeX{} package, version 1.1.
%%   It is a sample \LaTeX{} document illustrating the use of the
%%   ``amsbook'' documentstyle. It contains \verb|\include| statements
%%   referring to the component files pref.tex, chap1.tex, chap2.tex,
%%   and app.tex."
%%}
%%% end of file header
%
\documentstyle{amsbook}

%% \theoremstyle{plain} %% This is the default
\newtheorem{thm}{Theorem}[section]
\newtheorem{cor}[thm]{Corollary}
\newtheorem{lem}[thm]{Lemma}

\begingroup \newlinechar=\endlinechar \catcode\endlinechar=12 
\typeout{
This sample file contains \protect\include\space statements for the
following chapters: pref chap1 chap2 app.

Enter the names of the chapters to be included, separated by}%
\endgroup%
\typein[\answer]{commas (no spaces):}
\includeonly{\answer}

\begin{document}
\pagenumbering{roman}
\title{One-Dimensional Stable Distributions}
\author{V. M. Zolotarev}
\address{Faculty of Mathematics and Statistics, Moscow State
University, Moscow, USSR}
\subjclass{47A56, 47A10; Secondary 47A55, 47A70, 47A68, 47B15}
\date{July 19, 1992}
\translator{H. H. McFaden}
\maketitle

\begin{abstract}
The file {\tt testbook.tex} and its included files demonstrate a
\LaTeX{} book setup using the documentstyle {\tt amsbook}. The abstract
will appear on the obverse of the  title page.
\end{abstract}

\tableofcontents

\pagenumbering{arabic}
\include{pref}
\include{chap1}
\include{chap2}
\include{app}

\bibliographystyle{amsplain}
\bibliography{test}

\end{document}
%% \CharacterTable
%%  {Upper-case    \A\B\C\D\E\F\G\H\I\J\K\L\M\N\O\P\Q\R\S\T\U\V\W\X\Y\Z
%%   Lower-case    \a\b\c\d\e\f\g\h\i\j\k\l\m\n\o\p\q\r\s\t\u\v\w\x\y\z
%%   Digits        \0\1\2\3\4\5\6\7\8\9
%%   Exclamation   \!     Double quote  \"     Hash (number) \#
%%   Dollar        \$     Percent       \%     Ampersand     \&
%%   Acute accent  \'     Left paren    \(     Right paren   \)
%%   Asterisk      \*     Plus          \+     Comma         \,
%%   Minus         \-     Point         \.     Solidus       \/
%%   Colon         \:     Semicolon     \;     Less than     \<
%%   Equals        \=     Greater than  \>     Question mark \?
%%   Commercial at \@     Left bracket  \[     Backslash     \\
%%   Right bracket \]     Circumflex    \^     Underscore    \_
%%   Grave accent  \`     Left brace    \{     Vertical bar  \|
%%   Right brace   \}     Tilde         \~}
