diff options
author | Aaron LI <aly@aaronly.me> | 2024-12-12 09:24:29 +0800 |
---|---|---|
committer | Aaron LI <aly@aaronly.me> | 2024-12-12 09:24:29 +0800 |
commit | ad23061583f3daab2737f5b3a5d4b30b5cd71092 (patch) | |
tree | 64fae60b4a63b97631befa56f1d8b92f2b166352 /README.md | |
parent | 23b997e8bc40fc501c7a25ea820d02d417f9027c (diff) | |
download | resume-ad23061583f3daab2737f5b3a5d4b30b5cd71092.tar.bz2 |
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -3,10 +3,10 @@ My Resume and LaTeX Template Introduction ------------ -This repository holds my [resume](resume-zh+en.pdf) (Chinese and English), -the [resume LaTeX template](resume.cls). +This repository holds my [resume](resume-zh+en.pdf) (Chinese and English) and +the [LaTeX template](resume.cls). -This template is based on the +The LaTeX 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) @@ -120,7 +120,7 @@ On Debian Linux, simply do `apt install fonts-ibm-plex fonts-noto-cjk`. Of course, you can use the fonts you prefer by modifying the template directly. However, you may need to tweak the -[column width in the template](resume.cls#L158) +[column width `\leftcolwidth` in the template](resume.cls) accordingly. Fonts Installation |