tud-cd / tudscr

TUD-Script
Other
105 stars 22 forks source link

Page number style changes on second page of TOC #69

Closed flueders closed 3 years ago

flueders commented 3 years ago

I want to have roman page numbering for everything before the main content (abstracts, confirmation, TOC, etc.) and afterwards arabic numbering. So I did the following:

\maketitle
\pagenumbering{roman}
% ...
\tableofcontents
\pagenumbering{arabic}

This almost results in the correct numbering style. However, the second page of the TOC already has the arabic page number ("1"). I use tudscrreprt for setting my thesis, but I am not sure if this problem is related to tudscr. Maybe you can help me here?