diff --git a/PS2/doc.pdf b/PS2/doc.pdf new file mode 100644 index 0000000..55a6915 Binary files /dev/null and b/PS2/doc.pdf differ diff --git a/PS2/doc.tex b/PS2/doc.tex index 8b13789..97912bc 100644 --- a/PS2/doc.tex +++ b/PS2/doc.tex @@ -1 +1,34 @@ +\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} \ No newline at end of file