\documentclass[12pt]{amsart}
\usepackage{amsmath, amsthm, amscd, amsfonts}
\renewcommand{\baselinestretch}{1.25}

\setcounter{page}{1}

\setlength{\textheight}{21.6cm}

\setlength{\textwidth}{14cm}

\setlength{\oddsidemargin}{1cm}

\setlength{\evensidemargin}{1cm}

\def\affilfont{\normalfont\fontsize{10}{12}\selectfont\centering}
\def\affil#1{\par\vskip12pt{\affilfont#1\par}\vskip15pt}
\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}
\newtheorem{xca}[theorem]{Exercise}
\newtheorem{remark}[theorem]{Remark}
\numberwithin{equation}{section}

\begin{document}

\noindent {\footnotesize\tiny Numerical Linear Algebra Workshop\\
4-5 May 2011, Shahid Bahonar University of Kerman, Kerman, I.R.Iran, pp 00-00}\\[1.00in]

\title[Short title]{Title of The Paper}

\author[F. Author, S. Author]{First Author$^1$ and Second Author$^2$ $^{*}$}

\address{$^{1}$ Department of Mathematics, first University, P. O. Box 11111, City, Country.}

\email{first@xx.yy}

\address{$^{2}$ Department of Mathematics, second University, P. O. Box 22222, City, Country.}

\email{second@xx.yy}

\subjclass[2000]{Primary 00X00; Secondary 00X00, 00X00.}

\keywords{Inequality.\\
\indent $^{*}$ Speaker}

\begin{abstract}
The abstract should be informative, precise and not exceed 100
words.
\end{abstract} \maketitle

\section{Introduction and Preliminaries}

\noindent

This is the text of the introduction
 \cite{kha} and \cite{Gauss}.
\section{Main results}

The following is an example of a definition.

\begin{definition}
definition
\end{definition}


The following is an example of an example.

%---------------------------------------------------------------------------------------%

\begin{example}
example
\end{example}

%---------------------------------------------------------------------------------------%

The following is an example of a theorem and a proof

%---------------------------------------------------------------------------------------%

\begin{theorem}\label{main}
theorem
\end{theorem}

%---------------------------------------------------------------------------------------%

\begin{proof}
(\ref{additive}).
\end{proof}

%---------------------------------------------------------------------------------------%

The following is an example of a remark.
%---------------------------------------------------------------------------------------%

\begin{remark}
remark
\end{remark}

%---------------------------------------------------------------------------------------%

{\bf Acknowledgements:} Acknowledgements could be placed at the end
of the text but precede the references.
%---------------------------------------------------------------------------------------%
\begin{thebibliography}{99}
\bibitem{kha}
    Alkhwarizmi, Mohammad Ibn Musa, \textsl{Article on Simplifying Equation
    of Degree One}, Khwarizmkings Pub., Khwarizm, 882 A. D.
\bibitem{Gauss} Gauss, K. F., \textsl{Ars Magna}, HereAndThere Pub.,
    Berlin, 1800.
\end{thebibliography}

\end{document}

%------------------------------------------------------------------------------
% End of journal.tex
%------------------------------------------------------------------------------
