Here is an Academic CV template created by Liaoyi Xu.
I created this template as managing content as well as format in Microsoft - word was so hard since it had to be update very frequency and applied in multiple places. The content of most available CV templates is either so crowded or too "fancy" therefore hard for other people to focus on. I personally prefer this simple structure CV and this CV is also easier for people find key points.
- Download this repo
git clone https://github.com/t3isuan/CV_template.git
- Open
CV_template.tex
with some text editor (VS Code, Sublime Text, etc.) - Compile
CV_template.tex
directly.
(Please make sure your computer has already installed LaTeX and corresponding extensions, otherwise Overleaf can be a much easier way)
- Download this repo (same as For local compile users)
- Compress the folder
CV_template
to zip file - Go to https://www.overleaf.com/project -> click 'New Project' -> click 'Upload Project' -> drag
CV_template.zip
(which you have compressed in step 2) to 'Upload Zipped Project' box - Open
CV_template.tex
, edit line 18-20 as following:
Original:
\usepackage{fontspec} % for local compile
\setmainfont{Times New Roman} % for local compile
%\usepackage{times} % for Overleaf
Change to:
%\usepackage{fontspec} % for local compile
%\setmainfont{Times New Roman} % for local compile
\usepackage{times} % for Overleaf
- Compile
Format is MIT but all the data is owned by Liaoyi Xu.