目前,我的目录如下所示:
我对章节标题很满意,但我想删除附录后的章节一词,这样它就不会读作“附录第 A 章:额外内容”,而是读作“附录 A:额外内容”。
之前论坛上有人帮我在每一章开头的数字前添加了“章节”一词。我想保留章节原样,但从附录中删除“章节”一词。
这是我当前代码的一部分:
\usepackage {tocloft}
\renewcommand\cftchapdotsep{\cftdotsep}
\renewcommand{\cftchappresnum}{CHAPTER } % put this before the number
\addtolength{\cftchapnumwidth}{6em} % extra space for number and pre-name
\renewcommand{\cftchapaftersnum}{. } % put period after chapter number and space
\renewcommand\contentsname{Table of Contents}
\tableofcontents
谢谢你的帮助!如果你需要澄清任何事情,请告诉我。