fix: resolve possible page number issue on blank page between undergraduate thesis abstract and table of contents#458
Closed
AmberHeart wants to merge 1 commit into
Closed
Conversation
…aduate thesis abstract and table of contents
Member
|
确实是 bug。前不久研究生更改了要求,正文从另页右页开始前的空白页改为有页码,但是我没考虑到本科生的情况。 不过我觉得修改 Lines 1621 to 1639 in b1aabba |
zepinglee
added a commit
that referenced
this pull request
Apr 27, 2025
Member
|
你试一下 |
Author
|
试了一下应该没问题,这样的修改确实更自然一些 |
|
现在本科生论文是单面打印的,因此不需要空白页了,建议删除 |
Member
啊?哪里要求单面打印的?历来都是双面打印吧? |
今年在制本厂的亲身经历,确实是单面的,答辩时老师们也很惊讶,估计是才改的 |
Member
可以在 |
我的是双面打印的呀 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
本科生毕业论文的摘要如果是奇数页(比如出现中文一页,英文两页这种情况),会在目录和摘要之间再加入一面空白页(因为目录会另开页),而这个空白页会有罗马字母的页码(本科生摘要部分不应该有罗马页码),这个PR主要是修复这个小问题