Thanks Herbert... Another question though... How can I indent my
subsubsections in the text by an amount of .5 in?
> > I need the text start after the subsubsection title (no break and the
> > text should not be italic although the title is). How can I achieve this?
>
> \renewcommand\subsubsection{%
>
> \@startsection{subsubsection}{3}{\z@}%
>
> {3.25ex \@plus1ex \@minus.2ex}%
>
> {-1em}%
> {\normalsize\mdseries\itshape}%
>
> }
>
> it has now the font from your above definition by default
>
>
> Herbert