\documentclass[11pt]{article} \usepackage[margin=2.5cm]{geometry} \usepackage{setspace} \setlength{\parskip}{.1cm} \begin{document} \begin{titlepage} \begin{minipage}{\linewidth} \begin{flushleft} \doublespacing {\huge \textsf{Centre for Theoretical Neuroscience \\ Technical Report}} \singlespacing {\bfseries \vspace{1cm} %% ------------------------------------------------------ %% TO COMPLETE: Technical report ID UW-CTN-TR-yyyymmdd-XXX %% ------------------------------------------------------ } \today \vspace{1cm} \rule{\linewidth}{.05cm} \vspace{0.5cm} {\huge \noindent %% ------------------------------------------------------ %% TO COMPLETE: Report title (cover page) \textbf{Report Title} %% ------------------------------------------------------ } \vspace{0.5cm} { \large %% ------------------------------------------------------ %% TO COMPLETE: Author's name (cover page) Author's Name %% ------------------------------------------------------ } \vspace{13cm} {\footnotesize Centre for Theoretical Neuroscience, Waterloo, ON. http://compneuro.uwaterloo.ca/cnrglab } \end{flushleft} \end{minipage} \end{titlepage} \begin{center} {\huge %% ------------------------------------------------------ %% TO COMPLETE: Report title (Main body) \textbf{Report Title} %% ------------------------------------------------------ } \vspace{1cm} {\large %% ------------------------------------------------------ %% TO COMPLETE: Author's name (Main body) Author's Name \\ %% ------------------------------------------------------ University of Waterloo \\ Waterloo, ON \vspace{.5cm} } \end{center} \begin{abstract} %% ------------------------------------------------------ %% TO COMPLETE: Abstract Here is an abstract %% ------------------------------------------------------ \end{abstract} %% ------------------------------------------------------ %% TO COMPLETE: Report body \section{Introduction} Introduction here. \section{Conclusions} Conclusion here. %% ------------------------------------------------------ \end{document}