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

Section Title
    (i) Subsection title in normal weight
        (a) Lorem ipsum (no subsubsection title being used)...

I've come up with the following, but it's not right in terms of indenting etc.

\renewcommand{\thesubsection}{(\textnormal{\roman{subsection}})} \renewcommand{\thesubsubsection}{\indent(\textnormal{\alph{subsubsection}})}

Can anyone point me in the right direction? Thanks!

link|improve this question
feedback

2 Answers

up vote 4 down vote accepted

Use the titlesec package. The titlesec manual is here, and plenty of other resources are available elsewhere.

link|improve this answer
The link is now dead it seems. – ninjapiza Apr 13 '11 at 16:27
feedback

I don't have a direct answer, but the memoir package provides some help with customization and is very well documented.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.