I used the following code to add an extra level of section:
\makeatletter
\renewcommand\paragraph{\@startsection{paragraph}{4}{\z@}%
{-2.5ex\@plus -1ex \@minus -.25ex}%
{2.25ex \@plus .25ex}%
{\normalfont\normalsize\textit}}
\makeatother
\setcounter{secnumdepth}{4} % how many sectioning levels to assign numbers to
\setcounter{tocdepth}{4} % how many sectioning levels to show in ToC
How can I remove the space that is specified in the figure?


\setcounter{secnumdepth}{4}should be enough to number it. The default has no space before the number. – Sigur Jun 24 '14 at 01:21I removed \makeatletter \renewcommand\paragraph{@startsection{paragraph}{4}{\z@}% {-2.5ex@plus -1ex @minus -.25ex}% {2.25ex @plus .25ex}% {\normalfont\normalsize\textit}} \makeatother
and the problem has been solved :)
– Linda Jun 24 '14 at 01:28report.cls) and then you only change the final part (e.g.\textbf). – Sigur Jun 24 '14 at 01:30\subsubsection– Werner Jun 24 '14 at 05:21