\documentclass[11pt,a4paper]{report}
\include{settings/settings}
\begin{document}
\title{\Huge\textsf{\textbf{Project XYZ}}\\
\vspace{30px}
\large{Documentation for the module "XXXXXX"}}
\author{
First Last\\ \texttt{lastf1}
}
\maketitle
\begin{abstract}
This documentation describes our project.
\end{abstract}
\tableofcontents
\include{chapters/1-intro}
\bibliography{bibliography}
\addcontentsline{toc}{chapter}{Bibliography}
\end{document}

PDF Preview
Create an account to compile and preview