% Abstract template for the conference Modeling and Managing Financial Risks, Paris, January 10-13, 2011
% To make it easier for us to compile the book of abstracts, please use only standard Latex2e commands, and limit the use of additional packages to the strict minimum
% Please submit an extended abstract of 1 to 4 pages long
\documentclass{article}
\usepackage{amsmath,amsfonts,amsthm,graphicx}
\usepackage[a4paper,left=3cm, right=3cm, top=3cm,bottom=3cm,nomarginpar, includeheadfoot,head=12pt,headsep=18pt]{geometry}
\newtheorem{theorem}{Theorem}
\newtheorem{lemma}{Lemma}
\newtheorem{proposition}{Proposition}
\newtheorem{corollary}{Corollary}
\theoremstyle{definition}
\newtheorem{definition}{Definition}
\newtheorem{example}{Example}
\theoremstyle{remark}
\newtheorem{remark}{Remark}
\title{Sample extended abstract for the conference ``Modeling and Managing Financial Risks}% Put your title here
\author{First Author \\ First Institution \\ E-mail: \texttt{author@institution.com} \and
Second Author \\ Second Institution \\ E-mail: \texttt{author@institution.com}} % Put the authors' names and affiliations here. 
\date{}
\begin{document}
\maketitle
\noindent\textbf{Key words}\quad risk management, ... % Put your key words here

\bigskip

Some text
% Put the text of your extended abstract here. If necessary, include graphics using the command
%\includegraphics[width=0.5\textwidth]{graphics.eps}
% Do not forget to attach the .eps files to your email

\begin{thebibliography}{9}
\bibitem{black.scholes.73}
{\sc Black, F. and Scholes, M.}, {\em The pricing of options and corporate liabilities}, Journal of Political Economy, 81 (3), 1973. 
\end{thebibliography}
% Put your references here
\end{document}
