Re: [O] Roman numerals in ordered lists

2014-09-21 Thread Rasmus
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

2014-09-20 Thread Vikas Rawal
How can I use roman numerals in ordered lists in an org document? I need them in html and latex exports. Vikas