How can I change the Page Numbering from Roman to Arabic without reseting the page counter?
If I use:
Code: Select all
\pagenumbering{arabic}
\setcounter{page}{WHAT_WOULD_I_INSERT_HERE}
Is there any variable I can use on "WHAT_WOULD_I_INSERT_HERE" to get the number of the page before the actual one?