\documentclass[10pt]{article} \begin{document} \tableofcontents \newpage \title{Title Goes Here} \author{Author1 \and \copyright Author 2} \date{Date} \maketitle \section {First Section} Beginning of the first paragraph \dotfill Here \footnote{example of a footnote} is is a footnote \subsection{first sub-section} \subsubsection{first sub-sub-section} \section {Second Section} \subsection {second subsection} \section {References} See \cite{DandJ} \appendix \begin{thebibliography}{99} \bibitem{DandJ} Dow, W. \& Jones, E.A., {\it Wall Street Journal}, March 29, 1929. \end{thebibliography} \end{document}