All Projects โ†’ liweitianux โ†’ resume

liweitianux / resume

Licence: other
My Chinese and English Resumes in LaTeX with Font Awesome 5

Programming Languages

TeX
3793 projects
python
139335 projects - #7 most used programming language
Makefile
30231 projects

Projects that are alternatives of or similar to resume

awesome-libraries
๐Ÿ˜Ž Libraries that are being shown in Sourcerer profiles.
Stars: โœญ 131 (-55.74%)
Mutual labels:  resume, cv
about.me
Single Page Resume Template
Stars: โœญ 20 (-93.24%)
Mutual labels:  resume, cv
myprofile
Generate your resume easily from Github actions โœ… using discussion section ๐Ÿ“ƒ ๐Ÿš€
Stars: โœญ 19 (-93.58%)
Mutual labels:  resume, cv
Awesome Cv
๐Ÿ“„ Awesome CV is LaTeX template for your outstanding job application
Stars: โœญ 14,957 (+4953.04%)
Mutual labels:  resume, cv
BlackIQ
Who I am !?
Stars: โœญ 19 (-93.58%)
Mutual labels:  resume, cv
Best Resume Ever
๐Ÿ‘” ๐Ÿ’ผ Build fast ๐Ÿš€ and easy multiple beautiful resumes and create your best CV ever! Made with Vue and LESS.
Stars: โœญ 15,124 (+5009.46%)
Mutual labels:  resume, cv
nisrulz.github.io
Everything about Nishant Srivastava/nisrulz (online alias)
Stars: โœญ 41 (-86.15%)
Mutual labels:  resume, cv
Cv resume
A latex cv/resume template.
Stars: โœญ 117 (-60.47%)
Mutual labels:  resume, cv
resume
๐Ÿ‘ฆ ไธชไบบ็ฎ€ๅŽ†ๆจกๆฟ
Stars: โœญ 35 (-88.18%)
Mutual labels:  resume, cv
Frontend-Learning-Journey
Tutorials, definitions, frameworks and some of the projects i made when starting to learn frontend web developement
Stars: โœญ 28 (-90.54%)
Mutual labels:  resume, cv
Resume
์ด๋ ฅ์„œ (RESUME)
Stars: โœญ 173 (-41.55%)
Mutual labels:  resume, cv
cv
๐Ÿ“„ My CV
Stars: โœญ 31 (-89.53%)
Mutual labels:  resume, cv
Resume Builder
Modern real-time design and 100% free resume builder.
Stars: โœญ 153 (-48.31%)
Mutual labels:  resume, cv
Cv
๐ŸŽ“ Best in Class modern CV, Resume and Portfolio website template. All-in-One-Page site with simply customizable builder.
Stars: โœญ 232 (-21.62%)
Mutual labels:  resume, cv
Resume
๐Ÿ“ƒ resume.congm.in
Stars: โœญ 150 (-49.32%)
Mutual labels:  resume, cv
vue-modern-resume
๐Ÿ—‚ A simple resume template based on Vue.js framework and Vuetify UI toolkit.
Stars: โœญ 104 (-64.86%)
Mutual labels:  resume, cv
Cv
Geoff Boeing's academic CV in LaTeX
Stars: โœญ 101 (-65.88%)
Mutual labels:  resume, cv
Linkedrw
A simple CLI to create your resume and personal website based on your LinkedIn profile or a JSON file
Stars: โœญ 104 (-64.86%)
Mutual labels:  resume, cv
CV
๐Ÿ“œ My Data Driven CV written with R, YAML, & LaTeX
Stars: โœญ 54 (-81.76%)
Mutual labels:  resume, cv
resume-parser
A Simple NodeJs library to parse Resume / CV to JSON.
Stars: โœญ 105 (-64.53%)
Mutual labels:  resume, cv

My Resume and LaTeX Template

Weitian LI <[email protected]>

Introduction

This repository holds my resume (Chinese and English), the resume LaTeX template, and the Font Awesome 5 LaTeX style.

This template is based on the YACC: Another Awesome CV by Christophe Roger, which is further based on the Plasmati Graduate CV by Alessandro Plasmati.

Usage

  1. Install XeLaTeX, latexmk, GNU Make, and GhostScript packages;
  2. Install Font Awesome 5 and other required fonts;
  3. Replace resume-zh.tex and resume-en.tex with your versions;
  4. Compile to PDFs with a simple make :-)

NOTE: The TEXINPUTS environment variable is set in the Makefile so that XeLaTeX can find the resume.cls template and fontawesome5.sty package. If you don't or can't use this Makefile, e.g., on Windows, then you need to appropriately configure your environment.

NOTE: I use Windows only a bit, so I don't have a guide to use this template on Windows. I'm glad to accept suggestions and updates.

Font Awesome 5

I wrote a simple tool make-fontawesome5.py, which will download the latest icon list from the Font Awesome project and then generate the LaTeX style file for using the latest Font Awesome 5 fonts (the free edition) in LaTeX.

This Python script requires the PyYAML package, which can be installed with pip3 install --user PyYAML or sudo apt install python3-yaml.

A pre-generated style file fontawesome5.sty (matches Font Awesome v5.13.1) is also provided.

The Font Awesome fonts are designed by the Font Awesome project and can be obtained from here. NOTE: All the following 3 fonts should be installed into the system:

  • Font Awesome 5 Free (generic icons in regular style, much less than the solid style)
  • Font Awesome 5 Free Solid (generic icons in solid style)
  • Font Awesome 5 Free Brands (various brand icons)

i.e., the following 3 OTF files are needed:

  • Font Awesome 5 Free-Regular-400.otf
  • Font Awesome 5 Free-Solid-900.otf
  • Font Awesome 5 Brands-Regular-400.otf

Required Fonts

Besides the Font Awesome fonts, this template also requires the following opensource fonts:

  • IBM Plex (Serif, Mono)

    Download the OpenType.zip archive from the releases page, and then extract the IBM-Plex-Serif and IBM-Plex-Mono directories and install them.

  • Source Han Serif

    The OTF font files for Simplified Chinese can be downloaded from here. Just download all the weight variants: ExtraLight, Light, Regular, Medium, SemiBold, Bold, Heavy.

Of course, you can use the fonts you prefer by modifying the template directly. However, you may need to tweak the column width in the template accordingly.

Fonts Installation

On Linux systems, create a directory for each font family under ~/.local/share/fonts, then copy the font files (OTF or TTF) over, then execute fc-cache -f to refresh the font cache, done.

Take the Font Awesome font family as an example:

  1. mkdir -p ~/.local/share/fonts/FontAwesome
  2. cp <font-awesome-otf-files> ~/.local/share/fonts/FontAwesome/
  3. fc-cache -fv
  4. check the fonts correctly installed: fc-list | grep 'FontAwesome'

License

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].