%----------------------------------------------------------------------- % Beginning of article.top %----------------------------------------------------------------------- % % This is a proceedings topmatter template file for use with AMS-LaTeX. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \documentclass{amsproc} \newtheorem{theorem}{Theorem}[section] \newtheorem{lemma}[theorem]{Lemma} \theoremstyle{definition} \newtheorem{definition}[theorem]{Definition} \newtheorem{example}[theorem]{Example} \theoremstyle{remark} \newtheorem{remark}[theorem]{Remark} \numberwithin{equation}{section} \begin{document} \title{} % author one information \author{} \address{} \curraddr{} \email{} \thanks{} % author two information \author{} \address{} \curraddr{} \email{} \thanks{} \subjclass{} \date{} \begin{abstract} \end{abstract} \maketitle \end{document} %----------------------------------------------------------------------- % End of article.top %-----------------------------------------------------------------------