/curriculum-vitae

Curriculum Vitae, built to PDF with Github actions

Primary LanguageTeX

How to build:

sudo apt install texlive-full
pdflatex cv.tex

Local development with realtime updating:

while inotifywait -e close_write cv.tex; do pdflatex cv.tex; done

It's also automatically built with GitHub actions:

CI for CV PDF

It's then available from the releases page: Releases Page