\documentclass[a4paper,headings=small,11pt,oneside,bibliography=totoc]{scrreprt} \addtokomafont{disposition}{\sffamily} \renewcommand\familydefault{\sfdefault} \usepackage[utf8]{inputenc} \usepackage[english]{babel} \usepackage[document]{ragged2e} \usepackage{amssymb} \usepackage{amsthm} \usepackage{amsmath} \usepackage[dvipsnames]{xcolor} \usepackage{graphicx} \usepackage{pdfpages} \usepackage{microtype} \usepackage{palatino} \usepackage[round,colon]{natbib} \usepackage[hidelinks]{hyperref} \usepackage[titletoc]{appendix} \pagestyle{headings} \usepackage{parskip} \usepackage{listings} % From http://tex.stackexchange.com/questions/121601/ddg#121618 \lstset{ basicstyle=\small\ttfamily, columns=flexible, breaklines=true } % This is important for A) accessibility, and B) getting the document title to display in PDF viewers \hypersetup{ pdflang={en-GB}, % Set this to the ISO code for the primary language you are writing in pdftitle={Enter the title of your work here}, pdfauthor={Your name}, pdfsubject={Your subject} } \newcommand{\comments}[1]{\textcolor{OliveGreen}{[\emph{#1}]}} \newcommand{\reporttype}{Final Report} % % Fill out the following information to customize your title page \title{Report Title} \author{Name} % % Uncomment one of the following lines according to your degree title \newcommand{\degreetitle}{BSc} %\newcommand{\degreetitle}{BSc Ordinary} %\newcommand{\degreetitle}{MEng} % % Fill your degree programme name here \newcommand{\progname}{Degree Program} % % Fill in your word count here \newcommand{\wordcount}{XYZW} \begin{document} \input{title_page/page} \clearpage \tableofcontents \input{chapters/1-introduction} \input{chapters/2-example} \input{chapters/7-appendix} \bibliographystyle{hull} \bibliography{report} \end{document}