\documentclass{studentproject}
\usepackage{personaldata} % -- TODO: amend style file 'personaldata.sty'
\begin{document}
\input{titlepage.tex} % -- do not edit this file
\input{abstract.tex} % -- TODO: include your abstract here
\newpage
{\sffamily\tableofcontents}
\newpage
\input{content.tex} % -- TODO: include your project write-up here
\input{appendix.tex} % -- TODO: document your code here
\addcontentsline{toc}{section}{References}
\bibliography{references} % -- TODO: include your references here
\end{document}

PDF Preview
Create an account to compile and preview