aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
blob: 773553d3678eabd07a0e1a3ff91f0927f77931d1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
Resume LaTeX Template
=====================

**Weitian LI** `<wt@liwt.net>`

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.

Font Awesome 5
--------------
I wrote a simple tool [`make-fontawesome5.py`](fontawesome5/make-fontawesome5.py)
to generate the LaTeX style file for using the latest **Font Awesome 5**
(the *free* edition) in LaTeX.
A pre-generated style file [`fontawesome5.sty`](fontawesome5/fontawesome5.sty)
(matches Font Awesome **v5.2.0**) is also provided.

The Font Awesome fonts are designed by the
[Font Awesome project](https://fontawesome.com/)
and can be obtained from [here](https://fontawesome.com/how-to-use/on-the-desktop).
*NOTE*: All the following 3 fonts should be installed into the system:
* Font Awesome 5 Free (generic icons in regular style, much less than the solid style)
* Font Awesome 5 Free Solid (generic icons in solid style)
* Font Awesome 5 Free Brands (various brand icons)

License
-------
* The LaTeX class `resume.cls` is distributed under the
  [LaTeX Project Public License (LPPL) Version 1.3c](https://www.latex-project.org/lppl.txt).
* The tool `make-fontawesome5.py` is distributed under the
  [MIT License](https://opensource.org/licenses/MIT).
* All content files are published under the
  [CC BY 4.0 License](https://creativecommons.org/licenses/by/4.0/).