%
% 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[margin=1in]{geometry}
\usepackage{url}
\usepackage{graphicx}
%\usepackage{psfig}

\newcommand{\scribeTitle}[3]{
  \noindent
  \begin{center}
  \framebox{
    \vbox{
      \hbox to 5.78in { \hfill \textbf{CS420+500: Advanced Algorithm Design
          and Analysis} \hfill }
      \vspace{4mm}
      \hbox to 5.78in { {\Large \hfill Lectures: #1  \hfill} }
      \vspace{2mm}
      \hbox to 5.78in { \emph{#2 \hfill Scribe: #3} }
    }
  }
  \end{center}
  \vspace*{4mm}
}

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

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

\begin{document}

% ---------------------------------------------
% Fill in the appropriate dates and scribe name
% ---------------------------------------------
\scribeTitle{DATE1 + DATE2, 2017}{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}
