Personal CV using LaTeX. English and Hybrid (Chinglish) versions.
Feel free to use the template as you wish :)
$ docker run -it -v $(pwd):/workdir --rm registry.gitlab.com/islandoftex/images/texlive:TL2023-2023-08-13-full bash
root@container-id# cd /
root@container-id# mkdir fonts
root@container-id# cd /fonts
root@container-id# wget https://github.com/adobe-fonts/source-han-serif/raw/release/Variable/TTF/SourceHanSerifTC-VF.ttf
root@container-id# cp SourceHanSerifTC-VF.ttf /usr/local/share/fonts/
root@container-id# fc-cache
root@container-id# cd /workdir/
root@container-id# xelatex ...
English | Hybrid (Chinglish) |
---|---|
![]() |
![]() |
2 Page version (1) | 2 Page version (2) |
---|---|
![]() |
![]() |
Cover Letter |
---|
![]() |
Source Serif Pro for the title and headings.
Source Sans Pro for content description.
Source Han Serif for the Chinese characters.
Template for cover letter taken from: https://tex.stackexchange.com/questions/583798/newlfm-expect-new-fancyhdr-sty-but-its-the-newest, thanks to Werner