Skip to content

jam643/resume

Repository files navigation

Jesse Miller Resume

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.

View PDF

Screenshots

Note that the hyperlinks won't work viewing as screenshots

Screenshot

Compiling

In Cloud

Copy .tex file to Overleaf and save as pdf.

Locally on Mac

  • 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 and update_readme.sh prior to committing or add those scripts to .git/hooks/pre-commit
    • update_images.sh: generates png image screenshots saved in images/ folder, rendered in README.
    • update_readme.sh: updates hyperlinks in README to be compatible with current git branch.

Releases

No releases published

Packages

No packages published