{"id":13417571,"url":"https://github.com/liweitianux/resume","last_synced_at":"2025-04-04T19:10:54.769Z","repository":{"id":39304131,"uuid":"129914968","full_name":"liweitianux/resume","owner":"liweitianux","description":"My resume in LaTeX (template suited for new graduates; 应届生简历模板)","archived":false,"fork":false,"pushed_at":"2024-03-13T08:20:12.000Z","size":2634,"stargazers_count":558,"open_issues_count":0,"forks_count":131,"subscribers_count":7,"default_branch":"master","last_synced_at":"2024-07-31T22:38:55.166Z","etag":null,"topics":["chinese","cv","font-awesome","latex","new-grad","resume","template"],"latest_commit_sha":null,"homepage":"","language":"TeX","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/liweitianux.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2018-04-17T14:13:01.000Z","updated_at":"2024-07-31T14:23:21.000Z","dependencies_parsed_at":"2024-01-18T12:13:05.900Z","dependency_job_id":"328f939e-b91b-484b-9580-752b19f1368e","html_url":"https://github.com/liweitianux/resume","commit_stats":null,"previous_names":[],"tags_count":8,"template":true,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/liweitianux%2Fresume","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/liweitianux%2Fresume/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/liweitianux%2Fresume/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/liweitianux%2Fresume/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/liweitianux","download_url":"https://codeload.github.com/liweitianux/resume/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247234921,"owners_count":20905854,"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","font-awesome","latex","new-grad","resume","template"],"created_at":"2024-07-30T22:00:43.563Z","updated_at":"2025-04-04T19:10:54.747Z","avatar_url":"https://github.com/liweitianux.png","language":"TeX","funding_links":[],"categories":["LaTeX","Popular \u0026 New LaTeX Templates"],"sub_categories":["Others"],"readme":"My Resume and LaTeX Template\n============================\n\nIntroduction\n------------\nThis repository holds my [resume](resume-zh+en.pdf) (Chinese and English) and\nthe [LaTeX template](resume.cls).\n\nThe LaTeX template is based on the\n[YACC: Another Awesome CV](https://github.com/darwiin/yaac-another-awesome-cv)\nby Christophe Roger, which is further based on the\n[Plasmati Graduate CV](https://www.latextemplates.com/template/plasmati-graduate-cv)\nby Alessandro Plasmati.\n\nThis template is also available on\n[Overleaf](https://www.overleaf.com/latex/templates/simple-resume-template-for-new-graduate-ying-jie-sheng-jian-li-mo-ban/hxrntvmmvnqt).\nWelcome to try it and report back.\n\nUsage\n-----\n* Linux\n\n  1. Install XeLaTeX, latexmk, GNU Make, and GhostScript packages;\n  2. Install the [required fonts](#required-fonts);\n  3. Replace `resume-zh.tex` and `resume-en.tex` with your versions;\n  4. Compile to PDFs with a simple `make` :-)\n\n* Windows\n\n  1. Install [MiKTeX](https://miktex.org/);\n  2. Install the [required fonts](#required-fonts);\n  3. Replace `resume-zh.tex` and `resume-en.tex` with your versions;\n  4. Open `resume-*.tex` in TeXWorks, choose `XeLaTeX` to compile,\n     and confirm the prompts to install the missing packages along\n     the run.\n\n* Docker or Podman\n\n  Just run `make docker` or `make podman`.\n\nFont Awesome 5\n--------------\n**NOTE**:\nThe [fontawesome5 package](https://www.ctan.org/pkg/fontawesome5) from CTAN\nis used, which is more advanced and bundles with the font files.\n\nThe original [fontawesome5](fontawesome5/) contents are now obsolete but kept\nfor reference.\n\n\u003cblockquote\u003e\n\nI wrote a simple tool [`make-fontawesome5.py`](fontawesome5/make-fontawesome5.py),\nwhich will download the latest icon list from the\n[Font Awesome](https://github.com/FortAwesome/Font-Awesome) project\nand then generate the LaTeX style file for using the latest\n**Font Awesome 5** fonts (the *free* edition) in LaTeX.\n\nThis Python script requires the [`PyYAML`](https://github.com/yaml/pyyaml)\npackage, which can be installed with `pip3 install --user PyYAML`\nor `sudo apt install python3-yaml`.\n\nA pre-generated style file [`fontawesome5.sty`](fontawesome5/fontawesome5.sty)\n(matches Font Awesome **v5.15.4**) is also provided.\n\nThe Font Awesome fonts are designed by the\n[Font Awesome project](https://fontawesome.com/)\nand can be obtained from [here](https://fontawesome.com/v5/download).\n**NOTE**:\nAll the following 3 fonts should be installed into the system:\n* Font Awesome 5 Free\n  (generic icons in regular style, much less than the solid style)\n* Font Awesome 5 Free Solid\n  (generic icons in solid style)\n* Font Awesome 5 Free Brands\n  (various brand icons)\n\ni.e., the following 3 OTF files are needed:\n* `Font Awesome 5 Free-Regular-400.otf`\n* `Font Awesome 5 Free-Solid-900.otf`\n* `Font Awesome 5 Brands-Regular-400.otf`\n\n\u003c/blockquote\u003e\n\n### Installation\n\n* Linux (Debian 12/bookworm)\n\n  - Method 1: Install the `texlive-fonts-extra` package, but it pulls off\n    lots of fonts and costs ~1.6GB disk space!\n  - Method 2: Manually install the `fontawesome5` package to `~/texmf`\n    with the `tlmgr` (TeX Live Manager) tool:\n    (1) initialize the user tree: `tlmgr --usermode init-usertree`;\n    (2) install the package: `tlmgr --usermode install fontawesome5`.\n\n* Windows (MiKTeX 22.10)\n\n  MiKTeX will auto prompt for the missing package, so just confirm to\n  install it.\n\nRequired Fonts\n--------------\nBesides the Font Awesome fonts, this template also requires the following\nopensource fonts:\n\n* [IBM Plex](https://github.com/IBM/plex) (Serif, Mono)\n\n  Download the `OpenType.zip` archive from the\n  [releases](https://github.com/IBM/plex/releases) page,\n  and then extract the `IBM-Plex-Serif` and `IBM-Plex-Mono` directories\n  and install them.\n\n* [Noto Serif CJK](https://github.com/notofonts/noto-cjk)\n\n  Download the `NotoSerifCJKsc.zip` archive\n  (Language Specific OTFs Simplified Chinese) from the\n  [releases](https://github.com/notofonts/noto-cjk/releases) page,\n  and then install all of them.\n\nOn Debian Linux, simply do `apt install fonts-ibm-plex fonts-noto-cjk`.\n\nOf course, you can use the fonts you prefer by modifying the template directly.\nHowever, you may need to tweak the\n[column width `\\leftcolwidth` in the template](resume.cls)\naccordingly.\n\nFonts Installation\n------------------\nOn **Linux** systems, create a directory for each font family under\n`~/.local/share/fonts`, then copy the font files (OTF or TTF) over,\nthen execute `fc-cache -f` to refresh the font cache, done.\n\nTake the *Font Awesome* font family as an example:\n\n1. `mkdir -p ~/.local/share/fonts/FontAwesome`\n2. `cp \u003cfont-awesome-otf-files\u003e ~/.local/share/fonts/FontAwesome/`\n3. `fc-cache -fv`\n4. check the fonts correctly installed: `fc-list | grep 'FontAwesome'`\n\nLicense\n-------\n* The LaTeX class [`resume.cls`](resume.cls) is distributed under the\n  [LaTeX Project Public License (LPPL) Version 1.3c](https://www.latex-project.org/lppl.txt).\n* The tool [`make-fontawesome5.py`](fontawesome5/make-fontawesome5.py)\n  is distributed under the\n  [MIT License](https://opensource.org/licenses/MIT).\n* All content files are published under the\n  [CC BY 4.0 License](https://creativecommons.org/licenses/by/4.0/).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fliweitianux%2Fresume","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fliweitianux%2Fresume","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fliweitianux%2Fresume/lists"}