\documentclass{article} \usepackage{graphicx} \usepackage{setspace} \usepackage{listings} \usepackage{color} \usepackage{amsmath} \usepackage{amssymb} \usepackage{float} \usepackage[justification=centering]{caption} \usepackage{subcaption} \usepackage[margin=0.75in]{geometry} \usepackage[parfill]{parskip} \usepackage{fancyhdr} \usepackage{lastpage} \title{ECE 456 - Problem Set 2} \date{2021-03-01} \author{David Lenfesty \\ lenfesty@ualberta.ca \and Phillip Kirwin \\ pkirwin@ualberta.ca} \pagestyle{fancy} \fancyhead[L]{ECE 456 - Problem Set 2} \fancyhead[R]{David Lenfesty and Phillip Kirwin} \fancyfoot[C]{Page \thepage} \renewcommand{\footrulewidth}{1pt} \begin{document} \maketitle \newpage hello \end{document}