Latest PDF
Compiled in LaTeX. Template based on https://github.com/c-keyes/CV_template.
Requirements:
- Tex Live e.g. MacTex for macOs.
- watchman if using
make watch. e.g. Install withbrew install watchman.
## Basic
$ make compile
$ make clean
## Watching
#
# Autocompile when a file is changed.
# Requires watchman (https://facebook.github.io/watchman/)
$ make watch
$ make unwatch