\def\firstpage{1}
\def\lastpage{14}%number of pages
\def\mmamid{XXXX.xxxxxx}
\def\firstfootnote{0}
% mma style needs information bellow ======================================
\def\mmaauthor{...}%Example:% F. Author\sep S. Author \and Th. N. Author
\def\mmatitle{...}%Example:% Title of Article
\def\mmarunauthor{...}%Example:% F. Author\sep S. Author \and Th. N. Author
\def\mmaruntitle{}%Example:% Runtitle of Article
\def\mmakeywords{...}%Example:% discrete problem, function
\def\mmaams{...}%Example:%34B24; 34B10
\def\mmareceived{\today}
\def\mmarevised{\today}
\begin{filecontents*}{mma.def}
\endinput
\end{filecontents*}
% ************* Author's  references  ******************%
\begin{filecontents*}{x.bib}
@preamble{ "\newcommand{\nosort}[1]{}" }


@BOOK{CoddLev55,
   author = "E.A. Coddington and N. Levinson",
   title = "Theory of Ordinary Differential Equations",
   publisher = "McGraw Hill Book Co., Inc., New York, Toronto, London",
   year = "1955",
}

@INPROCEEDINGS{Ntouyas05,
   author = "S.K. Ntouyas",
   title = "Nonlocal initial and boundary value problems: a survey",
   editor = "A. Ca{\~{n}}ada and P. Dr{\'{a}}bek and A. Fonda",
   booktitle = "Handbook of Differential Equations",
   series = "Ordinary Differential Equations",
   pages = "461--558",
   volume = 2,
   year = 2005,
   address = "North Holland",
   publisher = "Elsevier",
 }

@ARTICLE{2001MMA06n2,
   author = "R. {\v{C}}iegis and A. \v{S}tikonas and O. \v{S}tikonien\.{e} and O. Subo\v{c}",
   title = "Stationary Problems with Nonlocal Boundary Conditions",
   journal = "Math. Model. Anal.",
   year = 2001,
   volume = 6,
   number = 2,
   pages = "178--191",
}

@ARTICLE{2002DE38n7,
   author = "R. {\v{C}}iegis and A. {\v{S}}tikonas and O. {\v{S}}tikonien\.{e} and O. Subo\v{c}",
   title = {A Monotonic Finite-Difference Scheme for a Parabolic Problem with Nonlocal Conditions},
   journal = {Differ. Equ.},
   year = 2002,
   volume =  38,
   number ="7",
   pages = "1027-1037",
   doi ={10.1023/A:1021167932414},
}

\end{filecontents*}
% ************* end Author's references ******************%
\documentclass{mma}
\includeonly{mma.def,mma22.def}
%
%\include{mma.def}
 \MMAJCLS
 \makeatletter
 \spnewtheorem*{west}{Test the West}{\bfseries}{\itshape}

 \@ifundefined{BibTeX}{%
 \def\BibTeX{\mbox{{\sc Bib}\TeX}}}{}
 \makeatother
% ************* Author's  definitions  ******************%************ Author's  definitions  ******************%

% ************* end Author's definitions ******************%
\begin{document}
\bibliographystyle{plainmma}
%
\begin{topmatter}
%
%\thankstext{t1}{Title thanks}
%add runauthor at beginning of Your file
%add runtitle at beginning of Your file
%add title at beginning of Your file
%add add all authors at beginning of Your file
 \title{\mmatitle}%Example with thanks:% \mmatitle\thanks{...}
 \author{...}%Example:% First Author${}^{a}$\sep Second Author${}^{a,b}$ \and Third New Author
\vskip 0.2cm
 \institution{${}^{a}$...}
 \address{{\ } ...}
% \institution{${}^{b}$ ...}
%  \address{{\ }...}
  \Email{...@...}% Corespondent
  \email{...@...}%
% \email{...@...}%
 \end{topmatter}
\MMAJarticle
%spell_from this point
 \begin{abstract}
...
 \end{abstract}
 \Keywords %add keywords at beginning of Your file
%
% ************* Text entry area ******************%

\section{Introduction}\label{s:1}

 \cite{CoddLev55}

\section{...}\label{s:2}

...

\section*{Conclusions}

...

%spell_to this point %********** End of text entry *****************
\bibliography{x}
%\emptypage
\end{document}
