大家好,我正在尝试使用我的项目报告创建书籍文件类。我面临一个与目录有关的问题。目录中有 4 页。但第二页和第三页有页眉和页脚。(第一页和第四页没有页眉和页脚)我尝试过并搜索有关此主题的内容,但没有找到,所以请帮我删除页眉和页脚。这是我尝试过的代码
\makeatletter\@openrightfalse
%----- Table of content--------------
\tableofcontents{\thispagestyle{empty}}
\cleardoublepage
\@openrighttrue\makeatother
答案1
大致如下:
...
\pagestyle{empty}
\tableofcontents
\cleardoublepage
% reset the pagestyle