%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Beginning of header section.                                                      %
% Do not change this section in order to have a good idea of the dimensions of the  %
% paper in the final proceedings. Also, don't add anything to this section          %
%                                                                                   %
\documentclass[11pt,a4paper]{article}
\usepackage{amsmath}
\usepackage{amsfonts}
\usepackage{amssymb}
\usepackage{amsthm}
\usepackage{amscd}
\usepackage{graphicx}
\pagestyle{plain}
\frenchspacing
\parindent=0cm
\oddsidemargin=0cm
\evensidemargin=0cm
\textwidth=15.9cm
\headheight=0cm
\topmargin=-1cm
\textheight=24cm
%                                                                                   %
% End of header section                                                             %
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%


%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Insert local definitions here but make sure they are unique (use your own name as %
% part of the name you give it. Don't change the layout of the paper (no changes in %
% margins, fonts, renewcommand, ...). If you need theorems, ..., you can uncomment  %
% the following lines or create you own additional lines and place them here.       %
%                                                                                   %
%\theoremstyle{plain}
%\newtheorem{lemma}{Lemma}[section]
%\newtheorem{prop}{Proposition}[section]
%\newtheorem{theorem}{Theorem}[section]
%\theoremstyle{definition}
%\newtheorem{defn}{Definition}[section]
%\newtheorem{ex}{Example}[section]
%\newtheorem{remark}{Remark}[section]





%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Start of document                                                                 %
% Make labels, refs, ... unique by adding your name to them.                        %

\title{Insert the title of the paper here}

\author{
	\emph{First author}
	\thanks{Insert thanks here} \\
	Institution name \\
	Department name \\ 
	Institution address \\ 
	e-mail: \emph{Insert e-mail address here} \\
	url: \emph{Insert url here}
       }

\date{}

\begin{document}

\maketitle

\begin{abstract}
Insert the abstract here
\end{abstract}

\section{Insert the title of the first section here}
Place the text of this section here, followed by possible subsequent sections (and subsections) if necessary in the similar way.

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Figures can be included as in the following example. Use eps-files and place      %
% the labels at the end. Include your name in the label to make then unique         %
%
% \begin{figure}[ht]
% \includegraphics[height=13cm, angle=-90]{matching.eps}
% \caption{The search for corresponding points in two images can be done by 
% maximizing a similarity measure, like for instance \emph{cross-correlation} based 
% on some window in the gray scale images, along the epipolar line. In this way the
% ``best'' corresponding point is found.} 
% \label{vandewoestyne:fig-matching}
% \end{figure}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

\begin{thebibliography}{99}

\bibitem{myname:ref1} 
Authors (formatted as K. Nomizu),
\emph{Title of the reference}, 
Journal,
\textbf{Volume}, 
Publisher,
from\,--\,to,
Year.

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Here is an example:                                                               %
%
% \bibitem{vandewoestyne:ISPRS2004}
% I. Van de Woestyne, M. Jordan, T. Moons and M. Cord,
% \emph{A software system for efficient DEM segmentation and DTM estimation in 
% complex urban areas}, 
% Proc. of ISPRS Congress 2004, Istanbul,  
% \textbf{Vol. XXXV Part B}, 
% 134\,--\,139,
% 2004.
%
% End of example                                                                    %
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

\end{thebibliography}

\end{document}

