Re: [O] Roman numerals in ordered lists
Hi Vikas, Vikas Rawal writes: > How can I use roman numerals in ordered lists in an org document? I > need them in html and latex exports. Try this document #+LATEX_HEADER: \renewcommand{\theenumi}{\Roman{enumi}} #+HTML_HEAD: ol {list-style-type: upper-roman;} 1. en 2. to 3. tre There's also
[O] Roman numerals in ordered lists
How can I use roman numerals in ordered lists in an org document? I need them in html and latex exports. Vikas