+2 votes
in General IT Tips by (40.5k points)
In the table of contents, I want to use roman numbers for the page number. How can I change the page numbering to roman numerals?

1 Answer

+3 votes
by (71.8k points)
selected by
 
Best answer

Before "\tableofcontents{}", put "\pagenumbering{roman}" to use roman numerals for the table of contents. After "\tableofcontents{}", put "\pagenumbering{arabic}" to use arabic numerals for the rest of the pages. 

\pagenumbering{roman}

\tableofcontents{}

\pagenumbering{arabic}

Related questions

+1 vote
1 answer
+1 vote
1 answer
+2 votes
1 answer
+1 vote
1 answer
+1 vote
1 answer

...