\documentclass{jcmlatex}
\def\JCMvol{xx}
\def\JCMno{x}
\def\JCMyear{200x}
\def\JCMreceived{xxx}
\def\JCMrevised{xxx}
\def\JCMaccepted{xxx}
\def\JCMonline{}
\setcounter{page}{1}


\begin{document}

\markboth{F.~NG AND J.~SMITH}{Template for Journal Of Computational
Mathematics}

\title{TEMPLATE FOR JOURNAL OF COMPUTATIONAL MATHEMATICS}

\author{Frank Ng
\thanks{Department of Mathematics, DEF University, Hong Kong, China \\ Email: abc@abc.def.hk}
\and
 John Smith
\thanks{Department of Physics, Other University, California, USA\\ Email: abcd@other.edu}}

\maketitle

\begin{abstract}
In this template, we will show how to use this template for Journal
of Computational Mathematics. There is a sample file in this site.
\end{abstract}

\begin{classification}
65N06, 65B99.
\end{classification}

\begin{keywords}
Finite element method, convergence rate.
\end{keywords}



\section{Introduction}
\label{sec:into}

This paper is described how to use this template file for publication
in the {\it Journal of
Computational Mathematics}.
This template preserves much of the standard \LaTeXe \ interface
so that authors can easily convert their standard \LaTeXe \ {\sf article} style
files to the required style.


\section{Preparation of Manuscript}
\label{sec:manu}

The First Page should contain the article title, authors' names and complete affiliations, running heads,
and footnotes to the title.
The Abstract should provide a brief summary of the main findings of the paper.

References should be cited in the text by a number in square
brackets.  Literature cited should appear on a separate page at the
end of the article and should be styled and punctuated using
standard abbreviations for journals (see Chemical Abstracts Service
Source Index, 1989). For unpublished lectures of symposia, include
title of paper, name of sponsoring society in full, and date. Give
titles of unpublished reports with ``(unpublished)" following the
reference. Only articles that have been published or are in press
should be included in the references. Unpublished results or
personal communications should be cited as such in the text. Please
note the sample at the end of this paper.

Equations should be typewritten whenever possible and the number
placed in parentheses at the right margin. Reference to equations
should use the form ``Eq. (2.1)" or simply ``(2.1)." Superscripts and
subscripts should be typed or handwritten clearly above and below
the line, respectively.

Figures should be in a finished form suitable for publication.
Number figures consecutively with Arabic numerals. Lettering on
drawings should be of professional quality or generated by
high-resolution computer graphics and must be large enough to
withstand appropriate reduction for publication.

\section{Template}
\label{sec:temp}

The file should look like this:

\begin{verbatim}
\documentclass{jcmlatex}
\def\JCMvol{xx}
\def\JCMno{x}
\def\JCMyear{200x}
\setcounter{page}{1}


\begin{document}

\markboth{AUTHORS LIST IN UPPER CASE}{Title in Title Case}

\title{MAKE THE TITLE IN UPPER CASE}

\author{First Author
\thanks{Address and email for first author}
Second Author
\thanks{Address and email for second author} \and
Third Author
\thanks{Address and email for third author} }

\maketitle

\begin{abstract}
Text here, no equation, no citation, no reference.
\end{abstract}

\begin{classification}
List here.
\end{classification}

\begin{keywords}
List here.
\end{keywords}

\section{First Section}

\end{document}
\end{verbatim}



\noindent {\bf Acknowledgments.} The authors would like to thank
....

\begin{thebibliography}{10}
\bibitem{Kopka}Helmut Kopka and Patrick W.~Daly, \emph{A Guide to LaTeX},
Addison-Wesley, 1999.
%\bibitem{Knuth}Donald E. Knuth, \emph{The TeXbook},
%Addison-Wesley, 1992.
\bibitem{2} A.~Tam, This is an article, \emph{J. Comput. Math.}, \textbf{xx}:2 (2005), 123-144.
\bibitem{3} B.~Tam, \emph{My Thesis Topic}, PhD thesis, Hong Kong Baptist University, 2006.
\bibitem{4} C.~Tam, This is inproceedings paper, in \emph{Proceedings of Computation}, A.~Cam (ed.),
Publisher, Country, 2005, pp. 1-10.
\bibitem{5} A.~Sam, This is an preprint, \emph{J. Comput. Math.}, in press.
\end{thebibliography}


\end{document}
