\documentclass[fontsize=12pt,DIV=calc, BCOR=15mm, oneside, pdftex, ngerman, a4paper, titlepage, openany, bibliography=totocnumbered, listof=totocnumbered, headings=normal, numbers=noenddot, final]{scrbook} \usepackage{fancyhdr} \pagestyle{fancy} \fancyhf{} \fancyhead[LO,RE]{\nouppercase{\leftmark}} \fancyhead[RO,LE]{\thepage} \renewcommand{\lstlistlistingname}{Quellcodeverzeichnis} \renewcommand{\lstlistingname}{Quellcode} \begin{document} \pagenumbering{gobble} \addchap{Anhang} % Damit leere Seite mit Anhang erscheint \appendix \listoffigures \listoftables \lstlistoflistings \printbibliography[title=Literaturverzeichnis]
Es sollte halt möglichst einheitlich aussehen.
Vielen Dank!