% Sample LaTeX file for creating a paper in the MMR format.

\documentclass{article}
\usepackage{mmr} % Paper formatting etc.

\title{Instructions for Authors}
\author{ {\bf Helge Langseth} \\
Dept of Mathematical Sciences\\%
Norwegian University of Science and Technology\\%
N-7034 Trondheim\\%
Norway\\ %
{\em helgel@math.ntnu.no}
%
\And
%
{\bf Coauthor}   \\%
Affiliation      \\%
Address          \\%
(if needed)      \\%
%
}
\begin{document}
\maketitle
\begin{abstract}
The Abstract paragraph should be indented 0.25~inch on both left
and right-hand margins. Use 10~point type, with a vertical spacing
of 11~points. The word {\bf Abstract} should be centered, bold,
and in point size 12. Two line spaces precede the Abstract.
\end{abstract}

\section{General formatting instructions}
The overall printing area is  an A4~page (297~mm by 210~mm). The
left and right margins are 25~mm, top and bottom margins are
30~mm. Use 11~point type {\em Times New Roman} typeface. Paper
title is 14~point, bold and centered. Authors' names are centered.
Remember to include email addresses.

\subsection{Number of pages}
Your paper should use 4 pages, including pictures, references and
annexes. {\bf Papers using more than 4 pages cannot be published.}


\section{First level headings}
First level headings are flushed left, bold-face and in point size
12. Use one line space before the first level heading and 1~line
space after the first level heading.

\subsection{Second level headings}
Second level headings must be flush left, bold and in point size
11. One line space should be used before the second level heading
and 1/2~line space after the second level heading.

\subsubsection{Third level headings}
Third level headings are to be flush left and in point size 11.
Please use one line space before the third level heading and
1/2~line space after the third level heading.


\section{Citations, figures and references}
\subsection{Citations in Text}
Citations within the text should include the author's last name
and year: {\em ``The air conditioner data (Proschan 1963) \ldots''
} or when the author is used as a noun in the sentence: {\em
``Proschan (1963) presented a data set \ldots''}.

\subsection{Footnotes}
Indicate footnotes with a number\footnote{This is an example of a
footnote.} in the text. The footnotes are to be written with a 10
point type and are to be placed at the bottom of the page on which
they appear. Precede the footnote with a horizontal line.

\subsection{Figures}
All figures must be centered. Figure number and caption always
appear below the figure. Leave 2~line spaces between the figure
and the caption.

\begin{figure}[ht]
\vspace{3mm} \caption{This is a figure caption.}
\end{figure}

\subsection{Tables}
All tables must be centered, neat, clean, and legible. Table
number and title always appear above the table, see the example
below. Use one line space before the table title, one line space
after the table title, and one line space after the table.

\begin{table}[ht]
\caption{This is an example of a table.}
\begin{center}
\begin{tabular}{lr}
Income         &$\$ 42.94$ \\ Expenses       &$\$ 26.12$ \\ \hline
Rest           &$\$ 16.82$ \\ \hline \hline
\end{tabular}
\end{center}
\end{table}


\section*{Acknowledgements}
Use non-numbered first level headings for the acknowledgements.
All acknowledgements go at the end of the paper.

\section*{References}
References follow the acknowledgements, use first level
no-numbered headings. The bibliography should follow the {\it
Chicago style}, see below for examples. The correct layout of the
bibliography is obtained by the MMR stylefile as it includes the
{\tt chicago} package. To generate the list of references, use the
command \verb+\bibliography{myfile}+ where the bibliography should
be placed (assuming the bibliography database is named {\tt
myfile.bib}).

References should be formatted like this:

\vspace{5mm}
\hangindent=1cm \hangafter=1 %
Ghahramani, Z. (1997).
\newblock Learning dynamic Bayesian networks.
\newblock In C.~Giles and M.~Gori (Eds.), {\em Adaptive Processing of Sequences
  and Data Structures}, Lecture Notes in Artificial Intelligence, pp.\
  168--197. Berlin: Springer Verlag.

\hangindent=1cm \hangafter=1 %
Pearl, J. (1986).
\newblock Fusion propagation and structuring in belief networks.
\newblock {\em Artificial Intelligence\/}~{\em 29\/}(3), 241--288.

\hangindent=1cm \hangafter=1 %
Whittaker, J. (1990).
\newblock {\em Graphical models in applied multivariate statistics}.
\newblock Chichester: Wiley.

\end{document}

