\documentclass[a4paper,11pt]{article} \usepackage{graphicx} %%% for including graphics \usepackage{url} %%% for including URLs \usepackage{times} \usepackage{natbib} \usepackage[margin=25mm]{geometry} \title{Example Paper for IWCS} \date{} \author{Example Author\\ Affiliation\\ \texttt{example@email.org} \and Someone Else\\ Another Affiliation\\ \texttt{another@email.org} } \begin{document} \maketitle \thispagestyle{empty}
\pagestyle{empty}\section{Introduction} .... \bibliographystyle{chicago} \bibliography{mybib} \end{document} |