我发现这些代码行此主题:
\renewcommand{\cftchapterfont}{\normalfont\sffamily}
\renewcommand{\cftsectionfont}{\normalfont\sffamily}
这会更改列表的字体,但不会更改数字的字体。是否有其他命令集可以执行此操作?
答案1
回忆录手册第164页给出了答案:
\renewcommand{\cftchapterpagefont}{\normalfont\sffamily}
\renewcommand{\cftsectionpagefont}{\normalfont\sffamily}