Hi,
I am using LyX, and would like to create an enumerated list with roman numerals.. Does anyone know how?
Thanks,
Asaf
Text Formatting ⇒ Roman numerals in LyX
Roman numerals in LyX
Last edited by assafwe on Wed Jun 16, 2010 6:47 pm, edited 1 time in total.
NEW: TikZ book now 40% off at Amazon.com for a short time.

Roman numerals in LyX
Redefining labelenumi command before the beginning of the list should do the trick:
1. Ctrl+L
2. Type in the following code:
3. To change the numbering back to Arabic, do the steps 1. and 2. again, but replace \Roman with \arabic.
Note: for lowercase roman numbers, use \roman instead of \Roman.
For more infos about this take a look at Additional Features manual, Section 7.2. (in LyX, go to: Help > Additional Features).
1. Ctrl+L
2. Type in the following code:
Code: Select all
\renewcommand{\labelenumi}{\Roman{enumi}.}
Note: for lowercase roman numbers, use \roman instead of \Roman.
For more infos about this take a look at Additional Features manual, Section 7.2. (in LyX, go to: Help > Additional Features).
Re: Roman numerals in LyX
Thank you so much!
Assaf
Assaf