Latex roman numeral for pages ONLY on Table of Contents page

  • Context: LaTeX 
  • Thread starter Thread starter Minda
  • Start date Start date
  • Tags Tags
    Latex Table
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
1 reply · 37K views
Minda
Messages
1
Reaction score
0
Does anyone know how to have latex do roman numerals on only certain pages - I want the table of contents to have roman numerals and the rest of the document to have numbers. But when I try to change the Table of contents page it changes it for all the pages.

Thanks for any help you can give,

-Minda
 
Physics news on Phys.org
\pagenumbering{roman}
\toc
...more stuff if you want...

\pagenumbering{arabic}
Rest of the paper.