https://github.com/core-man/cv
My academic CV powered by LaTeX
https://github.com/core-man/cv
Last synced: about 1 month ago
JSON representation
My academic CV powered by LaTeX
- Host: GitHub
- URL: https://github.com/core-man/cv
- Owner: core-man
- License: bsd-3-clause
- Created: 2021-01-31T14:50:55.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-04-09T01:41:29.000Z (about 1 year ago)
- Last Synced: 2025-02-07T17:34:20.208Z (3 months ago)
- Language: TeX
- Homepage:
- Size: 620 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Yao Jiayuan's Curriculum Vitae
[](https://github.com/core-man/cv/actions/workflows/build.yaml)
These are the LaTeX sources for my academic CV.
## Download
Download my CV:
- [English version](https://github.com/core-man/cv/raw/gh-pages/YaoJ_cv_en.pdf)
- [Chinese version](https://github.com/core-man/cv/raw/gh-pages/YaoJ_cv_cn.pdf)## 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](https://yihui.org/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
## Acknowledgemnt
The CV templates are modified from https://github.com/leouieda/cv
and https://github.com/seisman/cv.