I'm using the llncs document class. They renewed the subsubsection command, the subsubsections not being numbered. How can I enforce numbering on subsubsects?
This is their code:
Code: Select all
\renewcommand\subsubsection{\@startsection{subsubsection}{3}{\z@}%
{-18\p@ \@plus -4\p@ \@minus -4\p@}%
{-0.5em \@plus -0.22em \@minus -0.1em}%
{\normalfont\normalsize\bfseries\boldmath}}
Me