I want to organize a table of contents using Roman numerals and numbers, e.g.
i.Section 1
ii.Section 2
iii.Section 3
New Section 1
New Section 2
body_add_tocdefaults to a arabic numeric numbering system for organizing the TOC and I can't figure out how to change it.
Changing the heading styles does not work and I can't find any related inquiries. I know how to manually do it in word but I am trying to automate documentation.
You can use this code:
The href attribute in the table of contents links to the id of the corresponding section in the content. You can customise the numbering system by changing the text inside the tags in the table of contents as per your preferences.