-
Notifications
You must be signed in to change notification settings - Fork 64
New issue
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
去除绪论前空白页的两个可能方案 #85
Comments
#57 有没有帮助?#57 (comment) “还有一个笨方法,就是生成的pdf删除掉这一页多余的” 还有就是现在谨慎更改代码,毕竟稍有不慎会让很多同学受影响。所以尽量搞清楚可能带来的影响才能推送更改。希望同学帮忙多测试,若实用,可以在这里继续推荐。 |
#57 (comment) 但是对于这个oneside,确实我也担心有什么地方会被影响到,因此还没开pr,希望可以有更多人来测试看看。 |
确认有一个影响: Lines 22 to 27 in 7e6f4ee
修改方案为: \fancyhead[R]{}
\fancyhead[L]{}
\fancyhead[C]{\ifthenelse{\isodd{\value{page}}}{\headfont{\leftmark}}{\headfont{华南理工大学博士学位论文}}} |
重新尝试了一下重定义\cleardoublepage,是可以的,只不过要放在最前面。那么目前是有两种方案。 方案1(重定义\cleardoublepage): \documentclass[unicode]{scutthesis} % 草稿封面,硕士则添加选项master,博士则去掉。使用正式封面时注释该行
\renewcommand{\cleardoublepage}{\clearpage} % <<<在第二行插入这个重定义 方案2(oneside选项): \documentclass[unicode, oneside]{scutthesis} % 草稿封面,硕士则添加选项master,博士则去掉。使用正式封面时注释该行 然后把 Lines 22 to 27 in 7e6f4ee
\fancyhead[R]{}
\fancyhead[L]{}
\fancyhead[C]{\ifthenelse{\isodd{\value{page}}}{\headfont{\leftmark}}{\headfont{华南理工大学博士学位论文}}} |
我用的texlive 2021,最新的模板,跟问题 #57 一样,好像还是会有空白页的问题。
查了一下StackOverflow,似乎可以通过oneside选项解决,我试过有用,直接
\documentclass[unicode,oneside]{scutthesis}
。常见的解决方法openany好像没什么用:
SCUT_thesis/scutthesis.cls
Line 33 in 7e6f4ee
The text was updated successfully, but these errors were encountered: