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 cv_en.pdf
The CV template is modified from https://github.com/leouieda/cv. The Makefile and README are modified from https://github.com/seisman/cv.