\documentclass[11pt]{article}
\usepackage{amsmath,amsfonts,latexsym,graphicx}
\usepackage{fullpage,color}
%\usepackage{text}
%\usepackage{algo}
\usepackage{url,hyperref}

\pagestyle{empty}

\setlength{\oddsidemargin}{0in}
\setlength{\topmargin}{0in}
\setlength{\textwidth}{6.5in}
\setlength{\textheight}{8.5in}

\newtheorem{fact}{Fact}
\newtheorem{lemma}{Lemma}
\newtheorem{theorem}[lemma]{Theorem}
\newtheorem{defn}[lemma]{Definition}
\newtheorem{assumption}[lemma]{Assumption}
\newtheorem{corollary}[lemma]{Corollary}
\newtheorem{prop}[lemma]{Proposition}
\newtheorem{exercise}[lemma]{Exercise}
\newtheorem{claim}[lemma]{Claim}
\newtheorem{remark}[lemma]{Remark}
\newtheorem{prob}{Problem}
\newtheorem{conjecture}{Conjecture}

\newenvironment{note}[1]{\medskip\noindent \textbf{#1:}}%
        {\medskip}

\newenvironment{proof}{\vspace{-0.05in}\noindent{\bf Proof:}}%
        {\hspace*{\fill}$\Box$\par}
\newenvironment{proofsketch}{\noindent{\bf Proof Sketch.}}%
        {\hspace*{\fill}$\Box$\par\vspace{4mm}}
\newenvironment{proofof}[1]{\smallskip\noindent{\bf Proof of #1.}}%
        {\hspace*{\fill}$\Box$\par}

\newcommand{\etal}{{\em et al.}\ }
\newcommand{\assign}{\leftarrow}
\newcommand{\eps}{\epsilon}

\newcommand{\opt}{\textrm{\sc OPT}}
\newcommand{\script}[1]{\mathcal{#1}}
\newcommand{\ceil}[1]{\lceil #1 \rceil}
\newcommand{\floor}[1]{\lfloor #1 \rfloor}

\newcommand{\yell}[1]{\textbf{#1}}

\renewcommand{\vec}[1]{\mathbf{#1}}
\newcommand{\mat}[1]{\mathbf{#1}}

\newcommand{\R}{\mathbb{R}}
\newcommand{\Z}{\mathbb{Z}}
\newcommand{\N}{\mathbb{N}}
\newcommand{\Q}{\mathbb{Q}}
\newcommand{\innprod}[1]{\left\langle {#1} \right\rangle}
\newcommand{\inv}{{-1}}

\newcommand{\ep}{\epsilon}
\newcommand{\vep}{\varepsilon}

\newcommand{\edge}[2]{\left\{ {#1}, {#2} \right\}}
\newcommand{\dedge}[2]{\left( {#1}, {#2} \right)}

% Expected value
\newcommand{\E}{\mathbb{E}}

% \cc for ``complexity class''
\newcommand{\cc}[1]{\mathsf{#1}}

\newcommand{\para}{\P}
\renewcommand{\P}{\cc{P}}
\newcommand{\NP}{\cc{NP}}
\newcommand{\EXP}{\cc{EXP}}
\newcommand{\NEXP}{\cc{NEXP}}
\newcommand{\RP}{\cc{RP}}
\newcommand{\BPP}{\cc{BPP}}
\newcommand{\co}{\cc{co}}
\newcommand{\psig}[1]{\cc{\Sigma}_{#1}}
\newcommand{\ppi}[1]{\cc{\Pi}_{#1}}
\newcommand{\Ppoly}{\cc{P/poly}}

\newcommand{\DTIME}{\cc{DTIME}}
\newcommand{\NTIME}{\cc{NTIME}}
\newcommand{\SIZE}{\cc{SIZE}}

\newcommand{\YES}{\mathsf{YES}}
\newcommand{\NO}{\mathsf{NO}}
\newcommand{\TRUE}{\mathsf{TRUE}}
\newcommand{\FALSE}{\mathsf{FALSE}}
\newcommand{\bits}{\{ 0, 1 \}}
\newcommand{\st}{\mbox{ s.t. }}
\newcommand{\strtuple}[1]{\left\langle {#1} \right\rangle}
\renewcommand{\bar}[1]{\overline{#1}}

\newcommand{\conv}{\mbox{conv}}
\newcommand{\supp}{\mbox{supp}}

\newcommand{\Pmatch}{P_{\mathsf{match}}}
\newcommand{\Pperfmatch}{P_{\mathsf{perfect-match}}}

\begin{document}

\setlength{\fboxrule}{.5mm}\setlength{\fboxsep}{1.2mm}
\newlength{\boxlength}\setlength{\boxlength}{\textwidth}
\addtolength{\boxlength}{-4mm}
\begin{center}\framebox{\parbox{\boxlength}{\bf
MS\text{\&}E 319: Matching Theory \\ 
Instructor: Amin Saberi  \\
Lecture date: \hfill Scribe: }}\end{center}
\vspace{5mm}


Please use the following notation:

\begin{itemize}
\item Use $\mat A, \mat B$ for matrices.
\item $\vec x, \vec y$ for vectors,
\item $x_e, y_v$ for variables, i.e. components of vectors.
\end{itemize}


\end{document}
