Modern single page LaTeX resume template.
This template is intended to be used as a single page resume. I am sure you can make it work for multiple pages, but there are no instructions or examples.
See the PDF or the All Colors version.

See the PDF or the All Colors version.

- XeTeX
 - latexmk
 - optional: make
 
This project can be build using either make, latexmk or
a LaTeX Docker image which includes XeTeX and latexmk.
make cover-letter
make resume
# make latexmk continuously build on change
make cont=true coverletter
make cont=true resumelatexmk -pdf -output-directory=out/ coverletter.tex
latexmk -pdf -output-directory=out/ resume.tex
# make latexmk continuously build on change
latexmk -pvc -output-directory=out/ coverletter.tex
latexmk -pvc -output-directory=out/ resume.texDocker image: lagerfeuer/xetexlive-more:latest
docker run \
  --rm -v $(pwd):/resume --workdir=/resume \
  lagerfeuer/xetexlive-more:latest \
  make coverletter resumeTo see all color options that are included by default, run
make allcolorsand open the files out/resume-allcolors.pdf and out/coverletter-allcolors.pdf.
Initial release (2020-03-14)