/cv

My Curriculum Vitae (CV) written using LaTeX

Primary LanguageTeXMIT LicenseMIT

📄 CV

My Curriculum Vitae (CV) and a cover letter template written using LaTeX.

Building

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

Screenshots

Curriculum Vitae

CV Image

Cover Letter

Cover Letter Image

To be Implemented

  • A more standard build process that works on any OS
  • GitHub action to only generate new PDFs/Images on main to reduce repo size