/resume

My resume, including the source files and CI/CD system

Primary LanguageTeXMIT LicenseMIT

Resume | Jason Yao

Build Status

By Jason Yao

Spending too much time automating the creation of a pretty resume

This repo contains my resume, along with any necessary files to generate it.

Currently, LaTeX is used due to its readability, ease-of-change, and aesthetic final output.

The LaTeX engine in use is Xe(La)TeX, used for its UTF-8 goodness and implicit access to system-wide fonts.

Link to Resume

To see the pdf version of this resume, please click the image below: Even this thumbnail is automatically generated

Install (macOS)

# Installs pdf generation dependencies
brew cask install mactex

# Install the FontAwesome font by double clicking on it

# [OPTIONAL] Installs a good pdf viewer and IDE
brew cask install texmaker

Usage

To generate the pdf from the command-line:

bin/build
# OR
xelatex Resume_Jason_Yao.tex

License

This repo is licensed under the terms of the MIT license, a copy of which may be found here