SEU-master-thesis
SEU-master-thesis copied to clipboard
东南大学硕士研究生学位论文LaTeX模板
工程硕士内页没有和学术硕士区分,应该修改为相应的内页内容。
关于参考文献格式
我编译了下模板 貌似英文参考文献的作者全是大写字母。 但附带的研究生学位论文格式要求里 举例的文献格式,好像 英文论文 作者只有首字母大写。
总是提示\ctexset编译错误,这是啥情况 
1. [更新了2023东南大学研究生学位论文格式规定, 增加了 毕业/学位论文答辩委员会名单](https://github.com/Sciroccogti/SEU-master-thesis/commit/7ffb627283176d930fb751085c83f109631a72bd),同时更新了manual.pdf 2. [完全切换至 Windows 字体 (即便是在Linux)](https://github.com/Sciroccogti/SEU-master-thesis/commit/2b5683b59d6e24a3ed084625538140b46eeb023f) 另外,本模板在东南大学GitLab上已有 Fork:[SEU-master-thesis](https://gitlab.seu.edu.cn/220210736/SEU-master-thesis)
fix #16
原始代码:https://github.com/TouchFishPioneer/SEU-master-thesis/blob/47c8e3dc0c5826069f2e3fa86333aa9d20a79cea/seumasterthesis.cls#L765 ```tex \includegraphics[scale=0.35]{figures/defined/master.png} ``` 应该改为: ```tex \ifengineer \includegraphics[scale=0.35]{figures/defined/master-engineer.png} \else \includegraphics[scale=0.35]{figures/defined/master.png} \fi ```
盲审交的电子稿,有同学反映盲审意见要求去掉空白页,在哪里可以选择去掉空白页?
已经在开头的参数中添加了engineer参数,但是专硕学位的英文描述并没有变化。 仍然是 Academic Degree of Master,专硕应该为 For the Professional Degree of Master of Engineering ,希望能修复下这个问题 