emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* 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 public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).