%% Example of use of the EM-WEB style \documentclass[a4paper,10pt,twocolumn]{article} \usepackage{EM-WEB} \begin{document} \title{\textbf{Title of the paper}} \author{Your University ID number\\ } \abstract{This is the abstract. Best if it's not too long, and there shouldn't be any paragraph breaks. However, it should not be that short ;-)} \maketitle \section{Introduction} We start by introducing EM\ldots And continue by breaking up our sections under sub-headings. We can refer to papers parenthetically \citep{EM05}, or by direct reference to the work, as in the next sentence. \citet{EM05} present some ideas\footnote{And this is what a footnote looks like}. \subsection{A Subsection heading} The sub-headings themselves can be distributed under sub-sub-headings. \subsubsection{And one subsubsection heading} \begin{figure}[!ht] \begin{center} This would be \\ a \\ figure if I had \\ anything interesting to \\ put here. \end{center} \caption{An example figure} \label{figex} \end{figure} \subsubsection{Followed by another sub-heading} \begin{table}[!ht] \caption{This is an example table} \label{tabex} \begin{center} \begin{tabular}{|l|} \hline Again, I don't \\ really\\ \hline have anything to\\ put in here.\\ \hline \end{tabular} \end{center} \end{table} \section*{Acknowledgements} Some people are just so wonderful. I would like to thank my cat. \bibliography{EM-WEB} \end{document}