\documentclass[twoside, 12pt]{article}
%\usepackage[dvips,final]{graphicx, psfrag}
\usepackage[russian, english]{babel}
%\usepackage[russian]
%\usepackage{amstex}
\usepackage{epsfig}
%\usepackage{psfig}
\usepackage{amssymb,amsmath,amsfonts,soul,amsthm,enumerate}
\usepackage{amsfonts}
\usepackage{amsmath}
\usepackage{graphicx}
\usepackage{amsthm}
\usepackage[cp1251]{inputenc}
\usepackage[T2A]{fontenc}
\usepackage{mathrsfs}
\usepackage[english]{babel}
\textwidth=155mm
\textheight=230mm
\voffset=-15mm
\oddsidemargin=12,1mm%%%%%%%%%%%%%%%%%%%%%%%%% ????? ???? =42,5??, ?????? ???? =27,5??
\evensidemargin=-9,1mm
% \newcommand{\tit}[1]{\begin{center}{\bf{\Large #1}}\end{center}}
% \newcommand{\aut}[1]{\centerline{{\bf #1}}}
% \newcommand{\cityorg}[1]{\centerline{\it #1}}
% \newcommand{\email}[1]{\centerline{{\small e-mail: #1}}\vspace{\baselineskip}}
 \newcommand{\grant}[1]{\medskip \baselineskip 10pt{\footnotesize #1} \medskip}
 \newcommand{\fig}[2]{{\small Fig.~#1. #2}}
% \newenvironment{bibl}{\small\vspace{-3\baselineskip}\renewcommand{\refname}{}\begin{thebibliography}{10}}{\end{thebibliography}\normalsize}
\newtheorem{theorem}{Theorem}[section]
\newtheorem{lemma}{Lemma}[section]
\newtheorem{definition}{Definition}
\newtheorem{remark}{Remark}
\newtheorem{corollary}{Corollary}[section]
\numberwithin{equation}{section}
 \pagestyle{myheadings}
 \def\@evenhead{\vbox{\hbox to \textwidth{\thepage\hfil\sl\leftmark\strut}\hrule}}
 \def\@oddhead{\vbox{\hbox to \textwidth{\rightmark\hfill\thepage\strut}\hrule}}

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%


 \begin{document}
 \sloppy


\centerline{\bf TITLE OF TALK}     % Title of talk

\vskip 0.3cm

\centerline{\bf authors (e. g., J.~Johnson, P.~Petrov,  A.~Smith)}        % Authors from the same institution

\markboth{\hfill{\footnotesize\rm   authors (e. g., J.~Johnson, P.~Petrov,  A.~Smith)  }\hfill}
{\hfill{\footnotesize\sl  Title of talk}\hfill}
\vskip 0.3cm

\vskip 0.7 cm

\noindent {\bf Key words:}  (e. g., Inverse eigenvalue problem, inverse
Sturm--Liouville problem, nonseparated boundary conditions.)

\vskip 0.2cm

\noindent {\bf AMS Mathematics Subject Classification:} (e. g.,  34A55,
34B05, 58C40.)

\vskip 0.2cm

\noindent {\bf Abstract.}


\section{\large Introduction}
 % Example of Definition
 
\begin{definition}
{\rm Text of the definition.}
\end{definition}

 % Example of Remark
 
\begin{remark}
{\rm Text of the remark.}

\end{remark}


 % Example of Theorem
 
\begin{theorem}\label{th1}
Text of the theorem.

\end{theorem}

\begin{proof}
Text of the proof of theorem
\end{proof}

 

 % Example of Lemma
 \begin{lemma}\label{lem1}
Text of the lemma.
\end{lemma}

\begin{proof}
Text of proof of the lemma
\end{proof}

 % Example of Corollary
 \begin{corollary}\label{cor1}
Text of the corollary.
\end{corollary}

\begin{proof}
Text of proof of the corollary
\end{proof}

For each group of objects, use its own numbers. (e.g. Theorem 1.1, Theorem 1.2,... Lemma 1.1, Lemma 1.2, ... Corollary 1.1, Corollary 1.2,...)
\\

 % Examples of formulas

 Use double dollars for separate formulas:
 $$
 y=f(x), \quad x\in\mathbb{R}.
 $$
 Number formulas as follows:
\begin{equation}\label{1.1}
 y=f(x), \quad x\in\mathbb{R}.
\end{equation}

  

 % Example of Figure

 \begin{center}
 %\includegraphics[width=0.5\textwidth]{figure_example.eps}

 % Capture (the number in parenthesis is the number of the figure
 \fig{1}{Use figures in eps format}
 \end{center}

 Acknowledgments should be placed before the bibliography as follows.

 % Acknowledgments
\section*{\large Acknowledgments} The authors thank the unknown referee...

 \grant{This work was supported by \ldots Foundation, project no.~000.}

 % Template for the bibliography
 The bibliography should be placed in alphabetical order.
 Template for the bibliography see below.


\def\bibname{\vspace*{-30mm}{\centerline{\normalsize References}}}

\begin{thebibliography}{20}
%\vspace*{-10mm}
\thispagestyle{headings}
\footnotesize
 % book

 \bibitem{Ivanov1}
 V.K.~Ivanov, {\it Selected Works. Mathematics.}
 Fizmatlit, Moscow, 2008 (in Russian).

 % article

 \bibitem{Petrov}
I.K.~Petrov,
  {\it On algebra of elementary generalized functions.}
 Dokl. Akad. Nauk SSSR. 246 (1979), no.~4., 805--808.

\end{thebibliography}


\vskip 1 cm \footnotesize
\begin{flushleft}
John~Johnson, Peter~Petrov \\ % name of the authors from the same institution
e.g.: Department of Mechanics and Mathematics\\ % name of the department, where author works
e.g.: L.N. Gumilyov Eurasian National University \\ % name of the university, where author works
e.g.: 5 Munaitpasov St,\\ % buseness address 
e.g.: 010008 Astana, Kazakhstan \\ % buseness address 
E-mails: johnson@gmail.com, petrov@gmail.com 
\end{flushleft}

\begin{flushleft}
 A.~Smith \\ % name of the authors from another institution
e.g.: Department of Mathematics\\ % name of the department, where author works
e.g.: Cardiff University \\ % name of the university, where author works
e.g.: Green St,\\ % buseness address 
e.g.:Cardigg, UK \\ % buseness address 
E-mail: smith@usu.ru
\end{flushleft}

\vskip0.5cm
\begin{flushright}
Received: ??.??.20??
\end{flushright}

 \end{document}
 
 
 