* Roman numerals in ordered lists
@ 2014-09-21 3:28 Vikas Rawal
2014-09-21 9:14 ` Rasmus
0 siblings, 1 reply; 2+ messages in thread
From: Vikas Rawal @ 2014-09-21 3:28 UTC (permalink / raw)
To: org-mode mailing list
How can I use roman numerals in ordered lists in an org document? I need them in html and latex exports.
Vikas
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: Roman numerals in ordered lists
2014-09-21 3:28 Roman numerals in ordered lists Vikas Rawal
@ 2014-09-21 9:14 ` Rasmus
0 siblings, 0 replies; 2+ messages in thread
From: Rasmus @ 2014-09-21 9:14 UTC (permalink / raw)
To: emacs-orgmode
Hi Vikas,
Vikas Rawal <vikaslists@agrarianresearch.org> 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
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2014-09-21 11:37 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-09-21 3:28 Roman numerals in ordered lists Vikas Rawal
2014-09-21 9:14 ` Rasmus
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.