\documentclass[12pt,a4]{article}

\usepackage{amsmath,amssymb,latexsym}
\usepackage{epsf,enumerate}
\parindent0cm
\topsep0ex
\textheight23.5cm
\topmargin-1cm
\oddsidemargin0.9cm
\textwidth14.5cm

\newcommand{\absskip}{\vspace{0.8cm}}
\newcommand{\listsetting}{\vspace{-1.3mm}
 	    				\setlength{\itemsep}{0cm}
                        \setlength{\parsep}{0cm}
                        \setlength{\topsep}{0cm}
                        \setlength{\partopsep}{0cm}
                        \setlength{\parskip}{0cm}}

\begin{document}
%% Please use standard LaTeX commands throughout the document. Leave the blank lines unchanged. Below is an example of the expected abstract format. If you do not wish to provide data in any field, please comment it out using %%.

\absskip
\centerline{\Large\bf Title of the talk}

\bigskip
\centerline{\bf Author's (i.e. speaker's) name}

%If there is more than one author, please list the co-authors here.
\smallskip
\centerline{(joint work with Author2, Author3)}

\bigskip
Here should be the text of your abstract. The abstract should be limited to one page. To cite references, please use the format \cite{JB2009}.\\

% References (if required).

\centerline{\sc References}
\smallskip

\begin{enumerate}[{[1]}]
\listsetting
\bibitem{JB2009} J. Black, Paper 1, Journal J. 2 (2009), 425--477.
\bibitem{WB2007} A. White, C. Brown, Note 1, Journal J. 1 (2007), 3297--3301.
\end{enumerate}

\end{document}
