{"id":13417569,"url":"https://github.com/hijiangtao/resume","last_synced_at":"2025-04-11T11:49:29.862Z","repository":{"id":40637359,"uuid":"84383142","full_name":"hijiangtao/resume","owner":"hijiangtao","description":"个人中文简历 Latex 源码 https://hijiangtao.github.io/","archived":false,"fork":false,"pushed_at":"2024-09-04T03:15:27.000Z","size":37455,"stargazers_count":2195,"open_issues_count":1,"forks_count":583,"subscribers_count":7,"default_branch":"master","last_synced_at":"2025-04-03T18:11:16.269Z","etag":null,"topics":["latex","latex-template","resume","resume-template","sharelatex"],"latest_commit_sha":null,"homepage":"","language":"TeX","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/hijiangtao.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":"2017-03-09T01:22:22.000Z","updated_at":"2025-04-03T16:25:37.000Z","dependencies_parsed_at":"2024-09-24T05:02:00.024Z","dependency_job_id":"0f5407f2-a653-4152-bbf5-eac9aa219ed5","html_url":"https://github.com/hijiangtao/resume","commit_stats":{"total_commits":9,"total_committers":3,"mean_commits":3.0,"dds":"0.33333333333333337","last_synced_commit":"408f9ab0558f72174badb89a9d626bedb66040a3"},"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hijiangtao%2Fresume","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hijiangtao%2Fresume/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hijiangtao%2Fresume/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hijiangtao%2Fresume/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hijiangtao","download_url":"https://codeload.github.com/hijiangtao/resume/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248389210,"owners_count":21095542,"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":["latex","latex-template","resume","resume-template","sharelatex"],"created_at":"2024-07-30T22:00:43.517Z","updated_at":"2025-04-11T11:49:29.836Z","avatar_url":"https://github.com/hijiangtao.png","language":"TeX","funding_links":[],"categories":["LaTeX","TeX","Popular \u0026 New LaTeX Templates"],"sub_categories":["Others"],"readme":"# 个人简历\n\n本项目为个人简历 Latex 源码存放，同时包含效果图呈现，简历入口为 resume-zh_CN.tex， 修改自项目 [resume](https://github.com/billryan/resume/)，若不想本地手动编译可以将该源码打包至 zip 直接上传至 ShareLatex 进行在线编译与预览。\n\n## 项目说明\n\n一个优雅的 \\LaTeX\\ 简历模板, 使用 \\XeLaTeX\\ 编译, 因为受不了古老的`res`和不太适合作为一页纸简历的`moderncv`, 遂自己动手写了这个模板， 受以下项目启发：\n\n- [zachscrivena/simple-resume-cv](https://github.com/zachscrivena/simple-resume-cv)\n- [res](https://www.ctan.org/pkg/res)\n- [JianXu's CV](http://www.jianxu.net/en/files/JianXu_CV.pdf)\n- [paciorek's CV/Resume template](http://www.stat.berkeley.edu/~paciorek/computingTips/Latex_template_creating_CV_.html)\n- [How to write a LaTeX class file and design your own CV (Part 1) - ShareLaTeX](https://www.sharelatex.com/blog/2011/03/27/how-to-write-a-latex-class-file-and-design-your-own-cv.html)\n\n*注：由于使用到 `fontspec` 包，编译器需选择 XeLaTeX。*\n\n## 特性\n\n- 极其容易定制和扩展 (`res`模板中枪倒地...)\n- 完善的 Unicode 字体支持, 因为用的是 \\XeLaTeX\\ 嘛\n- 完美的中文支持，使用 Adobefonts\n- 支持 FontAwesome 4.3.0 (目前还不支持使用别名)\n\n### 效果输出\n\n![resume-zh_CN.png](./resume.preview.png)\n\n## 使用方法\n\n1. OverLeaf 在线编译\n2. 使用较新的 \\LaTeX\\ 发行版在本地计算机编译\n\n如果确定只需要中文简历的话单独克隆 `master` 分支即可, 需要注意的是该分支包含 Adobe 的宋楷黑仿四套中文字体，压缩包约为37MB。[下载地址](https://github.com/hijiangtao/resume/releases)\n\n```\ngit clone https://github.com/hijiangtao/resume.git --branch master --depth 1 --single-branch \u003cfolder\u003e\n```\n\n如果系统已确定安装有 Adobe 的四套中文字型，在文档的开始处使用包`zh_CN-Adobefonts_internal`, 如果没有安装则使用包`zh_CN-Adobefonts_external`, 在 ShareLaTeX 上编译需要使用包`zh_CN-Adobefonts_external`.\n\n其他具体使用可参考给出的范例，都是极其简单易懂的宏，建议先看看 [How to write a LaTeX class file and design your own CV (Part 1) - ShareLaTeX](https://www.sharelatex.com/blog/2011/03/27/how-to-write-a-latex-class-file-and-design-your-own-cv.html) 和 [How to write a LaTeX class file and design your own CV (Part 2) - ShareLaTeX](https://www.sharelatex.com/blog/2013/06/28/how-to-write-a-latex-class-file-and-design-your-own-cv.html) 了解下该模板的简单背景，下面就一些新定义的宏做简要介绍。\n\n### 宏\n\n- `\\name`: 姓名\n- `\\contactInfo`: 联系信息, 需要三项信息，分别是{邮箱}{手机号}{个人主页}\n- `\\basicContactInfo`: 简要的联系信息, 需要 项信息, 分别是{邮箱}{手机号}, 没有个人主页的用这个\n- `\\section`: 用于分节, 如教育背景, 实习/项目经历等\n- `\\subsection`: 用于小节标题, 无日期选项\n- `\\datedsubsection`: 用于小节标题, 简历中使用最广，第二项为时间区间，自动右对齐\n- `\\itemize`: 清单列表，简历中应用最广\n- `\\enumerate`: 枚举列表，数字标号\n\n### FontAwesome\n\n首先在 [Font Awesome Icons](http://fortawesome.github.io/Font-Awesome/icons/) 上选中自己想使用的图标(暂不支持 alias)，然后在 [fontawesome.sty](https://github.com/billryan/resume/blob/zh_CN/fontawesome.sty) 中找到相应的宏, 将其作为普通文本一样使用。\n\n其他的可以自行参考相应 cls 和 tex 文件。\n\n## License\n\n[The MIT License (MIT)](http://opensource.org/licenses/MIT)\n\nCopyrighted fonts are not subjected to this License.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhijiangtao%2Fresume","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhijiangtao%2Fresume","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhijiangtao%2Fresume/lists"}