I am using one IEEE template to write one two column paper, after converted into pdf format, the subsection is identified with Roman letters, such as I, II, III, IV, etc. I want to change it to numbers like: 1, 2, 3, 4, etc.
How can I do that?
|
I am using one IEEE template to write one two column paper, after converted into pdf format, the subsection is identified with Roman letters, such as I, II, III, IV, etc. I want to change it to numbers like: 1, 2, 3, 4, etc. How can I do that? |
||||
|
Indeed, the However, there is a
There are other things that this option effects so is best to refer to the package documentation. |
|||
|
|
|
The IEEEtran class numbers sections with Roman numbers and subsections with letters. So the correct remedy is
|
|||||||
|
\renewcommand{\thesubsection}{\thesection.\arabic{subsection}}to your document preamble solve this problem? – Werner Oct 16 '11 at 18:50\documentclass, the required packages, and some sectional headings, so we can see your Roman subsection letters. – Werner Oct 21 '11 at 3:55