# afeu_latex **Repository Path**: insiincc/afeu_latex ## Basic Information - **Project Name**: afeu_latex - **Description**: No description available - **Primary Language**: Unknown - **License**: LPPL-1.3c - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2022-03-28 - **Last Updated**: 2022-04-08 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # ThuThesis(AFEU) 本模板基于**ThuThesis**开发,并严格参照了**空军工程大学**教务处颁发的《本科学员毕业论文写作规范》,在保证格式正确的情况下能带给用户简单易用的写作体验。 ## Makefile的使用 ```shell make [{all|thesis|spine|doc|clean|cleanall|distclean}] ``` ### 目标 * `make thesis` 生成论文 thuthesis-example.pdf; * `make spine` 生成书脊 spine.pdf; * `make doc` 生成模板使用说明书 thuthesis.pdf; * `make all` 生成论文和书脊,相当于 `make thesis && make spine`; * `make clean` 删除示例文件的中间文件(不含 thuthesis-example.pdf); * `make cleanall` 删除示例文件的中间文件和 thuthesis-example.pdf; * `make distclean` 删除示例文件和模板的所有中间文件和 PDF。