Skip to content

Latest commit

 

History

History
24 lines (14 loc) · 756 Bytes

readme.md

File metadata and controls

24 lines (14 loc) · 756 Bytes

Resume Template

This will compile a latex resume with a template taken from Seth Holloway's Blog.

Make changes to metadata.yml and run:

$ rake

And you'll have a shiny new resume.pdf.

Within metadata.yml you can remove the first level entries if you want to remove sections from the final output.

Within each first level block, take care to keep the format of subentries the same, otherwise the script will break.

In order to use this you'll need ruby 2.0, rake, and LaTeX.

If you're on ubuntu or debian run:

$ sudo apt-get install ruby rake texlive-full

If your OS has an old version of ruby go here to get the latest.