Skip to content

Latest commit

 

History

History
35 lines (20 loc) · 818 Bytes

README.md

File metadata and controls

35 lines (20 loc) · 818 Bytes

Xiao Xiao (肖晓)'s Curriculum Vitae

These are the LaTeX sources for my academic CV.

Download

Download my CV:

Build

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

  1. Install TinyTeX:

    curl -sL "https://yihui.org/tinytex/install-bin-unix.sh" | sh
    
  2. Install LaTeX packages needed by the CV template:

    make install_packages
    
  3. Build the CV:

    make cv_en.pdf
    

Acknowledgemnt

The CV template is modified from https://github.com/leouieda/cv. The Makefile and README are modified from https://github.com/seisman/cv.