FILE'S PREPARATION AFTER ACCEPTANCE
Once a paper has been accepted for publication, its
authors
are encouraged to use the journal's style file in
preparing their paper. This will greatly speed up the paper's
appearance.
The journal's style file amvart.cls
is suitable for LaTeX or AmsLaTeX
users only.
Download the file amvart.cls and prepare your
LaTeX file in the following format:
\documentclass{amvart} % If you need symbols beyond the basic set, uncomment this command. %\usepackage{amssymb}
% If your article includes graphics, uncomment this command. %\usepackage{graphicx}
% If the article includes commutative diagrams, ... %\usepackage[cmtip,all]{xy}
\newtheorem{theorem}{Theorem}[section] \newtheorem{lemma}[theorem]{Lemma}
\theoremstyle{definition} \newtheorem{definition}[theorem]{Definition} \newtheorem{example}[theorem]{Example} \newtheorem{xca}[theorem]{Exercise}
\theoremstyle{remark} \newtheorem{remark}[theorem]{Remark} \numberwithin{equation}{section}
\begin{document}
\title[short text for running head if needed]{full title} % author one information \author[short version for running head if needed]{name for top of paper} \address{} \curraddr{} \email{} \thanks{} % author two information \author[short version for running head if needed]{name for top of paper} \address{} \curraddr{} \email{} \thanks{}
\subjclass[2000]{Primary } \dedicatory{} \begin{abstract} % Abstract is required. \end{abstract} \maketitle
% Text of article.
\end{document}
|