Hi Vikas,
Vikas Rawal <[email protected]> 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: <style type"text/css">ol {list-style-type: upper-roman;}</style>
1. en
2. to
3. tre
There's also `org-export-number-to-roman (n)' so I guess you could
overlay with roman numbers in the buffer as well, if you really
wanted.
—Rasmus
--
This space is left intentionally blank