\input{definitions.tex}

% DEFINE NEW LATEX MACROS HERE IF NEEDED, eg:
%\DeclareMathOperator{\RS}{RS}


\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 and Someone Else}

\section{first}

text text

\begin{theorem}
theorem here
\end{theorem}


\begin{proof}
proof here
\end{proof}

\section{next}

etc.

\end{document}

