These are the LaTeX sources for my academic CV.
Download my CV:
To build the CV, you need to have LaTeX installed. The full LaTeX distribution (e.g., TeXLive on Linux or MacTeX on macOS) are usually too big (>5 GB). I recommend to install the lightweight TinyTeX (< 100MB).
# Install TinyTeX
curl -sL "https://yihui.org/tinytex/install-bin-unix.sh" | sh
# Install LaTeX packages needed by the CV template
make install_packages
# Build the CV
make
The CV template is modified from https://github.com/leouieda/cv and https://github.com/seisman/cv.