>
> This works great for sections.
> However, this will add an extra dot for the subsections.
> I ended up having something like this:
>
> 1.      Introduction
> 1..1 Problem Definition
>
> instead of
>
> 1.      Introduction
> 1.1 Problem Definition

Then I would the following commands to redefine the dots for
subsection and subsubsection

\renewcommand \thesection {\@arabic\c@section.}
\renewcommand\thesubsection   {\thesection\@arabic\c@subsection}
\renewcommand\thesubsubsection{\thesubsection.\@arabic\c@subsubsection}

the commands will give you
1.
1.1
1.1.1


regards
waluyo

Reply via email to