BcBob wrote:
>
> I am writing a paper for a journal that wants the sections numbered in
> capital roman numerals and the subsections as capital letters. The
> subsubsections are numbers. As an example, II.B.3
>
Adding these lines to the preamble seems to work (I do not seem to have to
specify the subsubsection format):
\usepackage{remreset}
\renewcommand{\thesection}{\Roman{section}}
\renewcommand{\thesubsection}{\Roman{section}.\Alph{subsection}}
Can someone provide a link to where this is documented? I assume it is part
of the "remreset" package??
--
View this message in context:
http://lyx.475766.n2.nabble.com/Roman-Section-Letter-subsection-numbering-tp5497467p5498831.html
Sent from the LyX - Users mailing list archive at Nabble.com.