% skeleton.tex
%
% This file skeleton shows you how to format the name and contact
% details of a single-authored paper. For multiple authored papers,
% see the file `instructions.tex', provided in the author pack. 
% 
% NB - the llncs style doesn't work with the LaTeX2e \documentclass
% command; instead, just use the format below, and run LaTeX over it
% as normal. You shouldn't have any problems.

\documentclass{llncs} 	

\usepackage{times}	% DO NOT OMIT THIS!

\title{This is the Title}

\author{Very Famous Chap}

\institute{
	Department, Institution\\
	Number Street, Zip Code, Country\\[0.75ex]
	{\tt email@address}
}

\begin{document}

\maketitle

\begin{abstract}
The goal of this paper is to explain everything. [...]
\end{abstract}

\section{Introduction}

[...]

\bibliographystyle{plain} 	% Note use of `plain' bibliography style
\bibliography{...}

\end{document}
