Files
resume-ng/readme.md
2026-04-10 13:48:36 +00:00

78 lines
2.7 KiB
Markdown
Executable File
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# ps:
这个仓库是对 [https://github.com/fky2015/resume-ng](https://github.com/fky2015/resume-ng) 的原样拷贝, 因为个人简历存储在本地管理起来实在是太麻烦了!
OverLeaf: 直接访问[此链接][overleaf]即可。
# 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)
<div align="center">
<img src="https://github.com/fky2015/resume-ng/assets/16451516/0934b2be-6b8f-4766-a242-6c07b7036f1f" width="90%">
</div>
本模板的特性包括:
- 通过调整排版提高简历的信息密度。
- 支持生成 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