LaTeX: Roman numbers in enumerate list and adjust space between list items
In the enumerate list, the numbering by default is in Arabic form (1, 2, 3, 4, 5, etc.). You might need to show these numbering in romanized form (i, ii, iii, iv, v, etc.). To do so, you need to use enumitem package. This package provides user control over the layout of the three basic … Read more