更灵活的格式设置(承诺书等在目录中编排、TwoSide模式下的页边距调整、目录部分项不编页码、Final版为开题报告添加目录)#473
Closed
no-con wants to merge 9 commits into
Closed
更灵活的格式设置(承诺书等在目录中编排、TwoSide模式下的页边距调整、目录部分项不编页码、Final版为开题报告添加目录)#473no-con wants to merge 9 commits into
no-con wants to merge 9 commits into
Conversation
满足承诺书、致谢、摘要实际在第一部分前,但在目录中位于第一部分后
提交论文电子版时不需要空白页,左右两侧边距相等更美观。 添加两参数LeftEqRight和ClearEmptyPage
原有方法会导致PART标题上移一点,修改后不会产生这个影响
新增命令: \sectionNoTocPageNum \chapterNoTocPageNum 不编页码: 1. 本科生毕业论文(设计)任务书 2. 本科生毕业论文(设计)考核表 添加目录项: 1. 文献综述和开题报告封面 2. 指导教师对文献综述和开题报告具体内容要求
Update figure
为Final版本中的文献综述和开题报告添加目录,需添加`titletoc`包。
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.
自己在完成本科毕业论文期间对zjuthesis的一些修改。
在目录中添加“承诺书”、“致谢”、“摘要”章节,物理逻辑上这些章节位于
第一部分 毕业论文之前,目录逻辑中位于第一部分 毕业论文之后。添加参数
LeftEqRight,控制TwoSide模式下左右页边距相等,仍保持奇偶页面页眉不同。提交电子版时可设置为true,美观一点。打印时建议设置为false。添加参数
ClearEmptyPage,在TwoSide模式下删除空白页,提交电子版时可设置为true,打印时建议设置为false。目录中部分项(任务书、考核表等)不编页码。
使用
\sectionNoTocPageNum和\chapterNoTocPageNum,需3个参数。\sectionNoTocPageNum{任务书}{}{}:对应项在目录中不编页码。\sectionNoTocPageNum{任务书}{haveTocPageNum}{}:在第二个参数传入haveTocPageNum可以将目录中的页面重新添加进来。\sectionNoTocPageNum{任务书}{}{onlyTocItem}:在第三个参数传入onlyTocItem将不在正文中添加对应标题,仅在目录中添加对应条目。为Final版本中的文献综述和开题报告添加目录。需添加
titletoc包。