%%%%%%%%%%%%%%%%%%%%%%% file template.tex %%%%%%%%%%%%%%%%%%%%%%%%%
%
% This is a template file for Arkiv for Mathematik
%
% Copy it to a new file with a new name and use it as the basis
% for your article
%
%%%%%%%%%%%%%%%%%%%%%%%% Springer-Verlag %%%%%%%%%%%%%%%%%%%%%%%%%%
\documentclass[final,10pt,runningheads,numbooktheorem,envcountsame]{lesvjour}

% Remove any % below to load the required packages
%\usepackage{graphicx}
%\usepackage{latexsym}
%\usepackage{multicol}
%\usepackage[english]{babel}
%\usepackage{index}
%\usepackage{rotating}

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%  Required package -- do not remove             %%
\usepackage{ml-afm-author}                        %%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

\DOIyear{2008}  % correct data will be inserted by the editor
\def\jahr{2008} % correct data will be inserted by the editor
\DOImsnr{0000}  % correct data will be inserted by the editor
\received{date} % correct data will be inserted by the editor
\revised{date}  % correct data will be inserted by the editor


\begin{document}

\Volume{00}     % correct data will be inserted by the editor
\Year{2008}     % correct data will be inserted by the editor


\title{%
YOUR TITLE%
% \thanks is optional - remove next line if not needed
\thanks{additional remarks}%
}                     % Do not remove 

\author{% 
  First Author\and
  Second Author\and
  Third Author
}

\institute{%
  First Author\\
  Institute\\
  Organization\\
  Country\\
  Email
\and
  Second Author\\
  Institute\\
  Organization\\
  Country\\
  Email
\and
  Third Author\\
  Institute\\
  Organization\\
  Country\\
  Email
} 

\maketitle


\begin{abstract}
Insert your abstract here.
\end{abstract}

\section{Introduction}\label{intro}

Your text comes here. Separate text sections with

\section{Section title}\label{sec:1}

and 

\subsection{Subsection title}\label{sec:2}

as required. Don't forget to give each section
and subsection a unique label (see Section~\ref{sec:1}).

\section{Often used theorems}\label{sec:3}

There are some environments that are used often. For example
\begin{theorem}
\end{theorem}

or

\begin{lemma}[\cite{RefJ}, (p.~123)]{\bf Caption of this lemma}
\end{lemma}

\begin{proof} $a+b-c=d$ \qed \end{proof}


\begin{thebibliography}{}
%
% and use \bibitem to create references.
%
% Format for Journal Reference
\bibitem{RefJ}
  \textsc{Name}, A., Title, \textit{Journal Name} \textbf{1} (year), pages.

% Format for books
\bibitem{RefB}
  \textsc{Name, B.}, \textit{Title}, Publisher, City, year.
% etc
\end{thebibliography}


\end{document}

% end of file template.tex


