{"id":21116839,"url":"https://github.com/touchfishpioneer/seu-master-thesis","last_synced_at":"2025-04-09T23:18:04.428Z","repository":{"id":41810229,"uuid":"189218991","full_name":"TouchFishPioneer/SEU-master-thesis","owner":"TouchFishPioneer","description":"东南大学硕士研究生学位论文LaTeX模板","archived":false,"fork":false,"pushed_at":"2024-04-22T03:52:20.000Z","size":29841,"stargazers_count":194,"open_issues_count":14,"forks_count":46,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-09T23:17:59.698Z","etag":null,"topics":["latex","southeast-university","tex","thesis","thesis-latex-template"],"latest_commit_sha":null,"homepage":"","language":"TeX","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/TouchFishPioneer.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-05-29T12:15:33.000Z","updated_at":"2025-04-03T13:21:16.000Z","dependencies_parsed_at":"2024-11-20T02:35:43.432Z","dependency_job_id":"d5b94693-69d7-41b9-9e06-656875771362","html_url":"https://github.com/TouchFishPioneer/SEU-master-thesis","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TouchFishPioneer%2FSEU-master-thesis","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TouchFishPioneer%2FSEU-master-thesis/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TouchFishPioneer%2FSEU-master-thesis/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TouchFishPioneer%2FSEU-master-thesis/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/TouchFishPioneer","download_url":"https://codeload.github.com/TouchFishPioneer/SEU-master-thesis/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248125593,"owners_count":21051771,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["latex","southeast-university","tex","thesis","thesis-latex-template"],"created_at":"2024-11-20T02:35:38.458Z","updated_at":"2025-04-09T23:18:04.401Z","avatar_url":"https://github.com/TouchFishPioneer.png","language":"TeX","funding_links":[],"categories":[],"sub_categories":[],"readme":"# SEU-master-thesis\n\n东南大学硕士研究生学位论文 LaTeX 模版。\n\n## 简介\n\n本模版基于许元的 [SeuThesis](http://seuthesis.googlecode.com/) 和樊智猛的 [SeuThesix](https://github.com/zhimengfan1990/seuthesix)，并在他们工作的基础上进行了修改以适应东南大学新的学位论文要求。本模板支持学术型硕士研究生和专业型硕士研究生学位论文。\n\n本模版中参考文献部分的BST文件来自南京大学的胡海星同学提供的 [GB/T 7714-2015 BibTeX Style](https://github.com/CTeX-org/gbt7714-bibtex-style)，在此对他的工作表示感谢。\n\n## 文档的编译\n\n进行全文编译需要按照下述顺序调用编译引擎：\n\n```\nXeLaTeX -\u003e BibTeX -\u003e MakeIndex -\u003e XeLaTeX -\u003e XeLaTeX\n```\n\n为了方便文档编译，本模版也提供了自动化编译脚本。Windows 用户请执行根目录下的 make.bat 批处理文件，Linux 和 MacOS 用户请在命令行中执行根目录下的 make.sh 脚本。\n\n此外，我们还在 3.4.3 版本后提供了对 GNU Make 的支持，使用类 Unix 操作系统的用户可以使用 make 命令执行自动化增量快速编译。\n\n## 模版的使用\n\n为了方便你快速上手本模版，我们撰写了一份针对本模版的使用手册，你可以阅读根目录下的 manual.pdf 文件以获取更多的模版使用方法和 LaTeX 使用技巧。此外，我们还提供了东南大学硕士研究生学位论文相关的说明文件以供参考，你可以在本模版的根目录下找到它们。它们分别是：\n\n- 附件1：东南大学教务处和东南大学研究生院印发的《东南大学研究生学位论文格式规定》，该文档详细规定了硕士研究生撰写学位论文需要遵守的规则与注意事项；\n\n- 附件2：东南大学研究生院印发的《学位论文独创性和使用授权声明》；\n\n- 附件3：中华人民共和国国家质量监督检验检疫总局和中国国家标准化管理委员会印发的《中华人民共和国国家标准 GB/T 7714-2015 信息与文献 参考文献著录规则》，该规则规定了中文论文类文本中参考文献著录所需要遵守的规则。\n\n## 更新历史\n\n- __3.4.3__：添加了 Makefile 文件和 GNU Make 支持，并在手册中添加了相关说明。\n\n- __3.4.1__：修正了专业型硕士研究生学位论文的相关设定和渲染格式，并在手册中添加了相关说明。\n\n- __3.3.5__：调整了文献引用的格式；调整了 BST 文件的若干细节，使之符合东南大学研究生院参考文献引用标准。\n\n- __3.3.3__：将一些专有名词从 CLS 文件中抽出并放置于 CFG 文件中，调整了 CFG 文件的结构；修正了论文A3封面书脊中西文混排时西文基线高度偏低的问题，并在手册中添加了相关介绍。\n\n- __3.3.1__：添加了对专业型硕士研究生学位论文的支持；调整了表格框线的线型和边距。\n\n- __3.2.5__：添加了对模板参数的介绍；添加了对子图的支持。\n\n- __3.1.1__：舍弃了 CLS 文件的一些暴露参数；添加了 Windows 操作系统的编译脚本；撰写文档使用手册，正式开放源代码。\n\n- __3.0.3__：调整了参考文献的格式，使其符合 GB/T 7714 - 2015 国家标准。\n\n- __3.0.1__：大幅调整了 CLS 文件的结构与布局，取消了原模版对博士研究生学位论文的支持。\n\n## 开源许可证\n\n[GPL-v3 © TouchFishPioneer](https://github.com/TouchFishPioneer/SEU-master-thesis/blob/master/LICENSE)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftouchfishpioneer%2Fseu-master-thesis","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftouchfishpioneer%2Fseu-master-thesis","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftouchfishpioneer%2Fseu-master-thesis/lists"}