Contains my resume as a LaTeX document.
Requires TeX Live with packages sectsty, dashrule, and ifmtarg.
On macOS via Homebrew:
brew install texliveBuild the PDF:
pdflatex main.texUses pre-commit for formatting (LaTeX via tex-fmt, Markdown via mdformat, YAML via yamlfmt):
pre-commit install
pre-commit run --all-files