要启用子子网的编号,请在序言中添加\setcounter{secnumdepth}{3}
。
\documentclass{scrreprt}
\setcounter{secnumdepth}{3}
\begin{document}
\tableofcontents
\chapter{Chapter}
\section{Section}
\subsection{Sub Section}
\subsubsection{Sub Sub Section}
\end{document}
您可以使用:\setcounter{tocdepth}{3}
将子子部分添加到TOC