My Curriculum Vitae (CV) and a cover letter template written using LaTeX.
Warning
Build scripts currently only run on MacOS.
Note
Requires pdflatex
and imagemagick
.
Set executable permissions:
chmod +x ./make.sh
Then run:
# Public info
./make.sh
# Private info
./make.sh private
# For cover letter
pdflatex cover_letter.tex
- A more standard build process that works on any OS
- GitHub action to only generate new PDFs/Images on
main
to reduce repo size