Personal résumé written in LaTeX.
You'll need a TeX distribution and sed
installed.
- Linux: Check your package manager or use TeX Live.
- macOS: MacTeX is pretty swell and is easily installable via Homebrew-Cask.
- Windows: I am a fan of MiKTeX. TeX Live is also available.
Then:
- Ensure top-level
.address
,.phone
,.cl-header
,.cl-body
, and.cl-addr-to
files exists in the project directory (alongside this file). These should contain LaTeX content (so: escape#
, etc.) and will be interpolated withresume.ltx
andcover-letter.ltx
(viased
) during document preparation. - Run
make
.
The resulting résumé and cover letter are written as PDF documents to
out/resume.pdf
and out/cover-letter.pdf
, respectively.