\documentclass{tech-report}
\usepackage{blindtext}
\title{A UC Berkeley MS Technical Report}
\author{You!}
\newcommand*{\researchadvisor}{Your research advisor}
\newcommand*{\secondreader}{Your second reader}
\bibliography{bibliography}
\begin{document}
\include{src/title}
\include{src/copyright}
\include{src/abstract}
\tableofcontents
\include{src/introduction}
% Bibliography
\bookmarksetup{startatroot}
\printbibliography[heading=bibintoc]
\end{document}

PDF Preview
Create an account to compile and preview