%----------------------------------------------------------------------- % Beginning of article.top %----------------------------------------------------------------------- % This is a proceedings topmatter template file for use with AMS-LaTeX. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % \documentclass{cmsams-l} % %\usepackage{icramacros} % % If you want to use the predefined commands use for preparing the % abstracts for ICRA VIII, remove the %-sign infront of the use- % package command and in addition download the icramacros-file. % % Here is the format of the theorem, lemma, proposition, etc. environments % \newtheorem{theorem}{Theorem}[section] \newtheorem{lemma}[theorem]{Lemma} \newtheorem{proposition}[theorem]{Proposition} \newtheorem{corollary}[theorem]{Corollary} \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{} \email{} \thanks{} \subjclass{} \date{} \begin{abstract} \end{abstract} \maketitle \end{document} %----------------------------------------------------------------------- % End of article.top %-----------------------------------------------------------------------