\documentclass[ bibliography=totoc, headings=big, captions=tableheading, chapterprefix=true% like in standard class "report" ]{scrbook} \usepackage{commands} \usepackage{listings} \usepackage{config} \usepackage{listing-config} \begin{document} \let\rawref\ref% \renewcommand{\ref}[1]{\rawref{#1} (page~\pageref{#1})} \frontmatter \listoftodos{} \vspace{2cm} \copied{} Text copied from other articles will be in this color \fresh{} Text that was freshly written will be in this color \resetstyle{} \makeflyleaf{} \tableofcontents \input{plan} \bibliography{src/bib.bib} \end{document}