\documentclass[draft]{adm-paper}
\usepackage{amsfonts,amsmath,amsthm,amscd,amssymb,latexsym}


\begin{document}

\title{Paper title}%Paper title
\author{Full first author name and Full second author name}%Authors names
\shorttitle{}%Short paper title for the headers
\shortauthor{F. Author, S. Author}%Short authors names for the headers
\address[F.~Author]{Full postal address of the first author}{f.author@domain.com}{}%www.fauthor.domain.com
\address[S.~Author]{Full postal address of the second author}{s.author@domain.com}{www.sauthor.domain.com}

\thanks{Type your thanks here..}

\communicated{Communicated person}

\research% Type of the paper. \survey command may be used also.

\date{11.05.2003}

%Change theorem environments according to your needs...
\theoremstyle{plain}
\newtheorem{theorem}{Theorem}
\newtheorem{lemma}{Lemma}
\newtheorem{proposition}{Proposition}
\newtheorem{corollary}{Corollary}
\newtheorem{definition}{Definition}
\theoremstyle{definition}
\newtheorem{example}{Example}
\newtheorem{remark}{Remark}

\maketitle

\begin{abstract}
Type your abstract text here..
\end{abstract}

\subjclass{2001}{Type AMS subject classification here..}

\keywords{Type paper keywords here..}

\section*{Introduction}
This is ADM paper template. Your may modify this template
according to your needs.

\section{First section}

\begin{proposition}
Use \verb"\label" and \verb"\ref" commands for referrings to the
paper parts. See source of the lemma~\ref{l:1} and
sections~\ref{s:2},\ref{s:3}.
\end{proposition}

\begin{corollary}
Use \verb"thebibliography" environment for your paper
bibliographies. And the \verb"\cite" command for the bibliography
references.
\end{corollary}

\begin{proposition}
Use \texttt{proof} environment for the proofs. See proof of the
lemma~\ref{l:1}.
\end{proposition}

\begin{lemma}\label{l:1}
This is lemma 1.
\end{lemma}

\begin{proof}
This is proof of the lemma 1.
\end{proof}

\begin{theorem}
This is reference to the lemma~\ref{l:1}.
\end{theorem}

\section{Second section}\label{s:2}
\begin{example}
This is reference to bibliography~\cite{texbook}.
\begin{remark}
Form of references to the ADM  paper see in the bibliography
item~\cite{adm-journal}
\end{remark}
\end{example}

\section{Third section}\label{s:3}
\begin{proposition}
For more information about \TeX and \LaTeX2e typesetting
read~\cite{texbook},~\cite{latex}.
\end{proposition}

\section*{Conclusion}
For any questions about using this template to preparing ADM paper
and found bugs please contact to ADM editorial board.

\begin{thebibliography}{3}
\bibitem{texbook}
Donald~E. Knuth, \emph{The {{\TeX}book}}, Addison-Wesley, 1984.
\bibitem{latex}
Leslie Lamport, \emph{{\LaTeX:} {A} document preparation system},
  Addison-Wesley, 1986.
\bibitem{adm-journal} F. Author, S. Author, \emph{Paper title}, Algebra discrete
math., N.\textbf{1}, 2003, pp.1-2.
\end{thebibliography}

\end{document}
