Discussion:
roman numerals in section numbers using titlesec
(too old to reply)
Alan
2009-04-29 21:40:15 UTC
Permalink
Hello.

I am using the titlesec package and am trying to figure out how to get
roman numerals rather than regular (hindu arabic?) numbers?

For example...

II. Methods

not
2. Methods

Right now, I have...

\usepackage{titlesec}
\titleformat{\section} {\normalfont\Large\bfseries}{\thesection.}{1em}
{} % for periods after section numbers

Where exactly do I add \Roman?

Thanks. alan
Enrico Gregorio
2009-04-29 23:17:02 UTC
Permalink
Post by Alan
Hello.
I am using the titlesec package and am trying to figure out how to get
roman numerals rather than regular (hindu arabic?) numbers?
For example...
II. Methods
not
2. Methods
Right now, I have...
\usepackage{titlesec}
\titleformat{\section} {\normalfont\Large\bfseries}{\thesection.}{1em}
{} % for periods after section numbers
Where exactly do I add \Roman?
\renewcommand{\thesection}{\Roman{section}}

Ciao
Enrico

Loading...