>>>>> "Nicolas" == Nicolas Constans <[EMAIL PROTECTED]> writes:

Nicolas> Hi, I would like to know how can I change the format of
Nicolas> subsubsection : instead last number a letter, and text in
Nicolas> italic.

Nicolas> I have :

Nicolas> 1.1.2.3 Blabla

Nicolas> I want :

Nicolas> 1.1.2.c Blabla

Nicolas> and Blabla in italic.

I can help at least for the '.c' part: in Layout->Preamble, add
\renewcommand{\thesubsubsection}{\thesubsection.\alph{subsubsection}}

For the italics part, you'll have to use a package like secsty.sty, or
the paper textclass, which both allow to customize section headings.

JMarc

Reply via email to