LaTeX source for my resume.
A TeX distribution with latexmk and pdflatex (e.g. MacTeX or TeX Live).
Resume:
latexmk -pdf -jobname=Resume resume.tex && latexmk -c -jobname=Resume resume.texCV:
latexmk -pdf -jobname=CV cv.tex && latexmk -c -jobname=CV cv.texCompiles the .tex source to a PDF (-jobname renames the output), then deletes the aux/log files latexmk created (-c) while keeping the PDF.