% The CRCKAPB.STY should be in your LaTeX directory.

% Begin your text file with:

\documentstyle[editedvolume]{crckapb} 

% Alternatives:
%    \documentstyle[proceedings]{crckapb} 
%    \documentstyle[monograph]{crckapb} 
%    \documentstyle[nato]{crckapb} 

\newcommand{\stt}{\small\tt}

% This document needs the CRCKAPB.STY file to create a 
% document with font size 12pts. 
% The title, subtitle, author's name(s) and institute(s) 
% are handled by the `opening' environment.

\begin{opening}
\title{THE `CRCKAPB' LaTeX STYLE FILE:\protect\\
       INSTRUCTIONS FOR AUTHORS}
\subtitle{Basic Instructions}

% You can split the title and subtitle by putting 
% two backslashes at the appropriate place. 

\author{A.N. AUTHOR}
\institute{Affiliation\\
           Institute address}
% If there are more authors at one institute, you should first
% use \author{...} for each author followed by \institute{...}.

\end{opening}

\runningtitle{THE CRCKAPB STYLE FILE}

\begin{document}

% The \begin{document} command comes after the \end{opening}
% command.


\section{Introduction}

The {\sc crckapb} style file is a style file that should be used
when preparing (submissions to) camera-ready books. 
The {\sc crckapb} style file is very similar to the {\sc article}
style file of \LaTeX.\par
Kluwer Academic Publishers distinguishes four types of camera-ready
publications: an edited volume, a proceedings, a monograph and the NATO-series. 
The layout of the first two types is the same. Consequently, as far as 
the style file is concerned, we distinguish three types of camera-ready
publications: (a) an edited volume or a proceedings, (b) a monograph and
(c) a volume in the NATO-series.

\section{The `Opening' Environment}

The title, subtitle, author names and affiliations and the date are handled 
by the {\stt opening} environment in the preamble. The structure 
of this environment is similar for proceedings, edited volumes and the NATO 
books. Below an example of the {\stt opening} environment 
for these types.

\subsection{Proceedings, edited volume, NATO}
\begin{quote}
{\small
\begin{verbatim}
\documentstyle[proceedings]{crckapb} % or: editedvolume, NATO
\begin{opening}
\title{THE TITLE OF THE CONTRIBUTION}
\subtitle{If There Is Any}
\author{AUTHOR'S NAME}
\institute{Affiliation\\
Institute address}
\end{opening}
\begin{document}
....
\end{document}
\end{verbatim}}
\end{quote}
Note the documentstyle option that indicates the type of camera-ready
publication. This is not a style file!\par
Both the title and the author's name 
will {\it always\/} be typeset in roman capitals, the affiliation
in italics, capital and lower case.
In case of more than one author, the {\stt $\backslash$author} command
should be repeated for every author.
\begin{quote}
{\small
\begin{verbatim}
\author{A.N. Author 1}
\author{B.N. Author 2}
\end{verbatim}}
\end{quote}
If there is more than one author at the same institute, you
should first use the {\stt $\backslash$author} command for each author and
then use the {\stt $\backslash$institute} command.
\begin{quote}
{\small
\begin{verbatim}
\author{A. Author 1}
\author{B. Author 2}
\institute{Affiliation of Author 1 and Author 2}
\author{C. Author 3}
\institute{Affiliation of Author 3}
\end{verbatim}}
\end{quote}
Two backslashes (\verb+\\+) can be used within the {\stt $\backslash$title} and
the {\stt $\backslash$institute} command to split them at an appropriate place.
In the title, a {\stt $\backslash$protect} command should precede the backslashes.

\subsection{Monograph}
\begin{quote}
{\small
\begin{verbatim}
\documentstyle[monograph]{crckapb}
\begin{opening}
\title{THE TITLE OF THE CHAPTER}
\subtitle{If There Is Any}
\end{opening}
\begin{document}
....
\end{document}
\end{verbatim}}
\end{quote}
The {\stt $\backslash$author} and {\stt $\backslash$institute} commands are
not necessary here. The style file will put the word `{\sc chapter}' and 
the chapter number in figures on the running head line of the title page
and all subsequent even pages automatically.

\section{Running Heads}

The style file automatically typesets the title of your document
as the running headline of all odd pages.
However, when the title of your chapter is too long, 
the running title will be omitted in the printout.
You can then make a short running title by putting a 
{\stt $\backslash$runningtitle} command between the {\stt $\backslash$end\{opening\}} 
and {\stt $\backslash$begin\{document\}} commands. 
For instance, the running title of these 
instructions was created by the command:\\
{\stt $\backslash$runningtitle\{THE CRCKAPB STYLE FILE\}}

\section{Abstract}
If you want to make an abstract, you can use the {\stt abstract}
environment which is standard \LaTeX. 
You need not enter the word `Abstract'.\par

\section{Headings}

Please distinguish the following four levels of headings:

\begin{quote}

\setcounter{section}{0}
\setcounter{subsection}{0}

\section{First-order Heading}
This heading is created with the {\stt $\backslash$section} command.

\subsection{SECOND-ORDER HEADING IN  CAPITALS}

This heading is created with the {\stt $\backslash$subsection} command.
If no capital letters are used, it will automatically be converted 
to capital letters by the style file.

\subsubsection{Third-order Heading in Italics}

This heading is created with the {\stt $\backslash$subsubsection} command.
You should use capital letters for every main word in this heading.

\paragraph{Fourth-order Heading in Italics.} 
The {\stt $\backslash$paragraph} command created this heading.
A full stop should be keyed in at the end of the heading. Again,
you should use capital letters for every main word in this heading.
\end{quote}

\setcounter{section}{5}
\setcounter{subsection}{3}

\noindent If you want to break one of the above-mentioned headings at 
a specific position, you can insert two backslashes in the heading, 
immediately preceded by a {\stt $\backslash$protect} command.

\section{Figures and Tables}
\subsection{Figures}
The {\stt figure} environment produces space and a figure caption
in the text. The numbering of figures is automatic.
\begin{quote}
{\small
\begin{verbatim}
\begin{figure}
\vspace{5cm}  % amount of vertical space needed
\caption{Caption text}
\end{figure}
\end{verbatim}}
\end{quote}
The {\sc crckapb} style file puts figures wherever possible on the
top of the page. This may not always work, in which case you
need to be a little creative and consult the \LaTeX\ manual.

\subsection{Tables}
Tables can be generated in several environments for which we
kindly advise you to refer to the \LaTeX\ manual.
An example of the convenient {\stt tabular} environment for
simple tables follows.
\begin{quote}
{\small
\begin{verbatim}
\begin{table}[htb]
\begin{center}
\caption{Caption text}
\begin{tabular}{lll}
\hline
Description 1 & Description 2 & Description 3\\
\hline
Row 1, Col 1 & Row 1, Col 2 & Row 1, Col 3\\
Row 2, Col 1 & Row 2, Col 2 & Row 2, Col 3\\
Row 3, Col 1 & Row 3, Col 2 & Row 3, Col 3\\
\hline
\end{tabular}
\end{center}
\end{table}
\end{verbatim}}
\end{quote}

\noindent This produces:

\begin{table}[htb]
\begin{center}
\caption{Caption text}
\begin{tabular}{lll}
\hline 
Description 1 & Description 2 & Description 3\\
\hline
Row 1, Col 1 & Row 1, Col 2 & Row 1, Col 3\\
Row 2, Col 1 & Row 2, Col 2 & Row 2, Col 3\\
Row 3, Col 1 & Row 3, Col 2 & Row 3, Col 3\\
\hline
\end{tabular}
\end{center}
\end{table}

\noindent We wish to avoid using both vertical rules between
columns and horizontal rules between rows. You should, 
however, always use the following three horizontal rules:
a top rule, a middle rule and a bottom rule.

\subsection{Positioning of Figures and Tables}
The position of a table in the text may not always be
appropriate. As with 
figures, they are treated by \TeX\ as `floats'; the style file 
tries to put it wherever possible on the top
of the page.
On some occasions you may wish to put it at one particular spot
in the text.
The option {\stt [h]} can then be used: 
{\stt $\backslash$begin\{table\}[h]}. However, if the table or figure cannot
be placed on that particular position on the page, you will find it on a
separate page at the end of your document. It is better, therefore, to use
the option {\stt $\backslash$begin\{table\}[htb]} instead.

\subsubsection{Special Table Style File}
If it is necessary to create a table that stretches out over more 
than one page, you can obtain the style file {\sc supertab.sty}
from the Publisher.

\section{Appendices}
An Appendix can be generated by  using the 
{\stt $\backslash$appendix} command, 
followed by a {\stt $\backslash$section} command. This results in
a Roman numbered Appendix section.

\section{References}
When you use BiB\TeX\ for your references, we kindly refer 
you to Section~\ref{bibtex} below.

References are inserted in the {\stt thebibliography}
environment. We distinguish two styles of References lists: 
alphabetically sorted and numbered.
You can select one of these styles by including the appropriate
document style option in the {\stt $\backslash$documentstyle} command. 
If no documentstyle option is included, the references
will be sorted alphabetically.

You can make a list of empty {\stt $\backslash$bibitem\{\}} commands
to create your reference list, e.g.:

\begin{quote}
{\small
\begin{verbatim}
\begin{thebibliography}{}  % Note the empty braces!
\bibitem{}
Smith, I.N., Johnes, R.S. and Hines, W.P. (1992) Title of the 
Article, {\it Journal Title in Italics}, {\bf Vol.~no.~X}, 
pp.~00--00}
\bibitem{}
Meyers, R.T. (1988) {\it The Likelihood of Knowledge\/}.
Kluwer Academic Publishers, Dordrecht.
\end{verbatim}}
\end{quote}

\noindent When the documentstyle option {\stt [namedreferences]} is selected,
the above reference list will be alphabetical (as sorted by the author).
Please note that the {\stt $\backslash$begin\{thebibliography\}} 
command should be followed by an
empty pair of curly braces. In case the documentstyle option
{\stt [numreferences]} was used, the references will be numbered
automatically in a list and the pair of curly braces after the
{\stt $\backslash$begin\{thebibliography\}} command should contain a 
number that corresponds with the widest number in the list below it.\par

You must do the formatting of the bibitems yourself. For the layout conventions 
we kindly refer you to the volume editor or your contact person at Kluwer
Academic Publishers.


\subsection{Cross-references to an Alphabetical References List}
\label{alpharef}

If you want to use the {\stt $\backslash$cite} command to make automatic
cross-references to your reference list, you should give every
{\stt $\backslash$bibitem\{\}} in the {\stt thebibliography} 
environment a key to be referred to and a {\stt 
$\backslash$citeauthoryear} 
command as an option to generate the desired reference in your text.
The {\stt $\backslash$citeauthoryear} command should have two arguments: 
the author's 
name(s) and the year. It should be preceded by a 
{\stt $\backslash$protect} command, i.e.:\\
{\stt $\backslash$bibitem[$\backslash$protect%
$\backslash$citeauthoryear\{authorname(s)\}\{year\}]\{key\}}\\
\\
In case of more than two authors, the argument
with the author's name(s) should contain the first author's name with an 
{\it et al.}, e.g.:\\
\\
{\small
\begin{verbatim}
\begin{thebibliography}{} % Note the pair of empty curly braces!
\bibitem[\protect\citeauthoryear{Smith {\it et al.}}{1992}]{Smith92}
Smith, I.N., Johnes, R.S. and Hines, W.P. (1992) Title of the 
Article, {\it Journal Title in Italics}{\bf Vol.~no.~X}, 
pp.~00--00}
\end{verbatim}}
\vspace{12pt}
\noindent The following {\stt $\backslash$cite} commands can now be used in your article:
{\stt $\backslash$cite}, {\stt $\backslash$shortcite}, {\stt $\backslash$citeauthor}
and {\stt $\backslash$citeyear}. For the sample {\stt $\backslash$bibitem} above,
the four {\stt cite} commands would generate the following
reference in your text:

\begin{tabbing}

{\stt citeauthor\{Smith92\}}MMMM\= Smith \kill

{\stt $\backslash$cite\{Smith92\}}       \>generates: (Smith {\it et al.}, 1992) \\
{\stt $\backslash$shortcite\{Smith92\}}  \>generates: (1992) \\
{\stt $\backslash$citeauthor\{Smith92\}} \>generates: Smith {\it et al.}\\
{\stt $\backslash$citeyear\{Smith92\}}   \>generates: 1992
\end{tabbing}

\noindent With these commands or combinations of them you can create 
any reference in your text according to the references style that is 
agreed upon.


\subsection{Cross-references to a Numbered References List}
\label{numref}

If you want to use the {\stt $\backslash$cite} command to make automatic
cross-references to your reference list, you should give every
{\stt $\backslash$bibitem\{\}} in the {\stt thebibliography} 
environment a key to be referred to,
e.g.: {\stt $\backslash$bibitem\{Smith92\}}. In your article you can refer to
this {\stt $\backslash$bibitem} with {\stt $\backslash$cite\{Smith92\}}. 

The {\stt $\backslash$cite} command will produce
the number of the reference in square brackets, e.g. [2].
The {\stt $\backslash$shortcite}, {\stt $\backslash$citeauthor}
and {\stt $\backslash$citeyear} commands as mentioned in Section~\ref{alpharef}
can also be used but they will produce the same output as 
{\stt $\backslash$cite}.

\subsection{BiB\TeX}
\label{bibtex}
You may use BIB\TeX. But if you do so, please be sure that you send all the
necessary files with the \LaTeX\ source file, i.e.\ the {\stt bbl} file.
We kindly refer
you to the \LaTeX\ manual for its use.

\section{Index}
An index can be formatted within the {\stt theindex} environment.
This environment will create a new chapter
with the title `INDEX'. Within this environment, a two-column index can be 
formatted with {\stt $\backslash$item}, {\stt $\backslash$subitem} and 
{\stt $\backslash$subsubitem} commands (three levels of indentation).


\section{Special Fonts}
If you need to use the special fonts from the American Mathematical
Society in
your document, we have the file {\sc kapfonts.tex} available that 
enables you to use them in \LaTeX, provided you have the necessary {\sc .tfm} 
files available on your computer. The file {\sc kapfonts.tex} makes the 
following fonts accessable within your \LaTeX\ file: {\sc msam, msbm,} the
Euler Fraktur font and the Blackboard Bold letters.


\section{Information}
The {\sc crckapb} style file is available from:
\begin{center}
KLUWER~ACADEMIC~PUBLISHERS\\
P.O.~Box~17, 3300~AA~~Dordrecht, The~Netherlands\\
Telephone: +31--78--334321;
Fax:       +31--78--334254\\
E-mail: EDITDEPT@WKAP.NL
\end{center}
The files {\sc supertab.sty} and {\sc kapfonts.tex} are available from
the same address.\par
If you encounter problems, or if you have suggestions for
improving the 
{\sc crckapb} style file or these instructions, we would appreciate
hearing from you.

\end{document}

From MONIQUE.vanderWAL@wkap.nl Mon Sep 22 13:55:05 1997
Return-Path: <MONIQUE.vanderWAL@wkap.nl>
Received: from purcell.obs-nice.fr by josquin.obs-nice.fr (4.0/SMI-4.1/Nice)
	id AA28151; Mon, 22 Sep 97 13:55:04 +0200
Received: from relay.surfnet.nl (relay.surfnet.nl [192.87.36.2])
          by purcell.obs-nice.fr (8.8.7/jtpda-5.1) with SMTP id NAA26472
          for <uriel@obs-nice.fr>; Mon, 22 Sep 1997 13:59:52 +0200 (MET DST)
X400-Received: by mta relay.surfnet.nl in /PRMD=surf/ADMD=400net/C=nl/;
               Relayed; Mon, 22 Sep 1997 13:58:30 +0200
X400-Received: by /PRMD=SURF/ADMD=400NET/C=NL/; converted (ia5-text); Relayed;
               Mon, 22 Sep 1997 14:57:27 +0200
Date: Mon, 22 Sep 1997 14:57:27 +0200
X400-Originator: MONIQUE.vanderWAL@wkap.nl
X400-Recipients: non-disclosure:;
X400-Mts-Identifier: [/PRMD=SURF/ADMD=400NET/C=NL/;2825571322091997/A11915/WKVAX2]
X400-Content-Type: P2-1984 (2)
Content-Identifier: 11B9B3791600
Alternate-Recipient: Allowed
From: Monique van der Wal <MONIQUE.vanderWAL@wkap.nl>
Message-Id: <2825571322091997/A11915/WKVAX2/11B9B3791600*@MHS>
To: uriel@obs-nice.fr (Non Receipt Notification Requested) (IPM Return Requested)
Subject:   
Status: OR

% The CRCKAPB.STY should be in your LaTeX directory.

% Begin your text file with:

\documentstyle[editedvolume]{crckapb} 

% Alternatives:
%    \documentstyle[proceedings]{crckapb} 
%    \documentstyle[monograph]{crckapb} 
%    \documentstyle[nato]{crckapb} 

\newcommand{\stt}{\small\tt}

% This document needs the CRCKAPB.STY file to create a 
% document with font size 12pts. 
% The title, subtitle, author's name(s) and institute(s) 
% are handled by the `opening' environment.

\begin{opening}
\title{THE `CRCKAPB' LaTeX STYLE FILE:\protect\\
       INSTRUCTIONS FOR AUTHORS}
\subtitle{Basic Instructions}

% You can split the title and subtitle by putting 
% two backslashes at the appropriate place. 

\author{A.N. AUTHOR}
\institute{Affiliation\\
           Institute address}
% If there are more authors at one institute, you should first
% use \author{...} for each author followed by \institute{...}.

\end{opening}

\runningtitle{THE CRCKAPB STYLE FILE}

\begin{document}

% The \begin{document} command comes after the \end{opening}
% command.


\section{Introduction}

The {\sc crckapb} style file is a style file that should be used
when preparing (submissions to) camera-ready books. 
The {\sc crckapb} style file is very similar to the {\sc article}
style file of \LaTeX.\par
Kluwer Academic Publishers distinguishes four types of camera-ready
publications: an edited volume, a proceedings, a monograph and the NATO-series. 
The layout of the first two types is the same. Consequently, as far as 
the style file is concerned, we distinguish three types of camera-ready
publications: (a) an edited volume or a proceedings, (b) a monograph and
(c) a volume in the NATO-series.

\section{The `Opening' Environment}

The title, subtitle, author names and affiliations and the date are handled 
by the {\stt opening} environment in the preamble. The structure 
of this environment is similar for proceedings, edited volumes and the NATO 
books. Below an example of the {\stt opening} environment 
for these types.

\subsection{Proceedings, edited volume, NATO}
\begin{quote}
{\small
\begin{verbatim}
\documentstyle[proceedings]{crckapb} % or: editedvolume, NATO
\begin{opening}
\title{THE TITLE OF THE CONTRIBUTION}
\subtitle{If There Is Any}
\author{AUTHOR'S NAME}
\institute{Affiliation\\
Institute address}
\end{opening}
\begin{document}
....
\end{document}
\end{verbatim}}
\end{quote}
Note the documentstyle option that indicates the type of camera-ready
publication. This is not a style file!\par
Both the title and the author's name 
will {\it always\/} be typeset in roman capitals, the affiliation
in italics, capital and lower case.
In case of more than one author, the {\stt $\backslash$author} command
should be repeated for every author.
\begin{quote}
{\small
\begin{verbatim}
\author{A.N. Author 1}
\author{B.N. Author 2}
\end{verbatim}}
\end{quote}
If there is more than one author at the same institute, you
should first use the {\stt $\backslash$author} command for each author and
then use the {\stt $\backslash$institute} command.
\begin{quote}
{\small
\begin{verbatim}
\author{A. Author 1}
\author{B. Author 2}
\institute{Affiliation of Author 1 and Author 2}
\author{C. Author 3}
\institute{Affiliation of Author 3}
\end{verbatim}}
\end{quote}
Two backslashes (\verb+\\+) can be used within the {\stt $\backslash$title} and
the {\stt $\backslash$institute} command to split them at an appropriate place.
In the title, a {\stt $\backslash$protect} command should precede the backslashes.

\subsection{Monograph}
\begin{quote}
{\small
\begin{verbatim}
\documentstyle[monograph]{crckapb}
\begin{opening}
\title{THE TITLE OF THE CHAPTER}
\subtitle{If There Is Any}
\end{opening}
\begin{document}
....
\end{document}
\end{verbatim}}
\end{quote}
The {\stt $\backslash$author} and {\stt $\backslash$institute} commands are
not necessary here. The style file will put the word `{\sc chapter}' and 
the chapter number in figures on the running head line of the title page
and all subsequent even pages automatically.

\section{Running Heads}

The style file automatically typesets the title of your document
as the running headline of all odd pages.
However, when the title of your chapter is too long, 
the running title will be omitted in the printout.
You can then make a short running title by putting a 
{\stt $\backslash$runningtitle} command between the {\stt $\backslash$end\{opening\}} 
and {\stt $\backslash$begin\{document\}} commands. 
For instance, the running title of these 
instructions was created by the command:\\
{\stt $\backslash$runningtitle\{THE CRCKAPB STYLE FILE\}}

\section{Abstract}
If you want to make an abstract, you can use the {\stt abstract}
environment which is standard \LaTeX. 
You need not enter the word `Abstract'.\par

\section{Headings}

Please distinguish the following four levels of headings:

\begin{quote}

\setcounter{section}{0}
\setcounter{subsection}{0}

\section{First-order Heading}
This heading is created with the {\stt $\backslash$section} command.

\subsection{SECOND-ORDER HEADING IN  CAPITALS}

This heading is created with the {\stt $\backslash$subsection} command.
If no capital letters are used, it will automatically be converted 
to capital letters by the style file.

\subsubsection{Third-order Heading in Italics}

This heading is created with the {\stt $\backslash$subsubsection} command.
You should use capital letters for every main word in this heading.

\paragraph{Fourth-order Heading in Italics.} 
The {\stt $\backslash$paragraph} command created this heading.
A full stop should be keyed in at the end of the heading. Again,
you should use capital letters for every main word in this heading.
\end{quote}

\setcounter{section}{5}
\setcounter{subsection}{3}

\noindent If you want to break one of the above-mentioned headings at 
a specific position, you can insert two backslashes in the heading, 
immediately preceded by a {\stt $\backslash$protect} command.

\section{Figures and Tables}
\subsection{Figures}
The {\stt figure} environment produces space and a figure caption
in the text. The numbering of figures is automatic.
\begin{quote}
{\small
\begin{verbatim}
\begin{figure}
\vspace{5cm}  % amount of vertical space needed
\caption{Caption text}
\end{figure}
\end{verbatim}}
\end{quote}
The {\sc crckapb} style file puts figures wherever possible on the
top of the page. This may not always work, in which case you
need to be a little creative and consult the \LaTeX\ manual.

\subsection{Tables}
Tables can be generated in several environments for which we
kindly advise you to refer to the \LaTeX\ manual.
An example of the convenient {\stt tabular} environment for
simple tables follows.
\begin{quote}
{\small
\begin{verbatim}
\begin{table}[htb]
\begin{center}
\caption{Caption text}
\begin{tabular}{lll}
\hline
Description 1 & Description 2 & Description 3\\
\hline
Row 1, Col 1 & Row 1, Col 2 & Row 1, Col 3\\
Row 2, Col 1 & Row 2, Col 2 & Row 2, Col 3\\
Row 3, Col 1 & Row 3, Col 2 & Row 3, Col 3\\
\hline
\end{tabular}
\end{center}
\end{table}
\end{verbatim}}
\end{quote}

\noindent This produces:

\begin{table}[htb]
\begin{center}
\caption{Caption text}
\begin{tabular}{lll}
\hline 
Description 1 & Description 2 & Description 3\\
\hline
Row 1, Col 1 & Row 1, Col 2 & Row 1, Col 3\\
Row 2, Col 1 & Row 2, Col 2 & Row 2, Col 3\\
Row 3, Col 1 & Row 3, Col 2 & Row 3, Col 3\\
\hline
\end{tabular}
\end{center}
\end{table}

\noindent We wish to avoid using both vertical rules between
columns and horizontal rules between rows. You should, 
however, always use the following three horizontal rules:
a top rule, a middle rule and a bottom rule.

\subsection{Positioning of Figures and Tables}
The position of a table in the text may not always be
appropriate. As with 
figures, they are treated by \TeX\ as `floats'; the style file 
tries to put it wherever possible on the top
of the page.
On some occasions you may wish to put it at one particular spot
in the text.
The option {\stt [h]} can then be used: 
{\stt $\backslash$begin\{table\}[h]}. However, if the table or figure cannot
be placed on that particular position on the page, you will find it on a
separate page at the end of your document. It is better, therefore, to use
the option {\stt $\backslash$begin\{table\}[htb]} instead.

\subsubsection{Special Table Style File}
If it is necessary to create a table that stretches out over more 
than one page, you can obtain the style file {\sc supertab.sty}
from the Publisher.

\section{Appendices}
An Appendix can be generated by  using the 
{\stt $\backslash$appendix} command, 
followed by a {\stt $\backslash$section} command. This results in
a Roman numbered Appendix section.

\section{References}
When you use BiB\TeX\ for your references, we kindly refer 
you to Section~\ref{bibtex} below.

References are inserted in the {\stt thebibliography}
environment. We distinguish two styles of References lists: 
alphabetically sorted and numbered.
You can select one of these styles by including the appropriate
document style option in the {\stt $\backslash$documentstyle} command. 
If no documentstyle option is included, the references
will be sorted alphabetically.

You can make a list of empty {\stt $\backslash$bibitem\{\}} commands
to create your reference list, e.g.:

\begin{quote}
{\small
\begin{verbatim}
\begin{thebibliography}{}  % Note the empty braces!
\bibitem{}
Smith, I.N., Johnes, R.S. and Hines, W.P. (1992) Title of the 
Article, {\it Journal Title in Italics}, {\bf Vol.~no.~X}, 
pp.~00--00}
\bibitem{}
Meyers, R.T. (1988) {\it The Likelihood of Knowledge\/}.
Kluwer Academic Publishers, Dordrecht.
\end{verbatim}}
\end{quote}

\noindent When the documentstyle option {\stt [namedreferences]} is selected,
the above reference list will be alphabetical (as sorted by the author).
Please note that the {\stt $\backslash$begin\{thebibliography\}} 
command should be followed by an
empty pair of curly braces. In case the documentstyle option
{\stt [numreferences]} was used, the references will be numbered
automatically in a list and the pair of curly braces after the
{\stt $\backslash$begin\{thebibliography\}} command should contain a 
number that corresponds with the widest number in the list below it.\par

You must do the formatting of the bibitems yourself. For the layout conventions 
we kindly refer you to the volume editor or your contact person at Kluwer
Academic Publishers.


\subsection{Cross-references to an Alphabetical References List}
\label{alpharef}

If you want to use the {\stt $\backslash$cite} command to make automatic
cross-references to your reference list, you should give every
{\stt $\backslash$bibitem\{\}} in the {\stt thebibliography} 
environment a key to be referred to and a {\stt 
$\backslash$citeauthoryear} 
command as an option to generate the desired reference in your text.
The {\stt $\backslash$citeauthoryear} command should have two arguments: 
the author's 
name(s) and the year. It should be preceded by a 
{\stt $\backslash$protect} command, i.e.:\\
{\stt $\backslash$bibitem[$\backslash$protect%
$\backslash$citeauthoryear\{authorname(s)\}\{year\}]\{key\}}\\
\\
In case of more than two authors, the argument
with the author's name(s) should contain the first author's name with an 
{\it et al.}, e.g.:\\
\\
{\small
\begin{verbatim}
\begin{thebibliography}{} % Note the pair of empty curly braces!
\bibitem[\protect\citeauthoryear{Smith {\it et al.}}{1992}]{Smith92}
Smith, I.N., Johnes, R.S. and Hines, W.P. (1992) Title of the 
Article, {\it Journal Title in Italics}{\bf Vol.~no.~X}, 
pp.~00--00}
\end{verbatim}}
\vspace{12pt}
\noindent The following {\stt $\backslash$cite} commands can now be used in your article:
{\stt $\backslash$cite}, {\stt $\backslash$shortcite}, {\stt $\backslash$citeauthor}
and {\stt $\backslash$citeyear}. For the sample {\stt $\backslash$bibitem} above,
the four {\stt cite} commands would generate the following
reference in your text:

\begin{tabbing}

{\stt citeauthor\{Smith92\}}MMMM\= Smith \kill

{\stt $\backslash$cite\{Smith92\}}       \>generates: (Smith {\it et al.}, 1992) \\
{\stt $\backslash$shortcite\{Smith92\}}  \>generates: (1992) \\
{\stt $\backslash$citeauthor\{Smith92\}} \>generates: Smith {\it et al.}\\
{\stt $\backslash$citeyear\{Smith92\}}   \>generates: 1992
\end{tabbing}

\noindent With these commands or combinations of them you can create 
any reference in your text according to the references style that is 
agreed upon.


\subsection{Cross-references to a Numbered References List}
\label{numref}

If you want to use the {\stt $\backslash$cite} command to make automatic
cross-references to your reference list, you should give every
{\stt $\backslash$bibitem\{\}} in the {\stt thebibliography} 
environment a key to be referred to,
e.g.: {\stt $\backslash$bibitem\{Smith92\}}. In your article you can refer to
this {\stt $\backslash$bibitem} with {\stt $\backslash$cite\{Smith92\}}. 

The {\stt $\backslash$cite} command will produce
the number of the reference in square brackets, e.g. [2].
The {\stt $\backslash$shortcite}, {\stt $\backslash$citeauthor}
and {\stt $\backslash$citeyear} commands as mentioned in Section~\ref{alpharef}
can also be used but they will produce the same output as 
{\stt $\backslash$cite}.

\subsection{BiB\TeX}
\label{bibtex}
You may use BIB\TeX. But if you do so, please be sure that you send all the
necessary files with the \LaTeX\ source file, i.e.\ the {\stt bbl} file.
We kindly refer
you to the \LaTeX\ manual for its use.

\section{Index}
An index can be formatted within the {\stt theindex} environment.
This environment will create a new chapter
with the title `INDEX'. Within this environment, a two-column index can be 
formatted with {\stt $\backslash$item}, {\stt $\backslash$subitem} and 
{\stt $\backslash$subsubitem} commands (three levels of indentation).


\section{Special Fonts}
If you need to use the special fonts from the American Mathematical
Society in
your document, we have the file {\sc kapfonts.tex} available that 
enables you to use them in \LaTeX, provided you have the necessary {\sc .tfm} 
files available on your computer. The file {\sc kapfonts.tex} makes the 
following fonts accessable within your \LaTeX\ file: {\sc msam, msbm,} the
Euler Fraktur font and the Blackboard Bold letters.


\section{Information}
The {\sc crckapb} style file is available from:
\begin{center}
KLUWER~ACADEMIC~PUBLISHERS\\
P.O.~Box~17, 3300~AA~~Dordrecht, The~Netherlands\\
Telephone: +31--78--334321;
Fax:       +31--78--334254\\
E-mail: EDITDEPT@WKAP.NL
\end{center}
The files {\sc supertab.sty} and {\sc kapfonts.tex} are available from
the same address.\par

If you encounter problems, or if you have suggestions for
improving the {\tt CRCKAPB} style file or these instructions, we would 
appreciate hearing from you at the above address, or at:\\
~\\
e-mail: TEXHELP@WKAP.NL\\ 

\end{document}

