# SYSUThesis **Repository Path**: jungheil/sysuthesis ## Basic Information - **Project Name**: SYSUThesis - **Description**: 中山大学硕士/博士学位论文 LaTeX 模板。 - **Primary Language**: TeX/LaTeX - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 2 - **Created**: 2023-05-28 - **Last Updated**: 2023-05-28 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README --- title: A TeX template for SYSU master/phd thesis author: ekli email: lienk@mail.sysu.edu.cn --- # A TeX template for SYSU master/phd thesis If you have any problems, please do not hesitate to contact me through e-mail. ## Requirement - Compile engine: `xelatex`. I suggest you to install `texlive` for any OS. ## `CTEX` in `Windows` can also used You should add the option `usectex` in `documentclass` ## 补充说明: 在李恩坤师兄等人制作的中山大学学位论文latex模板的基础上: - 1、对文件进行分类整理,如论文的图片文件应放在figure目录下(可新建文件夹用于放不同章节的图片),表格可放在table下,便于查找和修改。 - 2、优化模板以实现可供分章节写作的需求,并可通过在docs目录下用命令行 make 文件名 对指定章节的tex文件进行编译和clean。 - 3、整合github上中山大学学位论文latex模板[ https://github.com/SYSU-SCC/sysu-thesis]上对学位论文的写作要求以及latex写作技巧。 贡献者:黄顺佳(huangshj9@mail2.sysu.edu.cn) ## 致谢: 感谢组内的叶伯兵老师,张雪婷博士和李恩坤师兄在修改模板时提供的帮助。