# NPU-CV **Repository Path**: cheng-ruyi/NPU-CV ## Basic Information - **Project Name**: NPU-CV - **Description**: 一个西工大latex简历模板,设计基于某个祖传word模板改的,大量注释。 - **Primary Language**: Unknown - **License**: BSD-3-Clause - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2024-09-04 - **Last Updated**: 2024-09-04 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 编译方式及注意事项 - 记得看[tex文件](./example-main.tex)开头的前言。 - 本地编译记得用`XeLaTeX*3`,即三次`XeLaTeX`进行编译,否则无法正确显示照片。(某些时候两次也可以) - Overleaf上直接选择`XeLaTeX`即可。(左上角Menu->Settings->Compiler) - 新建页面不再需要手动添加页脚,页眉,背景了,bug已解决。 - 章节的排序可以自行更改,也可以直接删除不要的部分。 - 表格内容可自行拓展。 - LaTeX正文里出现下划线`_`,`&`,`%`等标点,记得加反斜杠转义->`\_`,`\&`,`\%`,例: ```latex holy_shit % 错误 Android&IOS % 错误 60%Accuracy % 错误 holy\_shit % 正确 Android\&IOS % 正确 60\%Accuracy % 正确 ``` # 页面预览 ![](readme_images/example-1.png) ![](readme_images/example-2.png) ![](readme_images/example-3.png)