init
This commit is contained in:
3
.gitignore
vendored
Normal file
3
.gitignore
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
LAB3.pdf
|
||||
LAB3.log
|
||||
LAB3.aux
|
||||
BIN
EE-3150_Lab3.pdf
Normal file
BIN
EE-3150_Lab3.pdf
Normal file
Binary file not shown.
26
LAB3.tex
Normal file
26
LAB3.tex
Normal file
@@ -0,0 +1,26 @@
|
||||
\documentclass{article}
|
||||
|
||||
\usepackage[margin=1in]{geometry}
|
||||
|
||||
\usepackage{amsmath}
|
||||
\newcommand{\RE}[1]{\mathrm{Re} \left \{ #1 \right \}}
|
||||
\newcommand{\IM}[1]{\mathrm{Im} \left \{ #1 \right \}}
|
||||
|
||||
|
||||
\usepackage{commath}
|
||||
\newcommand\numberthis{\addtocounter{equation}{1}\tag{\theequation}}
|
||||
\usepackage{amsfonts}
|
||||
\usepackage{cancel}
|
||||
|
||||
\usepackage[T1]{fontenc}
|
||||
\usepackage{framed}
|
||||
\usepackage{caption}
|
||||
\usepackage{gensymb}
|
||||
|
||||
\title{Lab 3, EE3150}
|
||||
\author{Martin Kennedy and DJ}
|
||||
|
||||
\begin{document}
|
||||
\maketitle
|
||||
|
||||
\end{document}
|
||||
Reference in New Issue
Block a user