Top "Roman-numerals" questions

The Roman numeral system is an ancient way of representing numbers.

Need to change section to Roman, but keep Arabic for for subsection and subsubsection

I need to change my section numbering from Arabic, to Roman, beet keep the Arabic numbering in subsections and subsubsections. …

latex roman-numerals
Changing Latex section numbering presentation

I'm trying to change how section numbering is displayed in a Latex document I'm working on. What I want to …

latex formatting document roman-numerals
How to sort an array of Roman numerals?

I have an array containing Roman numerals (as strings of course). Like this: $a = array('XIX', 'LII', 'V', 'MCCXCIV', 'III', …

php arrays sorting roman-numerals
Convert roman numerals to numbers in R

In R, there is a great function as.roman in the very base setup: as.roman(79) # [1] LXXIX Is there an …

r roman-numerals
How do you find a roman numeral equivalent of an integer

How do you find a roman numeral equivalent of an integer. Is there a java library which provides this capability? …

java roman-numerals
latex: printing a variable in roman numerals

I'm typesetting in LaTeX, and I'd like to display a "variable" (in my case, a reference \ref{blah} to an …

latex roman-numerals
Convert from numbers to roman notation

I want to convert from numbers to roman notations. I have been given a list which looks like this: conv = [[1000, …

python loops while-loop converter roman-numerals