{"id":13417570,"url":"https://github.com/fky2015/resume-ng","last_synced_at":"2025-03-15T02:31:30.456Z","repository":{"id":107869832,"uuid":"583923273","full_name":"fky2015/resume-ng","owner":"fky2015","description":"A LaTeX resume template designed for optimal information density and aesthetic appeal.","archived":false,"fork":false,"pushed_at":"2024-06-26T08:42:21.000Z","size":2216,"stargazers_count":248,"open_issues_count":3,"forks_count":34,"subscribers_count":3,"default_branch":"main","last_synced_at":"2024-07-31T22:38:55.329Z","etag":null,"topics":["chinese","cv","english","latex","latex3","resume"],"latest_commit_sha":null,"homepage":"","language":"TeX","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"lppl-1.3c","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/fky2015.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-12-31T13:31:43.000Z","updated_at":"2024-07-31T15:01:49.000Z","dependencies_parsed_at":"2024-01-18T12:12:58.704Z","dependency_job_id":"aa8c6988-488b-4329-8eff-7660c5fc6393","html_url":"https://github.com/fky2015/resume-ng","commit_stats":null,"previous_names":[],"tags_count":9,"template":true,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fky2015%2Fresume-ng","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fky2015%2Fresume-ng/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fky2015%2Fresume-ng/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fky2015%2Fresume-ng/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fky2015","download_url":"https://codeload.github.com/fky2015/resume-ng/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243674916,"owners_count":20329178,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["chinese","cv","english","latex","latex3","resume"],"created_at":"2024-07-30T22:00:43.539Z","updated_at":"2025-03-15T02:31:30.179Z","avatar_url":"https://github.com/fky2015.png","language":"TeX","funding_links":[],"categories":["LaTeX","Popular \u0026 New LaTeX Templates"],"sub_categories":["Others"],"readme":"# Resume-NG\n\nA LaTeX resume designed for optimal information density and aesthetic appeal.\n\n\u003e [!IMPORTANT]\n\u003e [English Version is in Here!](https://github.com/fky2015/resume-ng/tree/english).\n\u003e You can also find a download link in [GitHub Release](https://github.com/fky2015/resume-ng/releases/latest).\n\n一个旨在实现最佳的信息密度和美学吸引力的 $\\LaTeX$ 简历排版模板项目。\n\n\u003e [!NOTE] \n\u003e 不熟悉 LaTeX？欢迎尝鲜 Typst 版本的 [Resume-NG](https://github.com/fky2015/resume-ng-typst)！\n\n\u003cdiv align=\"center\"\u003e\n  \u003cimg src=\"https://github.com/fky2015/resume-ng/assets/16451516/0934b2be-6b8f-4766-a242-6c07b7036f1f\" width=\"90%\"\u003e\n\u003c/div\u003e\n\n本模板的特性包括：\n- 通过调整排版提高简历的信息密度。\n- 支持生成 PDF 书签。\n- 精简依赖，不默认引入其他字体，不默认引入图标。\n- 提供超链接、脚注、非重点内容的排版示例。\n- (🖼️)支持插入照片（请看代码注释）。\n\n## 使用方法\n\n### 本地编译\n\n0. 确保已经安装 LaTeX 发行版。\n1. **克隆或下载**本项目代码。\n2. 直接运行 `latexmk` 即可。\n\n### Overleaf 在线平台\n\n直接访问[此链接][overleaf]即可。\n\n## 宏\n\n常用用法可参考 `main.tex` 中的示例内容。\n\n- `\\ResumeName{}` 定义简历标题（一般是姓名）。\n- `\\ResumeContact{}` 添加一个联系方式。\n- `\\ResumeContacts{itemA, itemB, itemC}` 添加多个联系方式。\n- `\\ResumeTitle` 渲染标题和联系方式。\n- `\\section{}` 节标题。\n- `\\ResumeItem[]{}[][]`\n  1. 可选参数，控制 PDF 书签内容。如果不提供则采用参数 2。\n  2. 项标题，左对齐。\n  3. 可选参数，补充信息，在参数 2 后显示。\n  4. 可选参数，右对齐。\n- `\\GrayText{}` 改变文字内容为灰色。\n- `\\ResumeUrl{}{}` 带有下划线的 `\\href` 命令，与 `\\href` 用法相同。\n\n\u003e `[]` 为可选参数， `{}` 为必需参数。\n\n## 包依赖\n\n**如果你使用 TeXLive/MiKTeX 等主流发行版，可以直接使用本项目，无需手动安装依赖。**\n\n## 有用的相关资源\n\n- [Resume Improvement](https://intdouble.com/resume/)\n- GPTs\n\n## 致谢\n\n该项目主要受到 [hijiangtao/resume](https://github.com/hijiangtao/resume) 的启发，\n并基于“提高一页简历中的信息密度”这一排版思路而进一步改进，\n并采用 $\\LaTeX3$ 写成。\n\n\n[overleaf]: https://www.overleaf.com/docs?snip_uri=https://github.com/fky2015/resume-ng/releases/latest/download/resume-ng-zh.zip\u0026engine=xelatex\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffky2015%2Fresume-ng","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffky2015%2Fresume-ng","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffky2015%2Fresume-ng/lists"}