Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jam643/resume

My personal resume compiled with LaTeX
https://github.com/jam643/resume

latex latex-template resume resume-latex resume-template

Last synced: 4 months ago
JSON representation

My personal resume compiled with LaTeX

Awesome Lists containing this project

README

        

# 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

* [View resume in a browser](https://mozilla.github.io/pdf.js/web/viewer.html?file=https://raw.githubusercontent.com/jam643/resume/resume_shortened/jesse_miller_resume.pdf)
* [Click here to download](https://raw.githubusercontent.com/jam643/resume/resume_shortened/jesse_miller_resume.pdf)

## Screenshots

Note that the hyperlinks won't work viewing as screenshots


Screenshot


## Compiling

### In Cloud

Copy .tex file to [Overleaf](https://www.overleaf.com/) 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:
```bash
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.