%
% Template for Scribe Notes -- CS500 (Spring 2012)
%
% (template is a modified version of one prepared by Erik Demaine at MIT)
%  
%
%
\documentclass[11pt]{article}
\usepackage{latexsym}
\usepackage{amsmath}
\usepackage{amssymb}
\usepackage{amsthm}
\usepackage{amsfonts}
\usepackage{epsfig}
%\usepackage{psfig}

\newcommand{\handout}[5]{
  \noindent
  \begin{center}
  \framebox{
    \vbox{
      \hbox to 5.78in { \textbf{CS500: Fundamentals of Algorithm Design and Analysis } \hfill #2 }
      \vspace{4mm}
      \hbox to 5.78in { {\Large \hfill #5  \hfill} }
      \vspace{2mm}
      \hbox to 5.78in { \emph{#3 \hfill #4} }
    }
  }
  \end{center}
  \vspace*{4mm}
}

\newcommand{\lecture}[4]{\handout{#1}{#2}{#3}{Scribe: #4}{Lecture #1}}
\newcommand{\R}{\mathbb{R}}     % use for capital R real number set symbol
\newcommand{\Z}{\mathbb{Z}}     % use for capital Z integer set symbol

% tabbing environment for pseudo-code 
\newenvironment{code} {
\begin{tt}
\begin{tabbing}
\ \ \ \ \= \ \ \ \ \= \ \ \ \ \= \ \ \ \ \= \ \ \ \ \= \ \ \ \ \=  \ \ \ \ \= \ \ \ \ \= \\ \kill
}{
\end{tabbing}
\end{tt}
}


\newtheorem{theorem}{Theorem}
\newtheorem{corollary}[theorem]{Corollary}
\newtheorem{lemma}[theorem]{Lemma}
\newtheorem{observation}[theorem]{Observation}
\newtheorem{proposition}[theorem]{Proposition}
\newtheorem{definition}[theorem]{Definition}
\newtheorem{claim}[theorem]{Claim}
\newtheorem{fact}[theorem]{Fact}
\newtheorem{assumption}[theorem]{Assumption}

% 1-inch margins, from fullpage.sty by H.Partl, Version 2, Dec. 15, 1988.
\topmargin 0pt
\advance \topmargin by -\headheight
\advance \topmargin by -\headsep
\textheight 8.9in
\oddsidemargin 0pt
\evensidemargin \oddsidemargin
\marginparwidth 0.5in
\textwidth 6.5in

\parindent 0in
\parskip 1.5ex
%\renewcommand{\baselinestretch}{1.25}

\begin{document}

\lecture{NUMBER --- DATE, 2012}{Spring 2012}{Prof.\ Will Evans}{SCRIBE NAME}


In this lecture we:
\begin{itemize}
\item Discussed THIS;
\item THAT;
\item AND THE NEXT THING.
\end{itemize}

Handouts (posted on webpage):
\begin{itemize}
\item HANDOUT NAME
\item ETC
\end{itemize}

Reading: ASSIGNED READING(S).

\section{FIRST TOPIC}

\begin{itemize}
\item  SUBTOPIC1 
\item   ETC 
\end{itemize}

\section{NEXT TOPIC}
\begin{description}
\item[LABEL1] 
   DISCUSSION 
\item[LAST LABEL]
   DISCUSSION 
\end{description}

\section{LAST TOPIC}

%\bibliography{mybib}
\bibliographystyle{alpha}

\end{document}

