A TeX distribution with latexmk, titlesec and enumitem.
On macOS, install BasicTeX and the required packages:
brew install --cask basictex
# BasicTeX installs binaries under /Library/TeX/texbin — add to PATH
# (already on PATH for new shells after install; for the current shell:)
eval "$(/usr/libexec/path_helper)"
sudo tlmgr update --self
sudo tlmgr install latexmk titlesec enumitemmake # builds cv.pdf
make watch # rebuild on save (latexmk -pvc)
make clean # remove aux files, keep cv.pdf
make distclean # remove everything generated, including cv.pdfTo use a different engine (e.g. for system fonts via fontspec):
make ENGINE=xelatexcv.tex— CV sourceMakefile— build targets
This CV is built on the Rover Resume template by Subidit, licensed under CC BY 4.0. The template has been modified.