So I have a longer document. I generate the Contents page using
\tableofcontents
and use
\addcontentsline{toc}{chapter}{\protect\numberline{}Contents}
so it appears in the table of contents. Now my problem is that it has the wrong page number. Contents starts at page vii but is stored in the table of contents as on page viii. I tried switching the two statements around which resulted in a page number of vi instead of vii.
How can I fix this problem? I am using the srcbook documentclass
\addcontentsline- before or after\tableofcontents. Small tip: Usetocbibindpackage or the KOMA built-in support for this – Aug 24 '16 at 15:53