\documentclass[11pt]{cselabheader}

% TODO Define title and author
\newcommand{\thelabnumber}{0}
\newcommand{\thetitle}{TITLE}
\newcommand{\theauthor}{CSE/IT 107L}

% Write title and author
\title{\thetitle}
\author{\theauthor}
\date{NMT Department of Computer Science and Engineering}

\fancyhead[R]{Lab \thelabnumber: \thetitle}
\fancyhead[L]{\theauthor}

\makehyperref
\makeindex[title=Index of New Functions and Methods, intoc]

\begin{document}

\pagenumbering{roman}
\maketitle
\hrule

% TODO Quotes and comics

\vspace{1em}

\hrule
\newpage

% TODO
\section*{Introduction}

\tableofcontents

\newpage
\pagenumbering{arabic}

% TODO Lab content goes here

\newpage
\section{Exercises}\label{exercises}

\printindex

\input{submitting}

\end{document}
