答案1
根据沃纳的回答,你可以重新定义你的\subsection
命令
\renewcommand{\thesubsection}{\arabic{subsection}}
然后
\documentclass{article}
\renewcommand{\thesubsection}{\arabic{subsection}}
\begin{document}
\tableofcontents
\subsection{section}
\subsubsection{subsection}
\paragraph{subsubsection}
\subparagraph{paragraph}
\end{document}
你得到