%% File type: TeX text
%% TeX macros: LaTeX2e + AMS-LaTeX
\documentclass[12pt,a4paper]{amsart}
\usepackage{amsmath}
\usepackage{amssymb}
%\usepackage[applemac]{inputenc}
%\usepackage[latin1]{inputenc}
%\usepackage{ae}
%
\setlength{\textheight}{9in}
\setlength{\textwidth}{6in}
\setlength{\topmargin}{0in}
\setlength{\oddsidemargin}{0.4cm}
\setlength{\evensidemargin}{0.4cm}
%
\theoremstyle{plain}
\newtheorem{theorem}{Theorem}
\newtheorem{lemma}[theorem]{Lemma}
\newtheorem{corollary}[theorem]{Corollary}
\theoremstyle{definition}
\newtheorem{definition}[theorem]{Definition}
\newtheorem{example}[theorem]{Example}
\theoremstyle{remark}
\newtheorem{remark}[theorem]{Remark}
%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% NOTE. If you use own macros, insert all of them in the same file
% as the abstract, not in a separate file which is \input.
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%
\title{Title}
\author{A. U. Thor}
\thanks{Research supported in part by the National Foundation.}%
\address{Institute}
\email{author@e-mail.address}
\date{June 10, 2008}
%
\begin{document}
\maketitle
\thispagestyle{empty}
%\setcounter{page}{1}

\section*{Abstract}
%
This is a sample page for the abstract
written with \AmS-\LaTeX\ macros.
%

% The abstract should not exceed one page in length.


\end{document}



