# CCNU_ExpRep **Repository Path**: shen-mq/ccnu-exp-rep ## Basic Information - **Project Name**: CCNU_ExpRep - **Description**: CCNU 的实验报告 latex 模板 - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-09-30 - **Last Updated**: 2024-07-01 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # CCNU ExpLatexReport CCNU 的实验报告模板。 基于 [XJTU-latex-report](https://gitee.com/chaoers/XJTU-latex-report) 修改而来。 已测试的编译环境: - MacOS Sonoma + MacTeX + xelatex - Kubuntu + TeX Live + xelatex ## 使用本模板 ### 下载模板 在版本发布(release)处下载发行版 ### 编辑文件 编辑 `main.tex` 文件 ### 编译 使用 `xelatex` 命令进行编译 ```bash xelatex main.tex ``` ## 备注 本模板用于轻量级的实验报告,没有对参考文献进行设置。 如有使用参考文献,自行在编译命令中添加 `biber` 或 `bibtex`等命令。