\documentclass{jcmlatex}
%%%%% journal  info %%%%%%%%%
\def\JCMvol{xx}
\def\JCMno{x}
\def\JCMyear{200x}
\setcounter{page}{1}
%%%%%%%%   end  %%%%%%%%%%%%%

%%%%% author macros %%%%%%%%%
% place your own macros HERE
%%%%% end %%%%%%%%%

\begin{document}

%%%% header %%%%%%
\markboth{T.~LAM}{A Demonstration of the \LaTeXe \ Class File for
the Journal of Computational Mathematics}

%%%% title and authors %%%%%
\title{A DEMONSTRATION OF THE \LaTeXe \ CLASS FILE FOR THE
JOURNAL OF COMPUTATIONAL MATHEMATICS}

\author{T.~Lam
\thanks{Dept. of Mathematics, DEF University, Beijing, China\\ Email: author@email} }

%%%% maketitle %%%%%
\maketitle

%%%%% Begin Abstract %%%%%%%%%%%
\begin{abstract}
This paper describes the use of the \LaTeXe \ {\sf jcmlatex.cls} class file for
setting papers for the {\it Journal of Computational Mathematics}.
\end{abstract}
%%%%% end %%%%%%%%%%%

%%%%% Keywords %%%%%%%%%%%
\begin{classification}
33A01, 44B02
\end{classification}

\begin{keywords}
\LaTeXe
\end{keywords}






%%%% Start %%%%%%
\section{Introduction}
This paper is described how to use the {\sf jcmlatex.cls} class file
for publication in the {\it Journal of Computational Mathematics}.
The {\sf jcmlatex.cls} class file preserves much of the standard
\LaTeXe \ interface so that authors can easily convert their
standard \LaTeXe \ {\sf article} style files to the {\sf jcmlatex}
style.

\section{Preparation of Manuscript}
The Title Page should contain the article title, authors' names and complete affiliations, footnotes to the title,
and the postal address for manuscript correspondence (including e-mail address and fax numbers).
The Abstract should provide a brief summary of the main findings of the paper.

\medskip

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.

\medskip

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

\medskip

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{Header Information}
The heading for any file using {\sf jcmlatex.cls} is 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}

\section{Some Remarks}
\subsection{Mathematics}
{\sf jcmlatex.cls} makes the full functionality of \AmS\TeX \ available. We encourage
the use of the {\sf align}, {\sf gather} and {\sf multline} environments for displayed
mathematics.

\subsection{Cross-referencing}
The use of the \LaTeXe cross-reference system for figures, tables, equations
and citations is encouraged.


%%%% Bibliography  %%%%%%%%%%
\begin{thebibliography}{99}
\bibitem{Goossens} M. Goossens, F. Mittelbach and A. Samarin,
\emph{The LaTeX Companion},
Addison-Wesley, 1994.
\bibitem{Kopka}H. Kopka and P. W.~Daly, \emph{A Guide to LaTeX},
Addison-Wesley, 1999.
\bibitem{Knuth}D. E. Knuth, \emph{The TeXbook},
Addison-Wesley, 1992.
\bibitem{Other}A.~N.~Other, A demonstration of the LaTeX2e class file,
\emph{Int.~J.~Numer.~Meth.~Engng}, \textbf{10} (2000), 1-6.
\bibitem{Yin}Z.~Yin, H.~J.~H.~Clercx and D.~C.~Montgomery,
An easily implemented task-based parallel scheme for the Fourier
pseudospectral solver applied to 2D Navier-Stokes turbulence,
\emph{Computers \& Fluids}, \textbf{200} (2000),  509-520.
\end{thebibliography}

\end{document}
