LaTeX Book 文档类中显示 //subsection 标题的解决方案
//documentclass{book}//// //setcounter{tocdepth}{3} /% 设置 tocdepth 为 3//// //begin{document}//// //tableofcontents//// //chapter{章节}//// //section{节}//// //subsection{子节}//// //subsubsection{子子节}//// //end{document}//// //// 在这个示例中,//setcounter{tocdepth}{3} 将 tocdepth 设置为 3,然后在 //tableofcontents 之前,你将看到 //subsection 的标题被包含在目录中。
原文地址: https://www.cveoy.top/t/topic/pHh6 著作权归作者所有。请勿转载和采集!