We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
目前版本中章节结束时插入的偶数页是完全空白页,而今年最新要求是偶数页也需要设置页眉页脚,但是具体如何设置呢
The text was updated successfully, but these errors were encountered:
你看下cleardoublepage的定义和使用位置,里面有
cleardoublepage
\ifodd\c@page\else
你把后面的thispagestyle从empty改为plain试一试
thispagestyle
empty
plain
Sorry, something went wrong.
No branches or pull requests
目前版本中章节结束时插入的偶数页是完全空白页,而今年最新要求是偶数页也需要设置页眉页脚,但是具体如何设置呢
The text was updated successfully, but these errors were encountered: