\documentclass{amuc}
\begin{document}

%% (obligatory)
%% \title[HEADLINE TITLE]{LONG TITLE \\ WITH TWO LINES}
%% The part [] is optional and can be deleted, if the title is short

\title[]{}

%% (obligatory)
%% The name and the addresses of the first author ...
%% \author{F. Second_name}
%% \address{Street XY, Town, State}
%% current address, e-mail and url are optional
%% \curraddr{...}
%% \email{...@...}
%% \urladdr{...}

\author{}
\address{}
\curraddr{}
\email{}
\urladdr{}

%% (optional)
%% If there are more authors, then second author, third author contains
%% the same items

\author{}
\address{}
\email{}


%% (optional) If any thanks for the financial supports, grants, ...
%% \thanks{The first author was supported ...}

\thanks{}

%% (optional) Keywords

\keywords{}

%% (obligatory)
%% AMS Classification 2000
%% The Primary classification is obligatory,
%% the Secondary classification is optional.
%% \subjclass{primary}{secondary}
%% f.e. \subjclass{35R35, 49M15, 49N50}{} or \subjclass{35R35, 49M15}{49N50}

\subjclass{}{}

%% (optional) Abstract
\begin{abstract}
\end{abstract}

\maketitle


%%%%% private macros, f.e. the different environments
% the environment proof and proof* is defined automaticaly


%%%% the main article





%%% (optional) Acknowledgment environment ...
% or it can be used also as \begin{acknowledgment}[any text]

\begin{acknowledgment}
\end{acknowledgment}


%%%% References...
%%% if more than 10 references are available,  use \begin{thebibliography}{99}

\begin{thebibliography}{9}

%%\bibitem{citlabel}
%%  Auhor F.,  Auhor S. and  Auhor T.,
%% {\em Title of the article or title of the book},
%% journal {\bf number of the journal} (year), pages--pages.
%%
%% f.e.
%%\bibitem{russo2}
%%Russo D., Bresler E., Shani U. and  Parker J. C.,
%%{\em Analysis of infiltration events in relation to determining soil
%%hydraulic properties by inverse problem methodology},
%% Water Resources Research {\bf27} (1991), 1361--1373.
%%%%
%% \bysame is used when the same author(s) should be repeated
%% \bibitem{citlabel}\bysame, {\em Title of the a ...


\bibitem{}

\end{thebibliography}

\end{document}
