\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} \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{} \dominitoc{} \tableofcontents \input{plan} \bibliographystyle{plain} \bibliography{src/bib.bib} \end{document}