ich habe ein Problem mit meinem Inhaltsverzeichnis erstellt mit
\tableofcontents
1 Bla
1.1 BlaBlub
Jetzt habe ich gelesen, dass das mit:
\documentclass[%
...
toc=flat,
...
]{scrreprt}Schon mal danke für die Hilfe
\tableofcontents
\documentclass[%
...
toc=flat,
...
]{scrreprt}

\documentclass[toc=flat,a4paper,10pt]{scrreprt}
\begin{document}
\tableofcontents
\chapter{One}
\section{Eins}
text
\end{document}