gitextract_tjz79xkr/ ├── .github/ │ └── ISSUE_TEMPLATE/ │ ├── bug_report.md │ ├── bug_report_zh.md │ ├── feature_request.md │ ├── feature_request_zh.md │ ├── help_wanted.md │ └── help_wanted_zh.md ├── .gitignore ├── .vscode/ │ └── setting.json ├── Makefile ├── README.md ├── content/ │ ├── abstracten.tex │ ├── abstractzh.tex │ ├── acknowledgements.tex │ ├── appendix.tex │ ├── chapters/ │ │ ├── chapter1.tex │ │ ├── chapter2.tex │ │ ├── chapter3.tex │ │ ├── chapter4.tex │ │ └── chapter5.tex │ ├── content.tex │ └── info.tex ├── csuthesis.cls ├── csuthesis_main.bib ├── csuthesis_main.tex ├── docs/ │ ├── DEVELOPER_MANUAL.md │ └── GIT_GUIDE.md ├── graduate.cls ├── latexmkrc ├── translation.cls ├── undergraduate.cls └── word/ ├── 实验报告模板.docx ├── 论文模板.docx └── 附件7:中南大学毕业设计(论文)模版.doc; filename=utf-8''附件7:中南大学毕业设计(论文)模版.doc