LaTeX template for my personal resume.
Based off of jakegut/resume.
- A LaTeX distribution. TeX Live preferably but Tiny TeX should work too.
- ImageMagick version 6.9.11-60 or newer.
- GhostScript. Necessary at least in Windows. Seems to already be included with ImageMagic for Mac and Linux.
- Create a symlink for the pre-commit hook
ln -f -s ../../hooks/pre-commit .git/hooks/pre-commit. - Make the pre-commit hook executable
chmod +x hooks/pre-commit.