Personal CV using LaTeX. English and Hybrid (Chinglish) versions.
Feel free to use the template as you wish :)
Build using the repo's Dockerfile:
$ docker build -t cv .
Alternatively, use the pre-built packaged image:
$ docker pull ghcr.io/gsalinaslopez/cv:release
Run xelatex inside the container
$ docker run -it -v $(pwd):/workdir --rm cv bash
# pwsh
# docker run -it -v "${PWD}:/workdir" --rm cv bash
root@container-id:/workdir# xelatex ...
Conver pdf to png using ImageMagick
// add [#pp] for multipage pdf: i.e. file.pdf[2] for 3rd page
convert -flatten -density 300 file.pdf -quality 90 file.png
Source Serif Pro for the title and headings.
Source Sans Pro for content description.
Source Han Serif for the Chinese characters.
This scaffold is forked from https://github.com/gsalinaslopez/cv, thanks to Giovanni Salinas
Template for cover letter taken from: https://tex.stackexchange.com/questions/583798/newlfm-expect-new-fancyhdr-sty-but-its-the-newest, thanks to Werner