I used the \subsubsection command hoping that LaTeX would add a subsection inside a section
\subsubsection{sub sub section}
But it just made the text within the {} bold. It did not give it a subsubsection number. My document class is report:
\documentclass[a4paper,12pt]{report}
Could someone please help me to fix this?