-
Notifications
You must be signed in to change notification settings - Fork 640
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
Remove bib num in toc of undergraduate-final #172
Conversation
章节层级我曾经考虑过。问题在于开题报告用了chapter,如果最终报告也使用chapter,就需要给这两部分单独定义格式,反而导致代码更复杂且容易出错 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
这样改会影响所有其他专业的本科生模板
嗯,参考《2018 浙江大学本科生毕业论文(设计) 编写规则》,参考文献和附录,个人简介等同样作为结尾部分,应该在目录中表现形式我理解也是统一的,所以改成了这样 |
嗯嗯,关于该编号问题,查看了今年控制学院与信电学院模板,都是此情况,因此直接这样认为了有失妥当,能提供设定配置就再好不过啦 |
@haochengxia 控制和信电的模板可以传一份到这里么?或者传到 github.com/TheNetAdmin/zjuthesis-std?我视情况统一修复一下看看 |
传到这里了 link |
Hello, 这个好像只修改了cs 论文类型的参考文献前缀编号, 设计类型的参考文献也有前缀编号的问题 |
今年开始cs模板使用了校级模板(general 模板)的设定,暂时自行寻找一下相关代码修改一下吧,找不到的话新开一个 issue 我帮你看看。 |
根据模板去掉了毕业论文部分目录中参考文献前的序号
另是否考虑把毕业论文部分的章节都往上提一层级呢?毕业论文部分层级最高只用了section,没有用chapter。