\input{definitions.tex}

\begin{document}
%%%%%%%%%%%%%%%%%
% Format for the first line:
%  \handout{Lecture n}{Scribe: scribe name}
% OR
%  \handout{Lecture n}{Scribes: scribe name1, scribe name2}
%%%%%%%%%%%%%%
\handout{Lecture 1: TOPIC}{Scribe: Some One}

\section{first}

text text

\begin{theorem}
theorem here
\end{theorem}


\begin{proof}
proof here
\end{proof}

\section{next}

etc.

\end{document}

