%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%
%<TeX_Marker>
% Abstract for the 13-th INTERNATIONAL SYMPOSIUM 
% ON DYNAMIC GAMES AND APPLICATIONS
% Wroclaw, 30th June-3rd July, 2008 
% Example file
%
% Please do not alter the layout!
% This file should be processed correctly with LaTeX 2.09 and LaTeX2e.
%
% Please send your abstract to isdg08@neyman.im.pwr.wroc.pl 
% by 15th of May 2008.
%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\documentclass{article}

\setlength{\parindent}{0pt}
\renewcommand{\title}[1]{%
  \begin{center}
    \Large\bfseries #1%
  \end{center}%
}
\renewcommand{\author}[1]{\vskip\medskipamount\hrule\vskip\medskipamount%
  #1\par}
\newcommand{\address}[1]{#1\par}
\newcommand*{\curraddr}[1]{#1\par}
\newcommand*{\email}[1]{e-mail:~{\tt #1}\par}
\newcommand*{\urladdr}[1]{url:~{\tt #1}\par}

\begin{document}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%                       Please fill in below!                      %%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

%%% Title of your talk
\title{Some recent results in matrix games%
\footnote{Invited Session: Multi Agents Pursuit - Evasion Games}%if applicable
} %required

%%% First author
\author{Name Surname} % required
\address{Institute of \\
Street 13\\
XY-12345 City\\
Xland} % required
\email{xname@xserver.xy} % optional
\urladdr{http://xuniversity.xy/home/surname} % optional

%%% Second author
\author{SecondName SecondSurname} % required
\address{Institute of \\
Street 13\\
XY-12345 City\\
Xland} % required
\email{yname@yserver.xy} % optional
\urladdr{http://xuniversity.xy/home/secondsurname} % optional

%%% Additional authors...

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%                           The abstract                           %%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\begin{abstract} % required
  	Some new results related to Dynkin games \cite{dyn69:game}... 
  will be presented ...(see \cite{fuktak02:Dynkin})...
\end{abstract} % required

\begin{thebibliography}{1} 																	% optional

\bibitem{dyn69:game}
E.B. Dynkin.
\newblock Game variant of a problem on optimal stopping.
\newblock {\em Soviet Math. Dokl.}, 10:270 -- 274, 1969.

\bibitem{fuktak02:Dynkin}
M. Fukushima and M. Taksar.
\newblock {Dynkin games via Dirichlet forms and singular control of
  one-dimensional diffusions.}
\newblock {\em SIAM J. Control Optimization}, 41(3):682--699, 2002.

\end{thebibliography}																				% optional

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%                       End of abstract!                           %%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

\end{document}

