\documentclass{rapport}
\usepackage{lipsum}
\usepackage{gensymb}
\usepackage{float}
\usepackage{graphicx} % Required for inserting images
\title{file title} %title of the file
\begin{document}
%----------- Report information ---------
\logo{logos/unimelb.jpg}
\uni{\textbf{University of Melbourne}}
\ttitle{Title of the document} %title of the file
\subject{Subject} % Subject name
\topic{Assignment 2} % Topic name
\professor{Name \textsc{Lastname}} % information related to the professor
\students{Student \textsc{1}\\
Student \textsc{2}} % information related to the students
%----------- Init -------------------
\buildmargins % display margins
\buildcover % create the front cover of the document
\toc % creates the table of contents
%------------ Report body ----------------
\section{Example}
\subsection{test}
This is a test.
\end{document}