基于中山大学非官方的课程大作业模版修改
## 介绍 - 用于CUG课程大作业/结课汇报的通用简易Latex模板 - 在[中山大学模板](https://www.texpage.com/template/21db014e-5065-448c-a6f2-545b983aee2d)的基础上进行了修改 ## 模板下载 * 页面右边点击:**Clone or download -> Download Zip** * 已经上传至Overleaf 和 TexPage 模板,开箱即用 ☞ [Overleaf](https://www.overleaf.com/latex/templates/sysu-latex-template/dxwrhzbydxyq), [TexPage](https://www.texpage.com/template/21db014e-5065-448c-a6f2-545b983aee2d) ## 使用方法 默认模板文件由以下四部分组成: - `main.tex` 主文件,包含报告正文 - `reference.bib` 参考文献列表 - `SYSUReport.sty` 文档格式控制 - `figures` 放置图片的文件夹,模板中现在包含院校LOGO和效果预览图。 使用时只需要修改 `main.tex` 和 `reference.bib` 即可,论文插图可以放在 `figures` 文件夹下,模板可以自动识别常见的插图文件夹,如 `figures`、`image`、`img` 等。 --------- **推荐使用[TexPage](https://www.texpage.com/)** 在线进行文档的编写和编译,无需进行本地安装。在不进行其他网络设置的情况下,国内访问的速度和稳定性也要比 Overleaf 好一些。本模板已经上传至 TexPage,可以直接进行使用,[TexPage 在线模板链接](https://www.texpage.com/template/21db014e-5065-448c-a6f2-545b983aee2d)。当然模板也上传了 Overleaf,[Overleaf 在线模板链接](https://www.overleaf.com/latex/templates/sysu-latex-template/dxwrhzbydxyq)。 --------- | [封面效果图](https://github.com/NorthSecond/SYSU_Latex_Template/blob/main/figures/sysu_report.png) | [目录效果图](https://github.com/NorthSecond/Latex_Template/blob/main/figures/index.png)| |:---:|:---:| |  | | ## 参考 + [国科大通用课程大作业模板](https://github.com/jweihe/UCAS_Latex_Template) + [GBT7714-2015标准下的BibTex样式](https://github.com/zepinglee/gbt7714-bibtex-style) + [国科大学位论文LaTeX模板](https://github.com/mohuangrui/ucasthesis) + [北京大学课程论文模板](https://www.overleaf.com/latex/templates/bei-jing-da-xue-ke-cheng-lun-wen-mo-ban/yntmqcktrzfh) + [中山大学课程论文模板](https://www.texpage.com/template/21db014e-5065-448c-a6f2-545b983aee2d)