# 模式识别实验报告 **Repository Path**: Git-Catzero/pattern_recognition ## Basic Information - **Project Name**: 模式识别实验报告 - **Description**: sptsv2yyds - **Primary Language**: Unknown - **License**: GPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2023-12-04 - **Last Updated**: 2025-03-16 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 模式识别实验报告(latex 版) ## 如何使用 ### overleaf 编辑(在线) 步骤如下: 1. 进入 [overleaf](https://overleaf.com) 并登录账号 2. 左侧 `New Project` 选择 `Upload Project` 3. 上传 `.zip` 压缩包,建立新项目 4. 点击 `menu`,滑动到下方 `Settings` 的 `Compiler` 选择 `XeLaTeX` 5. 打开 `main.tex` 文件,点击中间右侧上方的 `Recompile` 进行编译 6. 如果顺利可以看到 pdf 的预览 7. 如果无法加载图片只有路径信息,点击 `Recompile` 旁边的倒三角,其中的 `Compile Mode` 选择 `Normal` 模式 此时可以得到完整的 `main.pdf` 文件。 ### texlive 编辑(本地) 本模板需要使用 texlive(>=2020) 进行编译,编译命令如下: ``` make pdf ``` 即可生成 `main.pdf` 文件。如有环境问题,推荐对照 [GitHub Actions](./.github/workflows/test.yml) 中的环境进行配置。 ## 需要注意的问题 1. 字体问题,见 [#29](https://github.com/SYSU-SCC/sysu-thesis/issues/29)