0

I am trying to create contents of a document and I am facing problem with numbering the subsubsection{} part. I am getting the following contents:

enter image description here

I want the subsubsections to be numbered like 1.1.1.1, 1.2.1.1 and so on in case I enter more of them. Below is the latex script:

\documentclass[a4paper]{report}

\begin{document}

\tableofcontents

\chapter{Introduction}
\section{Section 1}
\subsection{Subsection 1}
\subsubsection{Subsubsection 1}
\section{Section 2}
\subsection{Subsection 2}
\subsubsection{Subsubsection 2}

\end{document}

0 Answers0