Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fky2015/resume-ng
A LaTeX resume template designed for optimal information density and aesthetic appeal.
https://github.com/fky2015/resume-ng
chinese cv english latex latex3 resume
Last synced: 22 days ago
JSON representation
A LaTeX resume template designed for optimal information density and aesthetic appeal.
- Host: GitHub
- URL: https://github.com/fky2015/resume-ng
- Owner: fky2015
- License: lppl-1.3c
- Created: 2022-12-31T13:31:43.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-26T08:42:21.000Z (5 months ago)
- Last Synced: 2024-07-31T22:38:55.329Z (4 months ago)
- Topics: chinese, cv, english, latex, latex3, resume
- Language: TeX
- Homepage:
- Size: 2.11 MB
- Stars: 248
- Watchers: 3
- Forks: 34
- Open Issues: 3
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
- latex-templates - fky2015/<br>resume-ng - ng?style=flat-square)<br/>![41](https://img.shields.io/github/forks/fky2015/resume-ng?style=flat-square)<br/>![2024-06-26](https://img.shields.io/github/last-commit/fky2015/resume-ng?style=flat-square) | A LaTeX resume template designed for optimal information density and aesthetic appeal. | (Popular & New LaTeX Templates / Others)
README
# Resume-NG
A LaTeX resume designed for optimal information density and aesthetic appeal.
> [!IMPORTANT]
> [English Version is in Here!](https://github.com/fky2015/resume-ng/tree/english).
> You can also find a download link in [GitHub Release](https://github.com/fky2015/resume-ng/releases/latest).一个旨在实现最佳的信息密度和美学吸引力的 $\LaTeX$ 简历排版模板项目。
> [!NOTE]
> 不熟悉 LaTeX?欢迎尝鲜 Typst 版本的 [Resume-NG](https://github.com/fky2015/resume-ng-typst)!
本模板的特性包括:
- 通过调整排版提高简历的信息密度。
- 支持生成 PDF 书签。
- 精简依赖,不默认引入其他字体,不默认引入图标。
- 提供超链接、脚注、非重点内容的排版示例。
- (🖼️)支持插入照片(请看代码注释)。## 使用方法
### 本地编译
0. 确保已经安装 LaTeX 发行版。
1. **克隆或下载**本项目代码。
2. 直接运行 `latexmk` 即可。### Overleaf 在线平台
直接访问[此链接][overleaf]即可。
## 宏
常用用法可参考 `main.tex` 中的示例内容。
- `\ResumeName{}` 定义简历标题(一般是姓名)。
- `\ResumeContact{}` 添加一个联系方式。
- `\ResumeContacts{itemA, itemB, itemC}` 添加多个联系方式。
- `\ResumeTitle` 渲染标题和联系方式。
- `\section{}` 节标题。
- `\ResumeItem[]{}[][]`
1. 可选参数,控制 PDF 书签内容。如果不提供则采用参数 2。
2. 项标题,左对齐。
3. 可选参数,补充信息,在参数 2 后显示。
4. 可选参数,右对齐。
- `\GrayText{}` 改变文字内容为灰色。
- `\ResumeUrl{}{}` 带有下划线的 `\href` 命令,与 `\href` 用法相同。> `[]` 为可选参数, `{}` 为必需参数。
## 包依赖
**如果你使用 TeXLive/MiKTeX 等主流发行版,可以直接使用本项目,无需手动安装依赖。**
## 有用的相关资源
- [Resume Improvement](https://intdouble.com/resume/)
- GPTs## 致谢
该项目主要受到 [hijiangtao/resume](https://github.com/hijiangtao/resume) 的启发,
并基于“提高一页简历中的信息密度”这一排版思路而进一步改进,
并采用 $\LaTeX3$ 写成。[overleaf]: https://www.overleaf.com/docs?snip_uri=https://github.com/fky2015/resume-ng/releases/latest/download/resume-ng-zh.zip&engine=xelatex