Home

Awesome

My Resume and LaTeX Template

Introduction

This repository holds my resume (Chinese and English), the resume LaTeX template.

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.

This template is also available on Overleaf. Welcome to try it and report back.

Usage

Font Awesome 5

NOTE: The fontawesome5 package from CTAN is used, which is more advanced and bundles with the font files.

The original fontawesome5 contents are now obsolete but kept for reference.

<blockquote>

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.15.4) 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:

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

</blockquote>

Installation

Required Fonts

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

On Debian Linux, simply do apt install fonts-ibm-plex fonts-noto-cjk.

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