\def\firstpage{1}
\def\lastpage{14}%number of pages
\def\mmamid{XXXX.xxxxxx}
 
% ************* Author's  references  ******************%
\begin{filecontents*}{x.bib}
@preamble{ "\newcommand{\nosort}[1]{}" }


@BOOK{Baleanu,
   author = "D. Baleanu",
   title = "Theory of Ordinary Differential Equations",
   publisher = "McGraw Hill Book Co., Inc., New York, Toronto, London",
   year = "1955",
}



 

\end{filecontents*}
 
\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
 
\begin{document}
\bibliographystyle{plainmma}
%
 
 
 

\section{Introduction}\label{s:1}

\cite{Balenu}



\section*{Conclusions}

 

 
\bibliography{x}
 
\end{document}
