My resume written in LaTeX. Note that different variations of the resume may be maintained on separate git branches, and are controlled by conditional toggles within the tex file.
Additionally, to trim my resume's length I may comment out certain sections so that they are not rendered but the information remains within the .tex file.
Note that the hyperlinks won't work viewing as screenshots
Copy .tex file to Overleaf and save as pdf.
- Download and install MacTex (or Basic Tex and install additional LaTeX packages with tlmgr)
- Install LaTeX Workshop plugin for VSCode and compile through IDE
- Alternatively, compile in the terminal via:
pdflatex jesse_miller_resume.tex
- Run
update_images.sh
andupdate_readme.sh
prior to committing or add those scripts to.git/hooks/pre-commit
update_images.sh
: generates png image screenshots saved inimages/
folder, rendered in README.update_readme.sh
: updates hyperlinks in README to be compatible with current git branch.