diff options
author | Aaron LI <aly@aaronly.me> | 2018-04-14 22:58:51 +0800 |
---|---|---|
committer | Aaron LI <aly@aaronly.me> | 2018-04-14 22:58:51 +0800 |
commit | 5a22f19e7d952f394da2c42526b795e07d68c4d9 (patch) | |
tree | a2f6a8d4ddb2757940a009c656d5b6652c4ffa8a | |
parent | e7803bfa429450de879e43f96a942627207516a9 (diff) | |
download | resume-5a22f19e7d952f394da2c42526b795e07d68c4d9.tar.bz2 |
Add simple README.md
-rw-r--r-- | README.md | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..e225f5e --- /dev/null +++ b/README.md @@ -0,0 +1,24 @@ +Resume LaTeX Template +===================== + +**Weitian LI** + +2018-04-14 + +Introduction +------------ +This repository holds my resume (both Chinese and English version), +and the LaTeX template, which I hope can help others with their resumes. + +This template is based on the +[YACC: Another Awesome CV](https://github.com/darwiin/yaac-another-awesome-cv) +by Christophe Roger, which is further based on the +[Plasmati Graduate CV](https://www.latextemplates.com/template/plasmati-graduate-cv) +by Alessandro Plasmati. + +License +------- +* LaTeX class `resume.cls` is published under the term of the + [LPPL Version 1.3c](https://www.latex-project.org/lppl.txt). +* All content files are published under the term of the + [CC BY 4.0 License](https://creativecommons.org/licenses/by/4.0/). |