started .tex doc

This commit is contained in:
pkirwin 2021-03-01 11:14:03 -07:00
parent 6d4296fb6d
commit 47733a70b8
2 changed files with 33 additions and 0 deletions

BIN
PS2/doc.pdf Normal file

Binary file not shown.

View File

@ -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}