I would like to achieve the following enumerate style:
Code: Select all
1. Text for the first item.2. Text for the second item.3 i. Text for the first sub-item.ii. Text for the second sub-item.iii. Text for the third sub-item.
Code: Select all
1. Text for the first item.2. Text for the second item.3.i. Text for the first sub-item.ii. Text for the second sub-item.iii. Text for the third sub-item.