This is my personal resume written in LaTeX. It has been adapted from Jake's Resume Template.
latexmk --shell-escape -synctex=1 -interaction=nonstopmode -file-line-error -pdf -outdir=. -jobname=resume resume/main.texTo install a package (such as hyperref), use the following command:
sudo tlmgr install hyperrefThese instructions is specific to keeping the intern-version branch up-to-date with the origin/HEAD branch.
Replace intern-version with the branch you want to rebase.
git rebase --onto origin/HEAD $(git merge-base origin/HEAD intern-version) intern-version
git add resume.pdf
git rebase --continue
git push --force