Is there a way to reduce the vertical space above the table of contents in the scrreprt?
Asked
Active
Viewed 222 times
Is there a way to reduce the vertical space above the table of contents in the scrreprt?
\vspace{-5em}right in front of\tableofcontents. – Sensei Apr 05 '13 at 15:59tableofcontentsis set bychapter*. So the skip is the same as for other chapters. The command to manipulate this skip is\chapterheadstartvskip. – Marco Daniel Apr 05 '13 at 17:45