%% Guidelines %% % Follow these guidelines and use this template! % The abstract, written in English, should not exceed 300 words. % Maximum of 7 key words % Maximum of 4 references. % Rename the file to your last name %%%%%%%%%%%%%%%%%%%%%%%%% % DO NOT CHANGE \documentclass[a4paper]{article} \usepackage[latin1]{inputenc} \usepackage{amssymb,amsmath,amsfonts} \usepackage[square,sort,comma,numbers]{natbib} \begin{document} %%%%%%%%%%%%%%%%%%%%%%%%% % Title % \section*{Your title} % Example % \section*{The Multilinear Normal Distribution: Estimation and Testing} % Author and Title for TOC % \addcontentsline{toc}{section}{{\bf First author / Presenters name} and Second author -- {\it Your title}} % Example % \addcontentsline{toc}{section}{{\bf Martin Singull} and Dietrich von Rosen -- {\it The Multilinear Normal Distribution: Estimation and Testing}} % Author % First author / Presenters name$^{1}$ and Second author$^{1,2}$ \index{First author last name, First author initial. |textit} \index{Second author last name, Second author initial |textit} % Example % Martin Singull$^{1}$ and Dietrich von Rosen$^{1,2}$ % \index{Singull, M. |textit} % \index{von Rosen, D. |textit} % Institute % \noindent $^{1}$First author - Institute, City, Country\\ $^2$Second author - Institute, City, Country % Example % \noindent $^{1}$Link\"oping university, Link\"oping, Sweden\\ % $^2$Swedish University of Agricultural Sciences, Uppsala, Sweden % Abstract % \subsection*{Abstract} Abstract... \cite{reference1} % Example % Abstract... \cite{ohlson2010mnd} \bigskip % Keywords % \noindent {\bf Keywords:} Keyword1, Keyword2 % Bibliography % \begin{thebibliography}{} \bibitem{reference1} Author last name, Author initial. (year). Title of paper. {\it Journal}, number:pages. % Example % \bibitem{ohlson2010mnd} Ohlson, M., Ahmad, M.R., and von Rosen, D. (2010). The multilinear normal distribution: introduction and some basic properties. {\it Journal of Multivariate Analysis},113:37-47. \end{thebibliography} %%%%%%%%%%%%%%%%%%%%%%%%% \end{document} %%%%%%%%%%%%%%%%%%%%%%%%%