修复PDF大纲跳转错位问题,新增附录自动ABCD编号#10
Open
musnows wants to merge 4 commits into
Open
Conversation
Closed
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.
修改项一
如题,目前附录写死了
附录A,新增一个计数器让附录可以被多次插入,实现自动编号成ABCD。额外调整:附录中子标题样式调整为B.1,并在附录标题和正文之间添加0.5cm空行。
直接在原有附录后继续添加
\thesisappendix插入新的附录即可效果截图:
同时修复了原始方案中附录自动编号后附录中的section跳转错位问题,比如
附录B.1会跳转到附录A.1的问题。以下为演示GIF,附录A和附录B的所有大纲都能正常跳转。
修改项二
给中文摘要和英文摘要添加了
\clearpage,用于解决中文摘要、英文摘要、目录的PDF大纲跳转错位问题(在我的环境中英文摘要会跳转到中文摘要末尾,目录会跳转到英文摘要末尾)。