Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/jam643/resume
- Owner: jam643
- License: apache-2.0
- Created: 2024-07-30T01:37:32.000Z (6 months ago)
- Default Branch: resume_shortened
- Last Pushed: 2024-09-10T04:34:25.000Z (5 months ago)
- Last Synced: 2024-09-29T04:23:28.377Z (4 months ago)
- Topics: latex, latex-template, resume, resume-latex, resume-template
- Language: TeX
- Homepage:
- Size: 8.44 MB
- Stars: 2
- Watchers: 1
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
## 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.