forked from nirvantyagi/cs5435-lab2
-
Notifications
You must be signed in to change notification settings - Fork 0
/
5435-HW2.tex
45 lines (37 loc) · 1010 Bytes
/
5435-HW2.tex
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
\documentclass[11pt]{article}
\usepackage{amsfonts,amsthm,amsmath,amssymb}
\usepackage{array}
\usepackage{epsfig}
\usepackage{fullpage}
\usepackage{xcolor}
\usepackage{mathtools}
\newcommand{\handout}[6]{
\renewcommand{\thepage}{\Large\bf #2 / Page \arabic{page}}
\noindent
\begin{center}
\framebox{
\vbox{
\hbox to 5.78in { {\bf #1}
\hfill #3 }
\vspace{4mm}
\hbox to 5.78in { {\Large \hfill #6 \hfill} }
\vspace{2mm}
\hbox to 5.78in { {\it #4 \hfill #5} }
}
}
\end{center}
\vspace*{4mm}
}
\newcommand{\exercise}[1]{{\vspace{6pt}\noindent\textbf{Exercise #1}}\quad}
\begin{document}
%%% FILL OUT THESE MACROS WITH YOUR DETAILS %%%
\newcommand{\yournames}{Team Member 1, Team Member 2}
\newcommand{\hwnumber}{1}
\setlength\parindent{0pt}
\handout{CS 5435 $-$ Computer Security}{\color{gray}HW\hwnumber / \yournames{}}{ }%
{Name: \yournames}%
{Fall 2019}%
{Homework \hwnumber}
\exercise{1.1}
Write your answer here.
\end{document}